diff --git a/pkgdown.yml b/pkgdown.yml index a0d2b844..3259881c 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -6,7 +6,7 @@ articles: strategies: strategies.html utilities: utilities.html xoanda: xoanda.html -last_built: 2023-12-08T13:41Z +last_built: 2023-12-08T13:43Z urls: reference: https://shikokuchuo.net/ichimoku/reference article: https://shikokuchuo.net/ichimoku/articles diff --git a/reference/archive.html b/reference/archive.html index 8b159081..761f6a04 100644 --- a/reference/archive.html +++ b/reference/archive.html @@ -148,11 +148,11 @@

Examples

file <- tempfile() archive(cloud, file) -#> Archive written to '/tmp/RtmpTxtKY4/file18b61d4995be' +#> Archive written to '/tmp/RtmpmKZs6E/file189e6ab3ecad' #> SHA256: c13d412721521083bcc2651b39111f608606794eac74f8217153010288c13168 restored <- archive(file) -#> Archive read from '/tmp/RtmpTxtKY4/file18b61d4995be' +#> Archive read from '/tmp/RtmpmKZs6E/file189e6ab3ecad' #> Data verified by SHA256: c13d412721521083bcc2651b39111f608606794eac74f8217153010288c13168 unlink(file)