-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 956 Bytes
/
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
Type: Package
Package: structr
Title: Structural Geology in R
Version: 0.2.1
Authors@R:
person("Tobias", "Stephan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9290-014X"))
Description: Free and open-source R package for analyzing and visualizing
orientation and stress data for structural geology.
License: MIT + file LICENSE
URL: https://tobiste.github.io/structr/
BugReports: https://github.com/tobiste/structr/issues
Depends:
R (>= 4.1.0)
Imports:
Directional,
dplyr,
expm,
ggforce,
ggplot2,
lubridate,
plyr,
readxl,
rjson,
rlang,
rotasym,
sf,
tectonicr,
tibble,
tidyr,
tidyselect,
viridis
Suggests:
knitr,
mapproj,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3