Skip to content

Commit

Permalink
re-add installation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Feb 12, 2024
1 parent 9facb73 commit 307bf7a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
22 changes: 18 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,31 @@ knitr::opts_chunk$set(

VertNet.org API docs: <https://github.com/VertNet/webapp/wiki/The-API-search-function>

## Get started
## Installation

### [View vignette on ropensci](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)
Stable CRAN version

### View vignette locally in your web browser
```{r eval=FALSE}
install.packages("rvertnet")
```

Development version from GitHub

```{r eval=FALSE}
remotes::install_github("ropensci/rvertnet", build_vignettes = TRUE)
```

## [Get started](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)

[View vignette on ropensci website](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)

Or, view vignette locally in your web browser

```{r eval=FALSE}
browseVignettes("rvertnet")
```

### View vignette in Rstudio
Or, view vignette in the Rstudio help pane

```{r eval=FALSE}
vignette("rvertnet")
Expand Down
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,32 @@ version](https://www.r-pkg.org/badges/version/rvertnet)](https://cran.r-project.
VertNet.org API docs:
<https://github.com/VertNet/webapp/wiki/The-API-search-function>

## Get started
## Installation

### [View vignette on ropensci](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)
Stable CRAN version

### View vignette locally in your web browser
``` r
install.packages("rvertnet")
```

Development version from GitHub

``` r
remotes::install_github("ropensci/rvertnet", build_vignettes = TRUE)
```

## [Get started](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)

[View vignette on ropensci
website](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)

Or, view vignette locally in your web browser

``` r
browseVignettes("rvertnet")
```

### View vignette in Rstudio
Or, view vignette in the Rstudio help pane

``` r
vignette("rvertnet")
Expand Down

0 comments on commit 307bf7a

Please sign in to comment.