Skip to content

Commit

Permalink
update of CNB dataset structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacko committed May 5, 2024
1 parent dfb12ff commit ac55b9a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: czechrates
Type: Package
Title: Czech Interest & Foreign Exchange Rates
Version: 0.2.4
Version: 0.2.5
Date:
2023-09-09
2025-05-06
Authors@R: c(
person(given = "Jindra",
family = "Lacko",
Expand Down Expand Up @@ -33,5 +33,5 @@ Suggests:
scales,
knitr,
covr
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## version 0.2.5 (2024-05-06)

- minor update to resolve issues due to updated format of raw CNB dataset

## version 0.2.4 (2023-09-09)

- minor update to resolve CRAN check issues
Expand Down
2 changes: 1 addition & 1 deletion R/cnbfxrate.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dnl_fx <- function(year) {

raw_file <- readLines(local_file) # to obtain header rows

useky <- c(grep("Datum*", raw_file), length(raw_file)+1) # location of header rows + the end
useky <- c(grep("Date", raw_file), length(raw_file)+1) # location of header rows + the end

for (i in 1:(length(useky)-1)) {

Expand Down
1 change: 1 addition & 0 deletions man/czechrates-package.Rd

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

0 comments on commit ac55b9a

Please sign in to comment.