Closes #9. User can specify primary table label

Incremented to v0.1.0
This commit is contained in:
Paul W. Egeler, M.S., GStat 2019-07-01 16:54:29 -04:00
commit 76420b527c
5 changed files with 118 additions and 87 deletions

View file

@ -1,6 +1,6 @@
Package: REDCapRITS
Title: REDCap Repeating Instrument Table Splitter
Version: 0.0.0
Version: 0.1.0
Authors@R: c(
person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = c("aut", "cre")),
person("Spectrum Health, Grand Rapids, MI", role = "cph"))
@ -18,9 +18,10 @@ Suggests:
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
RoxygenNote: 6.1.1
URL: https://github.com/SpectrumHealthResearch/REDCapRITS
BugReports: https://github.com/SpectrumHealthResearch/REDCapRITS/issues
Collate:
'utils.r'
'process_user_input.r'
'REDCap_split.r'