Skip to content

Commit

Permalink
update rbuildignore (for cran submission) (#50)
Browse files Browse the repository at this point in the history
* update metadata in _pkgdown.yml

* put opengraph in template

* update social card title & description

* remove ^CODE_OF_CONDUCT\.md$ from rbuildignore

* updated orcids

* update orcids in description
  • Loading branch information
Allison Horst authored Jul 2, 2020
1 parent 433439c commit 0c96494
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
^docs$
^pkgdown$
^README\.Rmd$
^CODE_OF_CONDUCT\.md$
^vignettes
^palmerpenguins\.Rproj$
^\.github$
Expand Down
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ Authors@R: c(
person(given = "Allison",
family = "Horst",
role = c("aut", "cre"),
email = "[email protected]"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6047-5564")),
person(given = "Alison",
family = "Hill",
role = c("aut"),
email = "[email protected]",
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 = "[email protected]",
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 (<https://pal.lternet.edu/>).
License: CC0
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ navbar:
href: articles/art.html
- text: Download the data directly
href: articles/download.html

2 changes: 1 addition & 1 deletion man/palmerpenguins-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c96494

Please sign in to comment.