Package: LearnPCA
Type: Package
Title: Functions, Data Sets and Vignettes to Aid in Learning Principal
        Components Analysis (PCA)
Version: 0.2.0
Date: 2022-05-01
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
Imports: markdown, shiny, stats, graphics
Suggests: ChemoSpec, chemometrics, knitr, tinytest, roxut, rmarkdown,
        plot3D, ade4, plotrix, latex2exp, plotly, xtable, bookdown,
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-05-02 00:16:51 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-05-02 02:30:02 UTC
Built: R 4.2.0; ; 2022-05-11 01:26:17 UTC; unix
