-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.43 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: sepkoski
Title: Sepkoski's Fossil Marine Animal Genera Compendium
Version: 0.0.1.9000
Authors@R: person(given = "Lewis A.",
family = "Jones",
email = "LewisA.Jones@outlook.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3902-8986"))
Description: Stratigraphic ranges of fossil marine animal genera from Sepkoski's
(2002) published compendium. No changes have been made to any taxonomic
names. However, first and last appearance intervals have been updated to be
consistent with stages of the International Geological Timescale.
Functionality for generating a plot of Sepkoski's evolutionary fauna is also
included. For specific details on the compendium see:
Sepkoski, J. J. (2002). A compendium of fossil marine animal genera.
Bulletins of American Paleontology, 363, pp. 1–560 (ISBN 0-87710-450-6).
Access: <https://www.biodiversitylibrary.org/item/40634#page/5/mode/1up>.
License: GPL (>= 3)
Language: en-GB
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0)
Imports:
deeptime,
ggplot2,
palaeoverse,
rlang
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/LewisAJones/sepkoski,
https://lewisajones.github.io/sepkoski/
BugReports: https://github.com/LewisAJones/sepkoski/issues
Suggests:
covr,
knitr,
testthat (>= 3.0.0),
vdiffr (>= 1.0.0)