Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
82364d6f
Commit
82364d6f
authored
Sep 17, 2021
by
Dorchies David
Browse files
test(regression): issue for temp directory creation
Refs
#136
parent
593017b3
Pipeline
#27411
failed with stages
in 34 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/scheduled_tests/regression.R
View file @
82364d6f
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment