Package: LearnPCA
Type: Package
Title: Functions, Data Sets and Vignettes to Aid in Learning Principal
        Components Analysis (PCA)
Version: 0.1.3
Date: 2022-03-11
Authors@R: c(
    person("Bryan A.", "Hanson",
      role = c("aut", "cre"),
      email = "hanson@depauw.edu",
      comment = c(ORCID = "0000-0003-3536-8246")),
    person("David T.", "Harvey",
      role = c("aut"),
      email = "harvey@depauw.edu"))
Description: Principal component analysis (PCA) is one of the most widely used data analysis techniques.  This package provides a series of vignettes explaining PCA starting from basic concepts. The primary purpose is to serve as a self-study resource for anyone wishing to understand PCA better. A few convenience functions are provided as well.
License: GPL-3
URL: https://bryanhanson.github.io/LearnPCA/
BugReports: https://github.com/bryanhanson/LearnPCA/issues
ByteCompile: TRUE
VignetteBuilder: knitr
Encoding: UTF-8
Suggests: ChemoSpec, chemometrics, kableExtra, knitr, tinytest, roxut,
        bookdown, rmarkdown, plot3D, ade4, plotrix, latex2exp, plotly,
        xtable, htmlwidgets
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-12 00:05:19 UTC; bryanhanson
Author: Bryan A. Hanson [aut, cre] (<https://orcid.org/0000-0003-3536-8246>),
  David T. Harvey [aut]
Maintainer: Bryan A. Hanson <hanson@depauw.edu>
Repository: CRAN
Date/Publication: 2022-03-12 00:30:02 UTC
