-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.49 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
Package: tourr
Title: Tour Methods for Multivariate Data Visualisation
Version: 1.2.3
Authors@R: c(
person("Hadley", "Wickham", email = "[email protected]", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4757-117X")),
person("Dianne", "Cook", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3813-7155")),
person("Nick", "Spyrison", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-8417-0212")),
person("Ursula", "Laa", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-0249-6439")),
person("H. Sherry","Zhang", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-7122-1463")),
person("Stuart", "Lee", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0003-1179-8436")))
Description: Implements geodesic interpolation and basis
generation functions that allow you to create new tour
methods from R.
Depends:
R (>= 3.6)
Imports:
MASS,
tibble,
dplyr,
stats,
utils,
grDevices
Suggests:
aplpack,
ash,
energy,
testthat,
colorspace,
ggplot2,
mgcv,
gifski,
geozoo,
knitr,
rmarkdown,
tidyr,
covr,
plotly,
cassowaryr,
minerva
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/ggobi/tourr, https://ggobi.github.io/tourr/
BugReports: https://github.com/ggobi/tourr/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr