We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3418568 commit cfface8Copy full SHA for cfface8
documentation/tutorials/Demo_1_Basic_Run/download_sipnet.R
@@ -15,7 +15,7 @@ if (os == "Linux") {
15
PEcAn.logger::logger.error("Unsupported operating system: ", os)
16
}
17
18
-demo_outdir <- here::here("documentation/tutorials/Demo_1_Basic_Run/demo_outdir")
+demo_outdir <- file.path("demo_outdir")
19
dest_path <- file.path(demo_outdir, "sipnet")
20
if (!dir.exists(demo_outdir)) {
21
# using if(!dir.exists) instead of `showWarnings = FALSE`
0 commit comments