Skip to content

Commit

Permalink
Update more links
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Dec 20, 2023
1 parent 8d87594 commit 165f9f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rphylopic <img src="man/figures/logo.png" align="right" alt="" width="120">

<!-- badges: start -->
[![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)
Expand All @@ -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?
Expand Down
4 changes: 2 additions & 2 deletions man/rphylopic-package.Rd

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

12 changes: 6 additions & 6 deletions vignettes/a-getting-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vignette: >

**Authors:** Lewis A. Jones & William Gearty

**Last updated:** 2023-11-16
**Last updated:** 2023-12-20



Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
##
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions vignettes/a-getting-started.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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:
Expand Down

0 comments on commit 165f9f9

Please sign in to comment.