Skip to content
/ csmaps Public

Provides preformatted maps of Norway that generally do not need geolibraries

License

Notifications You must be signed in to change notification settings

csids/csmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81e5c9d · Sep 26, 2024

History

60 Commits
May 26, 2023
Sep 26, 2024
Sep 26, 2024
Jun 8, 2022
May 30, 2023
Nov 18, 2022
May 30, 2023
May 22, 2023
Mar 10, 2023
May 23, 2023
May 30, 2023
Jun 8, 2023
May 25, 2023
May 25, 2023
Dec 16, 2022
May 30, 2023
May 23, 2023
Jan 18, 2022

Repository files navigation

csmaps

Overview

csmaps provides preformatted maps of Norway that generally do not need geolibraries. It helps public health reporting purposes for different geographic levels in Norway.

The following geographic granularities are included:

  • County

  • Municipality

  • City ward (only for Oslo)

It is convenient to visualize maps with additional information, either using text labels or color palettes.

Read the introduction vignette here or run help(package="csmaps").

csverse

The csverse is a set of R packages developed to help solve problems that frequently occur when performing disease surveillance.

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(
    CSVERSE = "https://www.csids.no/drat/",
    CRAN    = "https://cran.rstudio.com"
  ))
)

Save the file and restart R.

You can now install csverse packages from our drat repository.

install.packages("csmaps")