forked from zdebruine/RcppML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 860 Bytes
/
DESCRIPTION
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
Package: RcppML
Type: Package
Title: Rcpp Machine Learning Library
Version: 0.5.5
Date: 2022-26-09
Authors@R: person("Zach", "DeBruine",
email = "[email protected]",
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-3 + file LICENSE
Imports:
Rcpp,
Matrix,
methods,
stats,
knitr,
utils
LinkingTo:
Rcpp,
RcppEigen
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Suggests:
ggplot2,
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