diff --git a/R/project-dag-write.R b/R/project-dag-write.R index 8ce50085..f5b9c756 100644 --- a/R/project-dag-write.R +++ b/R/project-dag-write.R @@ -19,7 +19,7 @@ populate_project_dag_write <- function(batch = FALSE, verbose = FALSE) { token = credential$token ) path_in_dag <- system.file( - "test-data/project-dag/data.csv", + "test-data/projects/dag/data.csv", package = "REDCapR" ) diff --git a/inst/test-data/projects/potentially-problematic-dictionary/REDCapRProblematicDi_DATA_2024-10-11_1816.csv b/inst/test-data/projects/potentially-problematic-dictionary/data.csv similarity index 100% rename from inst/test-data/projects/potentially-problematic-dictionary/REDCapRProblematicDi_DATA_2024-10-11_1816.csv rename to inst/test-data/projects/potentially-problematic-dictionary/data.csv diff --git a/inst/test-data/projects/potentially-problematic-dictionary/REDCapRProblematicDictionary_DataDictionary_2024-10-11.csv b/inst/test-data/projects/potentially-problematic-dictionary/dictionary.csv similarity index 100% rename from inst/test-data/projects/potentially-problematic-dictionary/REDCapRProblematicDictionary_DataDictionary_2024-10-11.csv rename to inst/test-data/projects/potentially-problematic-dictionary/dictionary.csv diff --git a/inst/test-data/projects/potentially-problematic-dictionary/REDCapRProblematicDi_2024-10-11_1817.REDCap.xml b/inst/test-data/projects/potentially-problematic-dictionary/project.xml similarity index 100% rename from inst/test-data/projects/potentially-problematic-dictionary/REDCapRProblematicDi_2024-10-11_1817.REDCap.xml rename to inst/test-data/projects/potentially-problematic-dictionary/project.xml