mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-21 21:10:22 +01:00
minor
This commit is contained in:
parent
9378da535e
commit
2697206272
@ -1,4 +1,5 @@
|
|||||||
library(testthat)
|
library(testthat)
|
||||||
library(REDCapCAST)
|
library(REDCapCAST)
|
||||||
|
|
||||||
|
# testthat::test_dir(here::here("tests/testthat"))
|
||||||
test_check("REDCapCAST")
|
test_check("REDCapCAST")
|
||||||
|
@ -8,5 +8,7 @@
|
|||||||
|
|
||||||
# setwd("tests/testthat")
|
# 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)
|
file.path("data", x)
|
||||||
|
}
|
||||||
|
@ -67,7 +67,7 @@ Additional specifications to the DataDictionary can be made manually, or it can
|
|||||||
|
|
||||||
## Data base from table
|
## Data base from table
|
||||||
|
|
||||||
|
...instructions and examples are coming...
|
||||||
|
|
||||||
|
|
||||||
## Meta data and data upload
|
## Meta data and data upload
|
||||||
|
Loading…
Reference in New Issue
Block a user