ScotGovAnalysis / rap-self-assessment

Self-assessment tool for Scottish Government analysts to track their progress in developing Reproducible Analytical Pipelines (RAP)
https://scotland.shinyapps.io/sg-rap-self-assessment/
MIT License
1 stars 0 forks source link

Scottish Government RAP Self-Assessment Tool

This repository contains the code for a self-assessment tool used by Scottish Government statisticians to track their progress in developing Reproducible Analytical Pipelines (RAP).

The tool allows the user to assess their progress against various criteria of RAP organised into different levels of maturity. Once an assessment has been made, the user can choose to download a summary report of their responses and/or a csv data file.

Repository structure

self-assess.qmd

This is the main script used to produce the tool. It is a Quarto document with Shiny elements embedded.

quarto-docs/

This folder contains various Quarto documents for either:

A sub-folder called help/ contains the information supplied in the 'What does this mean?' sections for each criteria.

modules/

This folder mostly contains Shiny modules used in the tool. The R function level_label.R is also stored in this folder.

data/ and data-raw/

The following files can be found in the data folder:

The data-raw folder contains the R code used to produce these files.

Other files

Contributing

If you have any feedback or suggestions, please open an issue in the first instance.

Contact

This repository is maintained by Alice Hannah.

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.

The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.