diff --git a/articles/bioconductor.html b/articles/bioconductor.html index fd9cea39..4c8a0546 100644 --- a/articles/bioconductor.html +++ b/articles/bioconductor.html @@ -184,7 +184,7 @@
## Saving yaml ==> /tmp/RtmpDtcVeP/rworkflows.devel.yml
+## Saving yaml ==> /tmp/RtmpVlpKZh/rworkflows.devel.yml
## Saving yaml ==> /tmp/RtmpDtcVeP/rworkflows.RELEASE_3_17.yml
+## Saving yaml ==> /tmp/RtmpVlpKZh/rworkflows.RELEASE_3_17.yml
## Saving yaml ==> /tmp/RtmpWM2f8I/rworkflows.yml
+## Saving yaml ==> /tmp/RtmpFVft2I/rworkflows.yml
## Saving yaml ==> /tmp/RtmpWM2f8I/rworkflows_static.yml
+## Saving yaml ==> /tmp/RtmpFVft2I/rworkflows_static.yml
## Use default save_dir in practice
dockerfile <- rworkflows::use_dockerfile(save_dir = tempdir())
## Creating new Docker file ==> /tmp/RtmpWM2f8I/Dockerfile
+## Creating new Docker file ==> /tmp/RtmpFVft2I/Dockerfile
## Use default save_dir in practice
readme <- rworkflows::use_readme(save_dir = tempdir())
## Creating new README file ==> /tmp/RtmpWM2f8I/README.Rmd
+## Creating new README file ==> /tmp/RtmpFVft2I/README.Rmd
## Creating new vignette file ==> /tmp/RtmpWM2f8I/vignettes/mypackage.Rmd
+## Creating new vignette file ==> /tmp/RtmpFVft2I/vignettes/mypackage.Rmd
## Creating new vignette file ==> /tmp/RtmpWM2f8I/vignettes/docker.Rmd
+## Creating new vignette file ==> /tmp/RtmpFVft2I/vignettes/docker.Rmd
## Saving yaml ==> /tmp/RtmpWM2f8I/rworkflows.yml
+## Saving yaml ==> /tmp/RtmpFVft2I/rworkflows.yml
## Saving yaml ==> /tmp/RtmpWM2f8I/rworkflows.yml
+## Saving yaml ==> /tmp/RtmpFVft2I/rworkflows.yml
## Cleanup files
try({file.remove(environment_file)})
is_gha()
-#> Currently running on GITHUB_ACTION: __run_22
+#> Currently running on GITHUB_ACTION: __neurogenomics_rworkflows
#> [1] TRUE
path <- use_codespace(save_dir=tempdir())
-#> Creating new dev container config file ==> /tmp/RtmpcKOJic/devcontainer.json
+#> Creating new dev container config file ==> /tmp/RtmphskH8X/devcontainer.json
path <- use_dockerfile(save_dir=tempdir())
-#> Creating new Docker file ==> /tmp/RtmpcKOJic/Dockerfile
+#> Creating new Docker file ==> /tmp/RtmphskH8X/Dockerfile
path <- use_issue_template(save_dir=tempdir())
-#> Creating new Issue Template ==> /tmp/RtmpcKOJic/bug_report.md
-#> Creating new Issue Template ==> /tmp/RtmpcKOJic/feature_request.md
+#> Creating new Issue Template ==> /tmp/RtmphskH8X/bug_report.md
+#> Creating new Issue Template ==> /tmp/RtmphskH8X/feature_request.md
## use default save_dir in practice
path <- use_readme(save_dir = tempdir())
-#> Creating new README file ==> /tmp/RtmpcKOJic/README.Rmd
+#> Creating new README file ==> /tmp/RtmphskH8X/README.Rmd
path <- use_vignette_getstarted(package = "mypackage",
## use default save_dir in practice
save_dir = tempdir())
-#> Creating new vignette file ==> /tmp/RtmpcKOJic/vignettes/mypackage.Rmd
+#> Creating new vignette file ==> /tmp/RtmphskH8X/vignettes/mypackage.Rmd