Skip to content

Commit

Permalink
fixed issue in exchanges fct
Browse files Browse the repository at this point in the history
  • Loading branch information
msperlin committed Jul 27, 2024
1 parent 7067d57 commit 9e30017
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BugReports: https://github.com/msperlin/eodhd2/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
Expand Down
2 changes: 1 addition & 1 deletion R/exchanges.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ get_exchanges <- function(cache_folder = get_default_cache()) {

if (fs::file_exists(f_out)) {

df_div <- read_cache(f_out)
df_exc <- read_cache(f_out)

} else {

Expand Down
3 changes: 2 additions & 1 deletion man/parse_financials.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e30017

Please sign in to comment.