-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.06 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
Package: deform
Type: Package
Title: Crustal Deformation Modeling Tools in R
Version: 0.0.993
Date: 2024-12-03
Author: Andrew J. Barbour; some of these tools were
adapted from Matlab(tm) codes by Brendan Crowell (UW),
and Francois Beauducel (IPGP).
Maintainer: A.J. Barbour <[email protected]>
Description: Crustal deformation modeling tools. Currently this
code supports calculation of deformation induced by
depleting reservoirs (i.e., Geertsma, 1973; Segall, 1985, 1989, 1992; Lambert and Tsai, 2020),
slipping faults (i.e., Rice and Cleary, 1976; Roeloffs, 1996),
spherical cavities (i.e., Mogi, 1958), and
injection point/step sources (i.e., Rudnicki, 1986).
One can also calculate static and dynamic strains from
magnitude-distance relationships.
License: GPL
Imports:
Rcpp (>= 0.11.2),
RcppFaddeeva,
raster,
tibble,
abind,
dplyr,
plyr,
RCurl,
Bessel
Suggests:
RColorBrewer,
TeachingDemos,
maps,
sp,
pracma,
testthat,
covr
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Encoding: UTF-8