From fe543174c8d8c2b9c83d9b00d71b5685f00b706e Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:53:23 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20shikokuc?= =?UTF-8?q?huo/ichimoku@a26302a34e04bdae5c92a135cf35198c3a12eb72=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- news/index.html | 4 ++++ pkgdown.yml | 2 +- reference/archive.html | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/news/index.html b/news/index.html index fd027868..3964f53e 100644 --- a/news/index.html +++ b/news/index.html @@ -74,6 +74,10 @@

Changelog

+
+
Updates:
+
diff --git a/pkgdown.yml b/pkgdown.yml index ab8aae42..b6fe3a67 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -6,7 +6,7 @@ articles: strategies: strategies.html utilities: utilities.html xoanda: xoanda.html -last_built: 2023-08-15T15:31Z +last_built: 2023-08-24T13:52Z urls: reference: https://shikokuchuo.net/ichimoku/reference article: https://shikokuchuo.net/ichimoku/articles diff --git a/reference/archive.html b/reference/archive.html index 2d45a63b..8479135a 100644 --- a/reference/archive.html +++ b/reference/archive.html @@ -148,11 +148,11 @@

Examples

file <- tempfile() archive(cloud, file) -#> Archive written to '/tmp/RtmpAR3zEr/file16f13bdf2784' +#> Archive written to '/tmp/RtmpuiQxF3/file163f79b18971' #> SHA256: 35793cd51fe3577dbab3c2130bea91e66fa68f1ccf3a8002ae2e3fdb1a2ee11c restored <- archive(file) -#> Archive read from '/tmp/RtmpAR3zEr/file16f13bdf2784' +#> Archive read from '/tmp/RtmpuiQxF3/file163f79b18971' #> Data verified by SHA256: 35793cd51fe3577dbab3c2130bea91e66fa68f1ccf3a8002ae2e3fdb1a2ee11c unlink(file)