diff --git a/README.md b/README.md index 0763e73..763c59c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rphylopic -[![R-CMD-check](https://github.com/palaeoverse/rphylopic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/palaeoverse-community/rphylopic/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/palaeoverse/rphylopic/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/palaeoverse/rphylopic/actions/workflows/R-CMD-check.yaml) [![codecov](https://codecov.io/gh/palaeoverse/rphylopic/branch/main/graph/badge.svg?token=HQQO2CRIKT)](https://app.codecov.io/gh/palaeoverse-community/rphylopic) [![CRAN status](https://www.r-pkg.org/badges/version/rphylopic)](https://CRAN.R-project.org/package=rphylopic) [![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/rphylopic)](https://cran.r-project.org/package=rphylopic) @@ -26,7 +26,7 @@ The development version of `rphylopic` can be installed via GitHub using: ```r install.packages("remotes") -remotes::install_github("palaeoverse-community/rphylopic") +remotes::install_github("palaeoverse/rphylopic") ``` # How does it work? diff --git a/man/rphylopic-package.Rd b/man/rphylopic-package.Rd index 2d97b82..f25ad9b 100644 --- a/man/rphylopic-package.Rd +++ b/man/rphylopic-package.Rd @@ -14,9 +14,9 @@ Work with the PhyloPic Web Service (\url{http://api-docs.phylopic.org/v2/}) to f Useful links: \itemize{ \item \url{https://rphylopic.palaeoverse.org} - \item \url{https://github.com/palaeoverse-community/rphylopic} + \item \url{https://github.com/palaeoverse/rphylopic} \item \url{https://palaeoverse.org} - \item Report bugs at \url{https://github.com/palaeoverse-community/rphylopic/issues} + \item Report bugs at \url{https://github.com/palaeoverse/rphylopic/issues} } } diff --git a/vignettes/a-getting-started.Rmd b/vignettes/a-getting-started.Rmd index 214b272..ed389ad 100644 --- a/vignettes/a-getting-started.Rmd +++ b/vignettes/a-getting-started.Rmd @@ -9,7 +9,7 @@ vignette: > **Authors:** Lewis A. Jones & William Gearty -**Last updated:** 2023-11-16 +**Last updated:** 2023-12-20 @@ -21,7 +21,7 @@ vignette: > ## Installation -The **rphylopic** package can be installed via CRAN or its dedicated [GitHub repository](https://github.com/palaeoverse-community/rphylopic) if the development version is preferred. To install via CRAN, simply use: +The **rphylopic** package can be installed via CRAN or its dedicated [GitHub repository](https://github.com/palaeoverse/rphylopic) if the development version is preferred. To install via CRAN, simply use: ```r @@ -33,7 +33,7 @@ To install the development version, first install the `{remotes}` package, and t ```r install.packages("remotes") -remotes::install_github("palaeoverse-community/rphylopic") +remotes::install_github("palaeoverse/rphylopic") ``` You can now load **rphylopic** using the default `library()` function: @@ -53,8 +53,8 @@ citation("rphylopic") ``` ## To cite rphylopic in publications, use the following citation: ## -## Gearty, W. and Jones, L.A. 2023. rphylopic: An R package for fetching, transforming, and visualising PhyloPic silhouettes. Methods in -## Ecology and Evolution, 14(11), 2700-2708. doi: 10.1111/2041-210X.14221. +## Gearty, W. and Jones, L.A. 2023. rphylopic: An R package for fetching, transforming, and visualising +## PhyloPic silhouettes. Methods in Ecology and Evolution, 14(11), 2700-2708. doi: 10.1111/2041-210X.14221. ## ## A BibTeX entry for LaTeX users is ## @@ -245,7 +245,7 @@ get_attribution(uuid = uuid, text = TRUE) ``` ``` -## Organism silhouettes are from PhyloPic (https://www.phylopic.org/; T. Michael Keesey, 2023). Silhouette was contributed by Mareike Janiak, 2020 (Public Domain Mark 1.0). +## Organism silhouettes are from PhyloPic (https://www.phylopic.org/; T. Michael Keesey, 2023) and were added using the rphylopic R package ver. 1.2.2.9000 (Gearty & Jones, 2023). Silhouette was contributed by Mareike Janiak, 2020 (Public Domain Mark 1.0). ``` ## Save an image diff --git a/vignettes/a-getting-started.Rmd.orig b/vignettes/a-getting-started.Rmd.orig index f715f3c..346f3ce 100644 --- a/vignettes/a-getting-started.Rmd.orig +++ b/vignettes/a-getting-started.Rmd.orig @@ -25,7 +25,7 @@ knitr::opts_chunk$set(echo = TRUE, include = TRUE, eval = TRUE, ## Installation -The **rphylopic** package can be installed via CRAN or its dedicated [GitHub repository](https://github.com/palaeoverse-community/rphylopic) if the development version is preferred. To install via CRAN, simply use: +The **rphylopic** package can be installed via CRAN or its dedicated [GitHub repository](https://github.com/palaeoverse/rphylopic) if the development version is preferred. To install via CRAN, simply use: ```{r eval = FALSE} install.packages("rphylopic") @@ -35,7 +35,7 @@ To install the development version, first install the `{remotes}` package, and t ```{r eval = FALSE} install.packages("remotes") -remotes::install_github("palaeoverse-community/rphylopic") +remotes::install_github("palaeoverse/rphylopic") ``` You can now load **rphylopic** using the default `library()` function: