Skip to content

Commit 086a99d

Browse files
authored
Merge pull request #62 from codecheckers/aumc
add AUMC venue name
2 parents 22c493b + f1c355b commit 086a99d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: codecheck
22
Title: Helper Functions for CODECHECK Project
3-
Version: 0.7.0
3+
Version: 0.8.0
44
Authors@R:
55
c(person(given = "Stephen",
66
family = "Eglen",

inst/extdata/config.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ CONFIG$DICT_VENUE_NAMES <- list(
191191
"codecheck" = "CODECHECK",
192192
"codecheck NL" = "CODECHECK NL",
193193
"in press" = "In press",
194-
"preprint" = "Preprint"
194+
"preprint" = "Preprint",
195+
"AUMC" = "Amsterdam UMC"
195196
)
196197

197198
# JSON FILE INFORMATION

0 commit comments

Comments
 (0)