-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1012 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
49 lines (49 loc) · 1012 Bytes
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
Type: Package
Package: structr
Title: Structural Geology in R
Version: 0.2.2.9017
Authors@R:
person("Tobias", "Stephan", , "tobias.stephan1@yahoo.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9290-014X"))
Description: Free and open-source R package for structural geology to analyze
and visualize orientation, strain and stress data.
License: MIT + file LICENSE
URL: https://tobiste.github.io/structr/
BugReports: https://github.com/tobiste/structr/issues
Depends:
R (>= 4.5.0)
Imports:
cluster,
data.table,
dplyr,
expm,
fields,
future.apply,
ggforce,
ggplot2,
MASS,
pracma,
readxl,
Rfast,
rjson,
rlang,
rotasym,
sf,
tectonicr,
viridis
Suggests:
future,
knitr,
mapproj,
ragg,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3