Package: enrollcast
Title: Project School Enrollment with Grade Progression Ratios
Version: 0.1.0
Authors@R: 
    person("Rory", "Lawless", , "rory@rorylawless.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0009-0003-7688-309X"))
Description: Projects school enrollment using the cohort survival / grade
    progression ratio method described in Webster (1970)
    <doi:10.1080/00220973.1970.11011238>, implemented as a matrix
    projection. Works at any level of aggregation and any number of grades.
    Provides functions to compute progression ratios from historical
    grade-level enrollment and to project future enrollment forward an
    arbitrary horizon.
License: MIT + file LICENSE
URL: https://rorylawless.r-universe.dev/enrollcast,
        https://github.com/localopen/enrollcast,
        https://localopen.github.io/enrollcast/
BugReports: https://github.com/localopen/enrollcast/issues
Depends: R (>= 4.0)
Imports: cli (>= 3.4.0), rlang (>= 1.0.0), stats
Suggests: knitr, rmarkdown, testthat (>= 3.2.0)
VignetteBuilder: knitr
Config/Needs/website: pkgdown
Config/roxygen2/version: 8.1.0
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-08-20 23:13:15 UTC; rory
Author: Rory Lawless [aut, cre, cph] (ORCID:
    <https://orcid.org/0009-0003-7688-309X>)
Maintainer: Rory Lawless <rory@rorylawless.com>
Repository: CRAN
Date/Publication: 2026-08-26 20:00:02 UTC
