-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.35 KB
/
Copy pathDESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
Package: tectonicr
Title: Analyzing the Orientation of Maximum Horizontal Stress
Version: 0.4.9.9000
Authors@R:
person("Tobias", "Stephan", , "tobias.stephan1@yahoo.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9290-014X"))
Description: Models the direction of the maximum horizontal stress using
relative plate motion parameters. Statistical algorithms to evaluate
the modeling results compared with the observed data. Provides plots
to visualize the results. Methods described in Stephan et al. (2023)
<doi:10.1038/s41598-023-42433-2> and Wdowinski (1998)
<doi:10.1016/S0079-1946(98)00091-3>.
License: GPL (>= 3)
URL: https://tobiste.github.io/tectonicr/
BugReports: https://github.com/tobiste/tectonicr/issues
Depends:
R (>= 4.1.0)
Imports:
boot,
circular (>= 0.5.0),
dplyr,
ggplot2,
lifecycle,
methods,
RColorBrewer,
sf,
smoothr (>= 1.0.1),
spatstat.explore (>= 3.2.7),
spatstat.geom (>= 3.2.9),
spatstat.univar (>= 2.0.3),
spatstat.utils (>= 3.0.4),
terra,
tidyr,
viridis,
zoo (>= 1.8.12)
Suggests:
ggforce,
grid,
knitr,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
tidyterra
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3