README.md

fhiplot

This repo contains the functions of the fhiplot package, which once installed locally, provides helpful functions for creating and exporting graphics made in ggplot in the style used by the Norwegian Institute of Public Health.

fhiverse

The fhiverse is a set of R packages developed by the Norwegian Institute of Public Health to help solve problems relating to:

If you want to install the dev versions (or access packages that haven't been released on CRAN), run usethis::edit_r_profile() to edit your .Rprofile. Then write in:

options(repos=structure(c(
  FHI="https://folkehelseinstituttet.github.io/drat/",
  CRAN="https://cran.rstudio.com"
)))

Save the file and restart R. This will allow you to install fhiverse packages from the FHI registry.

Current fhiverse packages are:



folkehelseinstituttet/drathelper documentation built on Sept. 6, 2020, 5:37 a.m.