Skip to content

Releases: petrbouchal/czso

czso 0.3.10

02 Sep 20:56
Compare
Choose a tag to compare
  • update Roxygen2 version and rebuild documentation to handle CRAN validation of HTML manual

czso 0.3.9

17 Mar 21:08
Compare
Choose a tag to compare
  • removed usethis dependency; messages now done by {cli}
  • removed stringr dependency
  • readded stringi dependency

czso 0.3.8

28 Feb 21:15
Compare
Choose a tag to compare
  • On MacOS Monterey, native curl cannot reach https://www.czso.cz/, making it impossible for R to reach it. So on Monterey machines with the default curl configuration, all functions accessing the server will fail with a message instructing the user to set an option in .Renviron to resolve this issue. This is a temporary situation until the bug is fixed in MacOS or a fix is found in R that does not require the user to set environment variables.

v0.3.5

23 Sep 21:25
3cf6e80
Compare
Choose a tag to compare

czso 0.3.5

NOTE: there has been an unexpected change to the National Open Data Catalogue which caused problems with the dataset IDs returned by czso_get_catalogue(). This release provides a temporary fix based on a patch to the API kindly provided by the Czech Statistical Office.

Future releases will handle the change in a more robust way once the final form of the catalogue API is determined by the CZSO.

Fixes to code that is currently not used but may be again as the dust settles:

  • fix SPARQL query to return all datasets, incl. 2 that were not showing up compared to the official data catalogue web interface
  • return label, rather than IRI, for temporal resolution, in the output of czso_get_catalogue()

czso 0.3.4

04 Mar 12:28
Compare
Choose a tag to compare

czso 0.3.4

  • minor fixes for CRAN checks

czso 0.3.3

czso 0.3.2

23 Oct 23:25
Compare
Choose a tag to compare
  • minor README edit for CRAN resubmission

czso 0.2.3

05 Apr 22:25
Compare
Choose a tag to compare

Fixes responding to CRAN feedback

  • Description field of DESCRIPTION now contains a link to the data provider
  • documentation in all functions now provide more detail on what the functions return

Other changes

  • czso_get_table_schema() now throws error for non-JSON schema and includes URL in error message
  • czso_get_table() now writes files it cannot read with the right extension
  • czso_get_dataset_doc() returns URL only invisibly if action is "open"

czso 0.2.2

31 Mar 17:14
Compare
Choose a tag to compare

Prep for CRAN

  • add cran-comments.md
  • fixed dplyr-related CHECK NOTE
  • updated LICENSE for CRAN
  • update URL in README

Bug fixes and minor improvements

  • all functions accessing CZSO data now return helpful error if the dataset cannot be found
  • fixed deprecation warnings to display correct package name
  • added helpful error message for no access to the internet
  • spelling corrections
  • better error output when CZSO server returns error

czso 0.2.1

21 Mar 22:44
Compare
Choose a tag to compare

New function names and deprecations

  • all user-facing functions are now czso_* to avoid conflicts and aid discovery via auto-complete. Original functions are soft-deprecated.

Improvements

  • improvements to documentation
  • added code of conduct and contributing guide

czso 0.2.0

28 Feb 21:46
Compare
Choose a tag to compare

New features

  • new get_dataset_doc() function for accessing documentation
  • new get_table_schema() function for retrieving table schema
  • exported get_dataset_metadata() function for accessing detailed metadata