-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.04 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
Package: euler
Title: Infinitesimal rotations of tectonic plates
Version: 0.0.0.9000
Authors@R:
c(
person("Tobias", "Stephan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9290-014X")),
person("Helmut", "Schaeben", , "[email protected]", role = c("aut")),
person("Uwe", "Kroner", , "[email protected],de", role = c("aut"),
comment = c(ORCID = "0000-0003-0504-0485"))
)
Description: Infinitesimal rotations of tectonic plates using quaternions
License: GPL (>= 3)
Depends:
R (>= 3.5.0)
Imports:
reticulate,
onion,
dplyr,
magrittr,
ggplot2,
sf,
gt,
ggthemes,
ggnewscale,
tectonicr
Remotes:
tobiste/tectonicr
Config/reticulate:
list(
packages = list(
list(package = "numpy"),
list(package = "math"),
list(package = "quaternion")
)
)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: Python (>= 3.0)