Package: cepiweek Title: Continuous Epidemiological Week Indexing for Time-Series Analysis Version: 0.1.2 Authors@R: c(person(given = "Daniel", family = "Degina", role = c("aut", "cre"), email = "degina@example.com"), person(given = "Joel", family = "Mbuyi", role = "ctb")) Description: Provides a simple algorithm to generate a continuous epidemiological week index from date variables in a dataframe. Weeks are computed as sequential 7-day intervals starting from the earliest observed date. They do not reset at calendar year boundaries and are not ISO 8601 nor MMWR calendar weeks. The approach is intended for epidemiological modeling and time-series analysis where temporal continuity is required. The generated weeks are sequential and do not reset at calendar year boundaries. License: MIT + file LICENSE Encoding: UTF-8 Imports: lubridate Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://danieldegina.r-universe.dev Date/Publication: 2026-07-04 21:31:08 UTC RemoteUrl: https://github.com/danieldegina/cepiweek RemoteRef: HEAD RemoteSha: 32f4c9989ab2de0b6f40180c587c09776c53f19e NeedsCompilation: no Packaged: 2026-07-04 21:59:38 UTC; root Author: Daniel Degina [aut, cre], Joel Mbuyi [ctb] Maintainer: Daniel Degina