Skip to content

Commit

Permalink
refresh user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jan 3, 2024
1 parent 4343047 commit dabc686
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2021-2023 Hibiki AI Limited <info@hibiki-ai.com>
# Copyright (C) 2021-2024 Hibiki AI Limited <info@hibiki-ai.com>
#
# This file is part of ichimoku.
#
Expand Down Expand Up @@ -38,7 +38,7 @@

.__global__ <- ".data"

.user_agent <- sprintf("r-ichimoku/%s", as.character(packageVersion("ichimoku")))
.user_agent <- strcat("r-ichimoku/", as.character(packageVersion("ichimoku")))

.mlgrid_pairs <- {
cols <- c("chikou", "close", "high", "low", "tenkan", "kijun", "senkouA", "senkouB", "cloudT", "cloudB")
Expand Down
2 changes: 1 addition & 1 deletion R/oanda.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2021-2023 Hibiki AI Limited <info@hibiki-ai.com>
# Copyright (C) 2021-2024 Hibiki AI Limited <info@hibiki-ai.com>
#
# This file is part of ichimoku.
#
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bibentry(bibtype = "Manual",
title = "ichimoku: Visualization and Tools for Ichimoku Kinko Hyo Strategies",
author = person("Charlie", "Gao"),
year = 2023,
year = 2024,
note = sprintf("R package version %s", meta$Version),
url = "https://doi.org/10.5281/zenodo.7879346")

0 comments on commit dabc686

Please sign in to comment.