Package: crs Version: 0.15-46 Date: 2026-06-26 Imports: boot, stats, quantreg Suggests: ggplot2, knitr, logspline, MASS, quadprog, rgl, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Title: Categorical Regression Splines Authors@R: c(person(given = "Jeffrey S.", family = "Racine", role = c("aut","cre"), email = "racinej@mcmaster.ca"), person(given = "Zhenghua", family = "Nie", role = c("aut"), email = "niez@mcmaster.ca"), person(given = "Brian D.", family = "Ripley", role = c("ctb"), comment = "stepCV.R")) Description: Regression splines that handle a mix of continuous and categorical (discrete) data often encountered in applied settings. I would like to gratefully acknowledge support from the Natural Sciences and Engineering Research Council of Canada (NSERC, ), the Social Sciences and Humanities Research Council of Canada (SSHRC, ), and the Shared Hierarchical Academic Research Computing Network (SHARCNET, ). We would also like to acknowledge the contributions of the GNU GSL authors. In particular, we adapt the GNU GSL B-spline routine gsl_bspline.c adding automated support for quantile knots (in addition to uniform knots), providing missing functionality for derivatives, and for extending the splines beyond their endpoints. License: GPL (>=3) URL: https://github.com/JeffreyRacine/R-Package-crs BugReports: https://github.com/JeffreyRacine/R-Package-crs/issues Repository: https://jeffreyracine.r-universe.dev Date/Publication: 2026-06-26 13:09:17 UTC RemoteUrl: https://github.com/jeffreyracine/r-package-crs RemoteRef: HEAD RemoteSha: e854b454c87710660b964b7d10ddd601e3e30276 NeedsCompilation: yes Packaged: 2026-06-26 13:22:46 UTC; root Author: Jeffrey S. Racine [aut, cre], Zhenghua Nie [aut], Brian D. Ripley [ctb] (stepCV.R) Maintainer: Jeffrey S. Racine