mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
Writing unit tests for basic examples of data export for R.
This commit is contained in:
parent
ef4819e1fc
commit
4841e1170e
9 changed files with 1932 additions and 6 deletions
|
|
@ -9,9 +9,12 @@ Description: Split REDCap repeating instruments output into multiple tables.
|
|||
This will take raw output from a REDCap export and split it into a base table
|
||||
and child tables for each repeating instrument.
|
||||
Depends: R (>= 3.4.0)
|
||||
Suggests: RCurl,
|
||||
Suggests:
|
||||
RCurl,
|
||||
jsonlite,
|
||||
testthat
|
||||
testthat,
|
||||
Hmisc,
|
||||
httr
|
||||
License: GPL-3
|
||||
Encoding: UTF-8
|
||||
LazyData: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue