A report with two simple interactive tables:
- Selected metadata for NHP model results files that are tagged with a run stage ('final_report_ndg2', etc).
- Each scheme's preferred sites for output ('final') reports, split by activity type.
The report is deployed to Connect (requires login) and updates on schedule.
Note that the app:
- is intended primarily as a lookup tool for the Data Science team
- may not reflect the current up-to-the-moment 'truth'
- is not intended for purposes of governance
- does not avoid the need for schemes and model relationship managers to keep their own records
The data underpinning the app is in two forms:
- Scenario metadata is collected from the results files on Azure, in the container given by
AZ_STORAGE_CONTAINER_RESULTS
. - Preferred-sites data is held in a json file on Azure, in the container given by
AZ_STORAGE_CONTAINER_SUPPORT
.
See the separate guidance for how to update this data.
The report runs on schedule, so any changes to the underlying data will be integrated on the next rendering. You may wish to manually refresh the app from Posit Connect if you want your changes to appear more quickly. To do this, open the app from the Posit Connect 'Content' page and click the 'refresh report' button (circular arrow) in the upper-right of the dev frame.
To generate the report on your machine:
- Create a
.Renviron
file in the project root using.Renviron.sample
as a template. Ask a member of the Data Science team for the values required by each variable. - Knit the
nhp-tagged-runs.Rmd
template to rendernhp-tagged-runs.html
.
During this process, you'll be prompted to authorise with Azure through the browser. See the Data Science website for detail on authorisation.