forked from zdebruine/RcppML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 905 Bytes
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: RcppML
Type: Package
Title: Rcpp Machine Learning Library
Version: 0.5.4
Date: 2021-27-12
Authors@R: person("Zach", "DeBruine",
email = "zacharydebruine@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2234-4827"))
Description: Fast machine learning algorithms including matrix factorization
and divisive clustering for large sparse and dense matrices.
License: GPL (>= 2)
Imports:
Rcpp,
Matrix,
RcppEigen,
RcppSparse,
methods,
stats,
ggplot2,
knitr,
utils
LinkingTo:
Rcpp,
RcppEigen,
RcppSparse
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Suggests:
rmarkdown,
devtools,
ggrepel,
uwot,
cowplot,
viridis,
testthat (>= 3.0.0)
Config/testthat/edition: 3
LazyData: true
URL: https://github.com/zdebruine/RcppML
BugReports: https://github.com/zdebruine/RcppML/issues
Encoding: UTF-8