Package: PPforest
Type: Package
Version: 0.2.0
Title: Projection Pursuit Classification Forest
Authors@R: 
  c(person(given = "Natalia",
           family = "da Silva",
           role = c("aut", "cre"),
           email = "natalia.dasilva@fcea.edu.uy",
           comment = c(ORCID = "https://orcid.org/0000-0002-6031-7451")),
            person(given = "Dianne",
           family = "Cook",
           role = "aut",
           email = "dicook@monash.edu"
           ),
    person(given = "Eun-Kyung",
           family = "Lee",
           role = "aut",
           email = "lee.eunk@gmail.com"
           )
   )
Maintainer: Natalia da Silva <natalia.dasilva@fcea.edu.uy>
Description: Implements projection pursuit forest algorithm for supervised classification.
License: GPL (>= 2)
URL: https://github.com/natydasilva/PPforest
LazyData: yes
Depends: R (>= 4.1.0)
Imports: Rcpp (>= 0.12.7), magrittr, plyr, dplyr (>= 0.7.5), tidyr,
        doParallel, tibble, tidyselect
Suggests: knitr, gridExtra, GGally, ggplot2, RColorBrewer, roxygen2 (>=
        3.0.0), PPtreeViz, rmarkdown
VignetteBuilder: knitr
LinkingTo: Rcpp,RcppArmadillo
Encoding: UTF-8
RoxygenNote: 7.3.2
BugReports: https://github.com/natydasilva/PPforest/issues
NeedsCompilation: yes
Packaged: 2025-07-23 22:09:04 UTC; nataliadasilva
Author: Natalia da Silva [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-6031-7451>),
  Dianne Cook [aut],
  Eun-Kyung Lee [aut]
Repository: CRAN
Date/Publication: 2025-07-23 22:20:19 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-26 02:59:15 UTC; windows
Archs: x64
