Package: bases
Title: Basis Expansions for Regression Modeling
Version: 0.2.0
Authors@R: 
    person("Cory", "McCartan", , "mccartan@psu.edu", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-6251-669X"))
Description: Provides various basis expansions for flexible regression modeling,
    including random Fourier features (Rahimi & Recht, 2007)
    <https://proceedings.neurips.cc/paper_files/paper/2007/file/013a006f03dbc5392effeb8f18fda755-Paper.pdf>,
    exact kernel / Gaussian process feature maps, prior features for Bayesian
    Additive Regression Trees (BART) (Chipman et al., 2010) <doi:10.1214/09-AOAS285>,
    and a helpful interface for n-way interactions. The provided functions may
    be used within any modeling formula, allowing the use of kernel methods and
    other basis expansions in modeling functions that do not otherwise support
    them. Along with the basis expansions, a number of kernel functions are also
    provided, which support kernel arithmetic to form new kernels. Basic ridge
    regression functionality is included as well.
Depends: R (>= 3.6.0)
Imports: rlang, stats, methods
Suggests: mgcv, recipes, tibble, adj (>= 0.1.0), RSpectra, igraph,
        testthat (>= 3.0.0), knitr, rmarkdown
LinkingTo: cpp11
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr
URL: https://corymccartan.com/bases/,
        https://github.com/CoryMcCartan/bases/
BugReports: https://github.com/CoryMcCartan/bases/issues
Config/testthat/edition: 3
Config/build/compilation-database: true
NeedsCompilation: yes
Packaged: 2026-02-27 15:14:17 UTC; cmccartan
Author: Cory McCartan [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-6251-669X>)
Maintainer: Cory McCartan <mccartan@psu.edu>
Repository: CRAN
Date/Publication: 2026-02-27 15:42:10 UTC
Built: R 4.4.3; aarch64-apple-darwin20; 2026-02-27 16:08:50 UTC; unix
Archs: bases.so.dSYM
