-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
executable file
·33 lines (33 loc) · 1.02 KB
/
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
Package: Riemann
Type: Package
Title: Learning with Data on Riemannian Manifolds
Version: 0.1.5
Authors@R: c(person("Kisung", "You", role = c("aut", "cre"), email = "[email protected]",comment=c(ORCID="0000-0002-8584-459X")))
Description: We provide a variety of algorithms for manifold-valued data, including Fréchet summaries, hypothesis testing, clustering, visualization, and other learning tasks. See Bhattacharya and Bhattacharya (2012) <doi:10.1017/CBO9781139094764> for general exposition to statistics on manifolds.
License: MIT + file LICENSE
Imports: CVXR,
Rcpp (>= 1.0.5),
Rdpack,
RiemBase,
Rdimtools,
T4cluster,
DEoptim,
lpSolve,
Matrix,
maotai (>= 0.2.2),
stats,
utils
Encoding: UTF-8
URL: https://kisungyou.com/Riemann/
BugReports: https://github.com/kisungyou/Riemann/issues
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3
RdMacros: Rdpack
Depends:
R (>= 2.10)
Suggests:
R.rsp,
testthat (>= 3.0.0)
VignetteBuilder: R.rsp
LazyData: true
Config/testthat/edition: 3