roz
allows for R access to a variety of services provided by the
onezoom project.
You can install the development version of roz like so:
# install.packages("devtools")
devtools::install_github("fwimp/roz", build_vignettes = TRUE)
- Add
tools/exercise_roz_api.R
for testing the interface betweenroz
and 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.