Package: cstime Title: Date and Time Functions for Public Health Purposes Version: 2025.10.13 Authors@R: c( person("Chi", "Zhang", email = "andreachizhang@yahoo.com", role = c("aut"), comment = c(ORCID = "0000-0003-0501-5909") ), person(c("Richard","Aubrey"), "White", email = "hello@rwhite.no", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6747-1726") ) ) Description: Provides easy and consistent time conversion for public health purposes. The time conversion functions provided here are between date, ISO week, ISO yearweek, ISO year, calendar month/year, season, season week. License: MIT + file LICENSE URL: https://niphr.github.io/cstime/, https://github.com/niphr/cstime BugReports: https://github.com/niphr/cstime/issues Encoding: UTF-8 LazyData: true LazyDataCompression: xz Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 3.5.0) Imports: data.table, magrittr Suggests: rmarkdown, ggplot2, knitr, testthat (>= 3.0.0), readxl, glue, lubridate Config/testthat/edition: 3 VignetteBuilder: knitr Config/Needs/website: niphr/cstemplate Repository: https://niphr.r-universe.dev Date/Publication: 2026-07-01 09:02:24 UTC RemoteUrl: https://github.com/niphr/cstime RemoteRef: HEAD RemoteSha: a85394db70799ccb89c0447026c53c9db946933d NeedsCompilation: no Packaged: 2026-07-01 09:39:26 UTC; root Author: Chi Zhang [aut] (ORCID: ), Richard Aubrey White [aut, cre] (ORCID: ) Maintainer: Richard Aubrey White