11Package: redcapfiller
22Type: Package
33Title: Fill a REDCap Project with synthetic data
4- Version: 0.1.1
4+ Version: 0.1.2
55Authors@R: c(
66 person("Philip", "Chase",
77 email = "pbc@ufl.edu",
@@ -19,6 +19,21 @@ Authors@R: c(
1919 email = "tls@ufl.edu",
2020 role = "ctb",
2121 comment=c(ORCID = "0000-0002-0830-8179")),
22+ person("Natalie", "Williams",
23+ role = "ctb",
24+ comment=c(ORCID = "0009-0004-2983-1542")),
25+ person("William", "Beasley",
26+ email = "whb4@ou.edu",
27+ role = "ctb",
28+ comment=c(ORCID = "0000-0002-5613-5006")),
29+ person("Aidan", "Wilson",
30+ email = "aidan.wilson@intersect.org.au",
31+ role = "ctb",
32+ comment=c(ORCID = "0000-0001-9858-5470")),
33+ person("Christopher", "Battiston",
34+ email = "chris.battiston@wchospital.ca",
35+ role = "ctb",
36+ comment=c(ORCID = "0000-0003-2179-3735")),
2237 person("Christopher", "Barnes",
2338 email = "cpb@ufl.edu",
2439 role = "ctb",
@@ -48,3 +63,6 @@ Imports:
4863 checkmate,
4964 REDCapR
5065RoxygenNote: 7.3.2
66+ URL: https://ctsit.github.io/redcapfiller/, https://github.com/ctsit/redcapfiller/
67+ BugReports: https://github.com/ctsit/redcapfiller/issues/
68+ Roxygen: list(markdown = TRUE)
0 commit comments