diff --git a/.Rbuildignore b/.Rbuildignore index ecbff01..4a7fd2f 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -6,7 +6,6 @@ ^docs$ ^pkgdown$ ^README\.Rmd$ -^CODE_OF_CONDUCT\.md$ ^vignettes ^palmerpenguins\.Rproj$ ^\.github$ diff --git a/DESCRIPTION b/DESCRIPTION index 7645dce..3541e3a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,17 +6,18 @@ Authors@R: c( person(given = "Allison", family = "Horst", role = c("aut", "cre"), - email = "ahorst@ucsb.edu"), + email = "ahorst@ucsb.edu", + comment = c(ORCID = "0000-0002-6047-5564")), person(given = "Alison", family = "Hill", role = c("aut"), email = "apresstats@gmail.com", - comment = c(ORCID = "https://orcid.org/0000-0002-8082-1890")), + comment = c(ORCID = "0000-0002-8082-1890")), person(given = "Kristen", family = "Gorman", role = c("aut"), email = "kbgorman@alaska.edu", - comment = c(ORCID = "https://orcid.org/0000-0002-0258-9264")) + 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 Palmer Station LTER (). License: CC0 diff --git a/_pkgdown.yml b/_pkgdown.yml index 169dd91..a0126cb 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -47,3 +47,4 @@ navbar: href: articles/art.html - text: Download the data directly href: articles/download.html + diff --git a/man/palmerpenguins-package.Rd b/man/palmerpenguins-package.Rd index 43d7de5..f118d5c 100644 --- a/man/palmerpenguins-package.Rd +++ b/man/palmerpenguins-package.Rd @@ -20,7 +20,7 @@ Useful links: } \author{ -\strong{Maintainer}: Allison Horst \email{ahorst@ucsb.edu} +\strong{Maintainer}: Allison Horst \email{ahorst@ucsb.edu} (\href{https://orcid.org/0000-0002-6047-5564}{ORCID}) Authors: \itemize{