Skip to content

Commit f18f506

Browse files
committed
wrong comment
1 parent a26a89e commit f18f506

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

statistics/suts.R

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@ source("analyze.R")
22

33
suts <- function(){
44

5-
# This generated table should be added to Git, as will change based on papers
5+
# This generated table should NOT be added to Git, as will change based on papers
66
TABLE = "./table_suts.tex"
77

88
#Names here should match what in data.csv
99
SUTS = c(
1010
### REST
11-
"bibliothek",
11+
# "bibliothek",
1212
"blogapi",
13-
"catwatch",
14-
"cwa-verification",
13+
# "catwatch",
14+
# "cwa-verification",
1515
"familie-ba-sak",
16-
"features-service",
17-
"genome-nexus",
18-
"gestaohospital",
19-
"languagetool",
16+
# "features-service",
17+
# "genome-nexus",
18+
# "gestaohospital",
19+
# "languagetool",
2020
"market",
2121
"ocvn",
2222
"pay-publicapi",
23-
"person-controller",
23+
# "person-controller",
2424
"proxyprint",
2525
"reservations-api",
26-
"rest-ncs",
27-
"rest-news",
28-
"rest-scs",
29-
"restcountries",
26+
# "rest-ncs",
27+
# "rest-news",
28+
# "rest-scs",
29+
# "restcountries",
3030
"scout-api",
31-
"session-service",
31+
# "session-service",
3232
"tiltaksgjennomforing-api",
3333
"tracking-system",
34-
"user-management",
35-
"youtube-mock",
34+
# "user-management",
35+
# "youtube-mock",
3636
### GraphQL
3737
# "petclinic-graphql",
3838
# "patio-api",

0 commit comments

Comments
 (0)