We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22c493b + f1c355b commit 086a99dCopy full SHA for 086a99d
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: codecheck
2
Title: Helper Functions for CODECHECK Project
3
-Version: 0.7.0
+Version: 0.8.0
4
Authors@R:
5
c(person(given = "Stephen",
6
family = "Eglen",
inst/extdata/config.R
@@ -191,7 +191,8 @@ CONFIG$DICT_VENUE_NAMES <- list(
191
"codecheck" = "CODECHECK",
192
"codecheck NL" = "CODECHECK NL",
193
"in press" = "In press",
194
- "preprint" = "Preprint"
+ "preprint" = "Preprint",
195
+ "AUMC" = "Amsterdam UMC"
196
)
197
198
# JSON FILE INFORMATION
0 commit comments