roz allows for R access to a variety of services provided by the onezoom project.
Installation
You can install the development version of roz like so:
# install.packages("devtools")
devtools::install_github("fwimp/roz", build_vignettes = TRUE)Latest patch notes
roz 0.0.3
- Add
tools/exercise_roz_api.Rfor testing the interface betweenrozand the OZ API. - Remove return value from
oz_basereq(). - Force ott ids to be returned by
node_images()as integers. - Mitigate issue with header values from the OneZoom popularity endpoint. See Issue #875 for details.