The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
owid_get_catalog() returning only the first 1000
charts. Datasette caps the _size=max parameter at its
max_returned_rows setting, so the catalog was silently
truncated and owid_search() searched only a fraction of it.
The catalog is now paged through and returned in full. Rows come back
sorted by id as a result.owid_get_catalog() failing after OWID removed the
isIndexable column from the catalog. Logical and date
columns are now only parsed when they are actually present, so future
schema changes no longer break the function.owid_search() example against an
unreachable API, since owid_get_catalog() returns
NULL in that case.httr2 responses instead of live
API calls. The few remaining tests against the real API check that the
OWID schema still matches what the package expects and are skipped on
CRAN.perform_request() function.owid_get_catalog()owid_get(),
owid_get_metadata(), owid_get_catalog(), and
owid_search().owid_output() and owid_server().These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.