From 5d35f2801f7039e468a0cdb14954c7d8302cfde3 Mon Sep 17 00:00:00 2001 From: bschilder <34280215+bschilder@users.noreply.github.com> Date: Sun, 5 Nov 2023 01:25:33 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20neurogen?= =?UTF-8?q?omics/rworkflows@09581233056d17fcf6d6ed357cb481855d4f7691=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/bioconductor.html | 6 +++--- articles/depgraph.html | 2 +- articles/docker.html | 2 +- articles/repos.html | 2 +- articles/rworkflows.html | 18 +++++++++--------- index.html | 2 +- pkgdown.yml | 2 +- reference/construct_conda_yml.html | 2 +- reference/fill_description.html | 2 +- reference/use_codespace.html | 2 +- reference/use_dockerfile.html | 2 +- reference/use_issue_template.html | 4 ++-- reference/use_readme.html | 2 +- reference/use_vignette_docker.html | 2 +- reference/use_vignette_getstarted.html | 2 +- reference/use_workflow.html | 2 +- 16 files changed, 27 insertions(+), 27 deletions(-) diff --git a/articles/bioconductor.html b/articles/bioconductor.html index 44fec720..30bc02ea 100644 --- a/articles/bioconductor.html +++ b/articles/bioconductor.html @@ -98,7 +98,7 @@
vignettes/bioconductor.Rmd
@@ -184,7 +184,7 @@ ## Saving yaml ==> /tmp/RtmpfTn4ti/rworkflows.devel.yml
+## Saving yaml ==> /tmp/RtmpE7ZpJS/rworkflows.devel.yml
## Saving yaml ==> /tmp/RtmpfTn4ti/rworkflows.RELEASE_3_17.yml
+## Saving yaml ==> /tmp/RtmpE7ZpJS/rworkflows.RELEASE_3_17.yml
vignettes/depgraph.Rmd
diff --git a/articles/docker.html b/articles/docker.html
index ede8c0ce..a51d71e4 100644
--- a/articles/docker.html
+++ b/articles/docker.html
@@ -98,7 +98,7 @@ vignettes/docker.Rmd
diff --git a/articles/repos.html b/articles/repos.html
index f5458d46..635ddcbb 100644
--- a/articles/repos.html
+++ b/articles/repos.html
@@ -98,7 +98,7 @@ vignettes/repos.Rmd
diff --git a/articles/rworkflows.html b/articles/rworkflows.html
index 6fadc477..1593fe5c 100644
--- a/articles/rworkflows.html
+++ b/articles/rworkflows.html
@@ -98,7 +98,7 @@ vignettes/rworkflows.Rmd
@@ -148,7 +148,7 @@ ## Saving yaml ==> /tmp/RtmpdXs3YR/rworkflows.yml
+## Saving yaml ==> /tmp/RtmpBiS45n/rworkflows.yml
## Saving yaml ==> /tmp/RtmpdXs3YR/rworkflows_static.yml
+## Saving yaml ==> /tmp/RtmpBiS45n/rworkflows_static.yml
## Use default save_dir in practice
dockerfile <- rworkflows::use_dockerfile(save_dir = tempdir())
## Creating new Docker file ==> /tmp/RtmpdXs3YR/Dockerfile
+## Creating new Docker file ==> /tmp/RtmpBiS45n/Dockerfile
## Use default save_dir in practice
readme <- rworkflows::use_readme(save_dir = tempdir())
## Creating new README file ==> /tmp/RtmpdXs3YR/README.Rmd
+## Creating new README file ==> /tmp/RtmpBiS45n/README.Rmd
## Creating new vignette file ==> /tmp/RtmpdXs3YR/vignettes/mypackage.Rmd
+## Creating new vignette file ==> /tmp/RtmpBiS45n/vignettes/mypackage.Rmd
## Creating new vignette file ==> /tmp/RtmpdXs3YR/vignettes/docker.Rmd
+## Creating new vignette file ==> /tmp/RtmpBiS45n/vignettes/docker.Rmd
## Saving yaml ==> /tmp/RtmpdXs3YR/rworkflows.yml
+## Saving yaml ==> /tmp/RtmpBiS45n/rworkflows.yml
## Saving yaml ==> /tmp/RtmpdXs3YR/rworkflows.yml
+## Saving yaml ==> /tmp/RtmpBiS45n/rworkflows.yml
## Cleanup files
try({file.remove(environment_file)})
path <- use_codespace(save_dir=tempdir())
-#> Creating new dev container config file ==> /tmp/RtmpsXIuPh/devcontainer.json
+#> Creating new dev container config file ==> /tmp/Rtmpl8tcr6/devcontainer.json
path <- use_dockerfile(save_dir=tempdir())
-#> Creating new Docker file ==> /tmp/RtmpsXIuPh/Dockerfile
+#> Creating new Docker file ==> /tmp/Rtmpl8tcr6/Dockerfile
path <- use_issue_template(save_dir=tempdir())
-#> Creating new Issue Template ==> /tmp/RtmpsXIuPh/bug_report.md
-#> Creating new Issue Template ==> /tmp/RtmpsXIuPh/feature_request.md
+#> Creating new Issue Template ==> /tmp/Rtmpl8tcr6/bug_report.md
+#> Creating new Issue Template ==> /tmp/Rtmpl8tcr6/feature_request.md
## use default save_dir in practice
path <- use_readme(save_dir = tempdir())
-#> Creating new README file ==> /tmp/RtmpsXIuPh/README.Rmd
+#> Creating new README file ==> /tmp/Rtmpl8tcr6/README.Rmd
path <- use_vignette_getstarted(package = "mypackage",
## use default save_dir in practice
save_dir = tempdir())
-#> Creating new vignette file ==> /tmp/RtmpsXIuPh/vignettes/mypackage.Rmd
+#> Creating new vignette file ==> /tmp/Rtmpl8tcr6/vignettes/mypackage.Rmd