From cb8f18b5dc5adfc5779c01beb5ad4710f3eebefb Mon Sep 17 00:00:00 2001
From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com>
Date: Fri, 27 Oct 2023 13:58:53 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20shikokuc?=
=?UTF-8?q?huo/ichimoku@ee0a1b87f21e618cace3e5e9e41975582de80bb5=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 | 3 ++-
pkgdown.yml | 2 +-
reference/archive.html | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/news/index.html b/news/index.html
index db2923e1..232b57da 100644
--- a/news/index.html
+++ b/news/index.html
@@ -74,7 +74,8 @@
Changelog
-
+- Improved handling for OANDA API errors.
+
- Internal performance enhancements.
diff --git a/pkgdown.yml b/pkgdown.yml
index b8d8814a..5a626cee 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -6,7 +6,7 @@ articles:
strategies: strategies.html
utilities: utilities.html
xoanda: xoanda.html
-last_built: 2023-10-26T11:54Z
+last_built: 2023-10-27T13:58Z
urls:
reference: https://shikokuchuo.net/ichimoku/reference
article: https://shikokuchuo.net/ichimoku/articles
diff --git a/reference/archive.html b/reference/archive.html
index 22a1a92d..2f26deea 100644
--- a/reference/archive.html
+++ b/reference/archive.html
@@ -148,11 +148,11 @@ Examples
file <- tempfile()
archive(cloud, file)
-#> Archive written to '/tmp/Rtmp5CuKTX/file18e414d6ec82'
+#> Archive written to '/tmp/RtmpmnJ49V/file18f037c89401'
#> SHA256: 031dd583d1953637d88c2a20e6ea5df6813d11a49c297a11c51b0f605efa73e3
restored <- archive(file)
-#> Archive read from '/tmp/Rtmp5CuKTX/file18e414d6ec82'
+#> Archive read from '/tmp/RtmpmnJ49V/file18f037c89401'
#> Data verified by SHA256: 031dd583d1953637d88c2a20e6ea5df6813d11a49c297a11c51b0f605efa73e3
unlink(file)