Changelog
Source:NEWS.md
rKolada 0.2.3
CRAN release: 2024-05-14
- Add
kolada_available()
for programming with therKolada
package - Fix vignettes and examples so they don’t crash when the Kolada API is unavailable
rKolada 0.2.2
- Correctly print URLs on
verbose = TRUE
(#6) - Check if the Kolada API is availoable using
kolada_available()
rKolada 0.2.0
CRAN release: 2021-03-22
- add support for paging. This implies that queries that produce a result with more than 5,000 rows are no longer truncated
- vignette polish
- graceful fail on no internet connection (and other HTTP problems)
- add
max_results
argument to allget_
functions
rKolada 0.1.3
CRAN release: 2020-06-07
- add option to download OU data to
get_values()
- improved some error messages
- add link to package website