A version's manifest — the contract between a release and the apps
Source:R/version.R
atlas_manifest.Rd{ver}/manifest.json declares everything needed to render that version, so the
app holds no per-version knowledge and publishing v9 needs no app edit. Required
keys are asserted here rather than defaulted: a missing capabilities block
must fail loudly, since defaulting an unknown capability to "supported" makes
the app promise a panel the data cannot fill.
Usage
atlas_manifest(ver = NULL, base = atlas_base_url(), refresh = FALSE)Arguments
- ver
version (resolved through
atlas_resolve_ver()ifNULL/"latest")- base
atlas base URL from
atlas_base_url()- refresh
re-fetch instead of using the session cache