-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.62 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
40
41
42
43
44
45
46
47
Package: paleopop
Type: Package
Title: Pattern-Oriented Modeling Framework for Coupled Niche-Population Paleo-Climatic Models
Version: 2.1.6
Authors@R: c(
person("Sean", "Haythorne", email = "[email protected]", role = c("aut")),
person("July", "Pilowsky", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-6376-2585")),
person("Stuart", "Brown", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "https://orcid.org/0000-0002-0669-1418")),
person("Damien", "Fordham", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "https://orcid.org/0000-0003-2137-5592")))
Maintainer: July Pilowsky <[email protected]>
URL: https://github.com/GlobalEcologyLab/paleopop/
BugReports: https://github.com/GlobalEcologyLab/paleopop/issues
Description: This extension of the poems pattern-oriented modeling (POM) framework
provides a collection of modules and functions customized for paleontological
time-scales, and optimized for single-generation transitions and large populations,
across multiple generations.
Depends: R (>= 3.6.0)
License: GPL (>= 3)
Encoding: UTF-8
Language: en-AU
LazyData: true
RoxygenNote: 7.3.1
Imports:
poems (>= 1.0.0),
R6 (>= 2.5.0),
sf (>= 0.9),
trend (>= 1.1.4)
Collate:
data.R
PaleoPopModel.R
PaleoPopResults.R
PaleoRegion.R
paleopop_simulator.R
paleopop-package.R
region_subset.R
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
markdown,
dplyr,
raster
VignetteBuilder: knitr
Config/testthat/edition: 3