Skip to content
/ cstime Public

cstime contains functions for date time conversion used at CSIDS.

License

Notifications You must be signed in to change notification settings

csids/cstime

Repository files navigation

cstime

Overview

cstime provides date and time functions for public health purposes.

cstime provides convenient and consistent conversion between

  • isoyear
  • isoweek
  • calyear
  • season week

In addition, cstime provides calendar data for reference.

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

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("cstime")

About

cstime contains functions for date time conversion used at CSIDS.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •