-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.51 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
Package: StratPal
Title: Stratigraphic Paleobiology Modeling Pipelines
Version: 0.3.0.9000
Authors@R:
person("Niklas", "Hohmann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1559-1838"))
Description: The fossil record is a joint expression of ecological, taphonomic,
evolutionary, and stratigraphic processes (Holland and Patzkowsky, 2012, ISBN:978-0226649382).
This package allowing to simulate biological processes in the time domain
(e.g., trait evolution, fossil abundance), and examine how their expression
in the rock record (stratigraphic domain) is influenced based on
age-depth models, ecological niche models, and taphonomic effects.
Functions simulating common processes used in modeling trait evolution or
event type data such as first/last occurrences are provided and can be used
standalone or as part of a pipeline. The package comes with example
data sets and tutorials in several vignettes, which can be used as a
template to set up one's own simulation.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
admtools (>= 0.4.0),
paleoTS
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 4.2)
LazyData: true
URL: https://mindthegap-erc.github.io/StratPal/ , https://github.com/MindTheGap-ERC/StratPal
BugReports: https://github.com/MindTheGap-ERC/StratPal/issues
Config/testthat/edition: 3
Language: en-US