-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
executable file
·22 lines (22 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: Rdimtools
Type: Package
Title: Dimension Reduction and Estimation Methods
Version: 1.1.2
Authors@R: c(person("Kisung", "You", role = c("aut", "cre"), email = "[email protected]",comment=c(ORCID="0000-0002-8584-459X")), person("Changhee","Suh",role=c("ctb"),email="[email protected]"), person("Dennis","Shung",role=c("ctb"), email="[email protected]"))
Description: We provide linear and nonlinear dimension reduction techniques.
Intrinsic dimension estimation methods for exploratory analysis are also provided.
For more details on the package, see the paper by You and Shung (2022) <doi:10.1016/j.simpa.2022.100414>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0.0)
Imports: ADMM, CVXR (>= 1.0), MASS, RANN, Rcpp (>= 0.12.15), RcppDE, Rdpack, RSpectra, graphics, maotai (>= 0.2.4), mclustcomp, stats, utils
LinkingTo: Rcpp, RcppArmadillo, RcppDist, maotai
RoxygenNote: 7.2.2
RdMacros: Rdpack
URL: https://www.kisungyou.com/Rdimtools/
BugReports: https://github.com/kisungyou/Rdimtools/issues
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr