Package: genpca
Type: Package
Title: Generalized Principal Component Analysis
Version: 0.2.0
Authors@R: c(
    person("Brad", "Buchsbaum",
           email = "brad.buchsbaum@gmail.com",
           role = c("aut", "cre", "cph")))
Description: Generalized PCA and related matrix decompositions in weighted
    inner-product spaces. Methods are based on Allen, G. I., Grosenick, L.,
    and Taylor, J. (2014) <doi:10.1080/01621459.2013.852978>, "A generalized
    least-square matrix decomposition", Journal of the American Statistical
    Association, 109(505), 145-159; and Abdi, H. (2007), "Singular value
    decomposition (SVD) and generalized singular value decomposition"
    <https://personal.utdallas.edu/~herve/Abdi-SVD2007-pretty.pdf>, in
    "Encyclopedia of Measurement and Statistics", 907-912.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Depends: R (>= 4.1.0)
Imports: Rcpp, eigencore (>= 1.0.3), FNN, Matrix, multivarious (>=
        0.3.0), assertthat, methods, digest
LinkingTo: Rcpp, RcppArmadillo, RcppEigen
Suggests: testthat (>= 3.0.0), adjoin, irlba, matrixStats, clue, knitr,
        rmarkdown, ggplot2, albersdown, ragg, systemfonts
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.3
URL: https://bbuchsbaum.github.io/genpca/,
        https://github.com/bbuchsbaum/genpca
BugReports: https://github.com/bbuchsbaum/genpca/issues
Config/Needs/website: albersdown
NeedsCompilation: yes
Packaged: 2026-09-05 19:18:39 UTC; bbuchsbaum
Author: Brad Buchsbaum [aut, cre, cph]
Maintainer: Brad Buchsbaum <brad.buchsbaum@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-15 10:50:19 UTC
