-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.88 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: rgeomstats
Title: Interface to 'Geomstats'
Version: 0.0.1.9000
Authors@R: c(
person("Aymeric", "Stamm",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8725-3654")),
person("Nicolas", "Guigui",
role = "ctb",
comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-7901-0732")),
person("Alice", "Le Brigant",
role = "ctb",
comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-8055-4753")),
person("Johan", "Mathe",
role = "ctb",
comment = c("Author of the Geomstats Python package")),
person("Nina", "Miolane",
role = "ctb",
comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-1200-9024")),
person("Xavier", "Pennec",
role = "ctb",
comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-6617-7664")),
person("Luis", "Pereira",
role = "ctb",
comment = c("Author of the Geomstats Python package")),
person("Yann", "Thanwerdas",
role = "ctb",
comment = c("Author of the Geomstats Python package", ORCID = "0000-0002-9351-6318")))
Description: Provides an interface to the Python package 'Geomstats' authored by Miolane et
al. (2020) <arXiv:2004.04667>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/LMJL-Alea/rgeomstats,
https://lmjl-alea.github.io/rgeomstats/
BugReports: https://github.com/LMJL-Alea/rgeomstats/issues
Config/reticulate:
list(
packages = list(
list(package = "geomstats", version = "2.5.0")
)
)
Imports:
cli,
purrr,
R6,
Rdpack,
reticulate,
rlang
RdMacros: Rdpack