Package: RcppML
Type: Package
Title: Rcpp Machine Learning Library
Version: 0.1.0
Date: 2021-06-29
Authors@R: person("Zachary", "DeBruine", 
    email = "zacharydebruine@gmail.com", 
    role = c("aut", "cre"), 
    comment = c(ORCID = "0000-0003-2234-4827"))
Description: High-performance machine learning algorithms 
    implemented in 'Rcpp' and 'RcppEigen', including non-negative 
    factorization of sparse matrices, projection of linear
    factor models, and non-negative least squares.
License: GPL (>= 2)
Imports: Rcpp, Matrix, methods, stats
LinkingTo: Rcpp, RcppEigen
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/zdebruine/RcppML
BugReports: https://github.com/zdebruine/RcppML/issues
NeedsCompilation: yes
Packaged: 2021-07-28 11:36:50 UTC; Owner
Author: Zachary DeBruine [aut, cre] (<https://orcid.org/0000-0003-2234-4827>)
Maintainer: Zachary DeBruine <zacharydebruine@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-28 12:10:08 UTC
