mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 14:09:08 +02:00
trying to overcome error messagein github actions by moving R package to root.
This commit is contained in:
parent
58cabc7153
commit
582a481942
33 changed files with 1 additions and 1276 deletions
9
tests/testthat/helper-paths.R
Normal file
9
tests/testthat/helper-paths.R
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue