forked from EarthSystemDiagnostics/psem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 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
Package: psem
Title: Proxy Spectral Error Model
Version: 0.10
Authors@R: c(person("Thomas", "Laepple", email = "[email protected]", role = c("aut")),
person("Torben", "Kunz", email = "[email protected]", role = c("aut")),
person("Andrew", "Dolman", email = "[email protected]", role = c("aut", "cre")))
Description: An R package to implement the spectral error model for proxy records described in the discussion papers
Estimating the timescale-dependent uncertainty of paleoclimate records—a spectral approach. Part I: Theoretical concept
Estimating the timescale-dependent uncertainty of paleoclimate records—a spectral approach. Part II: Application and interpretation.
Depends:
R (>= 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports:
ggplot2,
orbitalforcing (>= 0.1),
dplyr,
tidyr
Remotes:
earthsystemdiagnostics/orbitalforcing
Suggests:
testthat (>= 2.1.0)