forked from allisonhorst/palmerpenguins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.39 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: palmerpenguins
Title: Palmer Archipelago (Antarctica) Penguin Data
Version: 0.1.0
Date: 2020-07-11
Authors@R: c(
person(given = "Allison",
family = "Horst",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6047-5564")),
person(given = "Alison",
family = "Hill",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8082-1890")),
person(given = "Kristen",
family = "Gorman",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0258-9264"))
)
Description: Size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program.
License: CC0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
tibble,
ggplot2,
dplyr,
tidyr,
recipes
URL: https://allisonhorst.github.io/palmerpenguins/, https://github.com/allisonhorst/palmerpenguins
BugReports: https://github.com/allisonhorst/palmerpenguins/issues