Skip to content

best-practice-and-impact/ONS_minimum_RAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimum Reproducible Analytical Pipelines (RAP) standards for the Office for National Statistics (ONS)

Building the site

Make sure you have quarto installed and working before you start.

We have used RStudio and R to build the site. To follow the same approach, make sure you have R and RStudio installed. Install the quarto package and associated dependencies for R.

Open the R project ONS_minimum_RAP.Rproj in RStudio.

Run the following command:

quarto::quarto_render("site")

Alternatively, if you do not have the repository location as your working directory, run the following command:

quarto::quarto_render("path_to_repository/site")

Editing the site

All site contents can be found in the site/ folder. When adding or removing pages, or changing filenames, remember to edit the _quarto.yml file under the website settings, e.g.:

website:
  title: ONS minimum RAP standards
  navbar:
    left:
      - href: index.qmd
        text: Home
      - href: page_1.qmd
        text: Page 1
      - href: page_2.qmd
        text: Page 2

About

RAP minimum standard guidance for the Office for National Statistics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages