Commit 82364d6f authored by Dorchies David's avatar Dorchies David
Browse files

test(regression): issue for temp directory creation

Refs #136
Showing with 1 addition and 1 deletion
+1 -1
...@@ -35,7 +35,7 @@ StoreExampleResults <- function(package, path, run.dontrun = FALSE, run.donttest ...@@ -35,7 +35,7 @@ StoreExampleResults <- function(package, path, run.dontrun = FALSE, run.donttest
rd <- unique(readRDS(system.file("help", "aliases.rds", package = package))) rd <- unique(readRDS(system.file("help", "aliases.rds", package = package)))
unlink(path, recursive = TRUE) unlink(path, recursive = TRUE)
dir.create(path) dir.create(path, recursive = TRUE)
lapply( lapply(
rd, rd,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment