Skip to content

Commit 33570a7

Browse files
committed
feat: added genesis
1 parent df1ffa6 commit 33570a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dsUpload
22
Title: Upload Functions for DataSHIELD Backends
3-
Version: 4.2.2
3+
Version: 4.3.0
44
Authors@R:
55
c(person(given = "Sido",
66
family = "Haakma",

R/enums.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ du.enum.cohorts <- function() {
66
DNBC = "dnbc", GECKO = "gecko", ALSPAC = "alspac", GENR = "genr", MOBA = "moba", SWS = "sws", BIB = "bib", CHOP = "chop", ELFE = "elfe",
77
EDEN = "eden", NINFEA = "ninfea", HBCS = "hbcs", INMA = "inma", ISGLOBAL = "isglobal", NBFC66 = "nfbc66", NBFC86 = "nfbc86", RAINE = "raine", RHEA = "rhea",
88
ABCD = "abcd", BISC = "bisc", ENVIRONAGE = "environage", KANC = "kanc", PELAGIE = "pelagie", SEPAGES = "sepages", TNG = "tng", HGS = "hgs", RECETOX = "recetox",
9-
GENXXI = "genxxi"
9+
GENXXI = "genxxi", GENESIS="genesis"
1010
)
1111
}
1212

0 commit comments

Comments
 (0)