Completed working test suite and added CI

This commit is contained in:
pegeler 2018-06-28 17:20:14 -04:00
commit a0a482abef
10 changed files with 153 additions and 55 deletions

View file

@ -0,0 +1,9 @@
# get_data_location <- function(x) {
# system.file(
# "testdata",
# x,
# package = "REDCapRITS"
# )
# }
get_data_location <- function(x) file.path("data", x)