Skip to content

Commit

Permalink
Merge pull request #126 from lifecycle-project/chore/release-5.0.2
Browse files Browse the repository at this point in the history
Chore/release 5.0.2
  • Loading branch information
marijevdgeest authored Jul 20, 2023
2 parents 834a98b + bd6e98a commit 5a316b3
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 23 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dsUpload
Title: Upload Functions for DataSHIELD Backends
Version: 5.0.1
Version: 5.0.2
Authors@R:
c(person(given = "Mariska",
family = "Slofstra",
Expand Down
13 changes: 9 additions & 4 deletions R/enums.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
#' @noRd
du.enum.cohorts <- function() {
list(
DNBC = "dnbc", GECKO = "gecko", ALSPAC = "alspac", GENR = "genr", MOBA = "moba", SWS = "sws", BIB = "bib", CHOP = "chop", ELFE = "elfe",
EDEN = "eden", NINFEA = "ninfea", HBCS = "hbcs", INMA = "inma", ISGLOBAL = "isglobal", NBFC66 = "nfbc66", NBFC86 = "nfbc86", RAINE = "raine", RHEA = "rhea",
ABCD = "abcd", BISC = "bisc", ENVIRONAGE = "environage", KANC = "kanc", PELAGIE = "pelagie", SEPAGES = "sepages", TNG = "tng", HGS = "hgs", RECETOX = "recetox",
GENXXI = "genxxi", GENESIS = "genesis", CHILD = "child", AOF = "aof"
ABCD = "abcd", ALSPAC = "alspac", AOF = "aof", BIB = "bib", BISC = "bisc",
CHILD = "child", CHOP = "chop", DFBC = "dfbc", DNBC = "dnbc", EDEN = "eden",
ELFE = "elfe", ELSPAC = "elspac", ENVIRONAGE = "environage",
GECKO = "gecko", GENESIS = "genesis", GENR = "genr", GENRNEXT = "genrnext",
GENXXI = "genxxi", HBCS = "hbcs", HGS = "hgs", INMA = "inma",
ISGLOBAL = "isglobal", KANC = "kanc", MOBA = "moba", NBFC66 = "nfbc66",
NBFC86 = "nfbc86", NINFEA = "ninfea", PCL = "pcl", PELAGIE = "pelagie",
RAINE = "raine", RECETOX = "recetox", RHEA = "rhea", SEPAGES = "sepages",
SWS = "sws", TNG = "tng"
)
}

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/TROUBLESHOOTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/betaDictionaries.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/dataVersioning.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/dictionaryVersioning.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/dsUpload.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/qualityControl.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ articles:
dictionaryVersioning: dictionaryVersioning.html
dsUpload: dsUpload.html
qualityControl: qualityControl.html
last_built: 2023-07-11T09:27Z
last_built: 2023-07-20T08:27Z

2 changes: 1 addition & 1 deletion docs/reference/du.login.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/du.quality.control.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/du.upload.beta.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/du.upload.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a316b3

Please sign in to comment.