This commit is contained in:
Andreas Gammelgaard Damsbo 2024-06-07 11:16:58 +02:00
parent 9378da535e
commit 2697206272
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,5 @@
library(testthat)
library(REDCapCAST)
# testthat::test_dir(here::here("tests/testthat"))
test_check("REDCapCAST")

View File

@ -8,5 +8,7 @@
# setwd("tests/testthat")
get_data_location <- function(x)
get_data_location <- function(x){
# here::here(file.path("tests","testthat","data", x))
file.path("data", x)
}

View File

@ -67,7 +67,7 @@ Additional specifications to the DataDictionary can be made manually, or it can
## Data base from table
...instructions and examples are coming...
## Meta data and data upload