Skip to content

Commit 6f39bb6

Browse files
committed
remove plyr load from vignettte, not used
1 parent 120691f commit 6f39bb6

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

inst/vign/rgbif_vignette.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ head(name_lookup(query = 'Helianthus annuus', rank="species", return = 'data'))
149149
The function `name_usage()` works with lots of different name endpoints in GBIF, listed at [http://www.gbif.org/developer/species#nameUsages](http://www.gbif.org/developer/species#nameUsages).
150150

151151
```{r}
152-
library("plyr")
153-
out <- name_usage(key=3119195, language="FRENCH", data='vernacularNames')
154-
head(out$data)
152+
name_usage(key=3119195, language="FRENCH", data='vernacularNames')
155153
```
156154

157155
The function `name_backbone()` is used to search against the GBIF backbone taxonomy

inst/vign/rgbif_vignette.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,7 @@ The function `name_usage()` works with lots of different name endpoints in GBIF,
255255

256256

257257
```r
258-
library("plyr")
259-
out <- name_usage(key=3119195, language="FRENCH", data='vernacularNames')
260-
head(out$data)
261-
#> # A tibble: 0 x 0
258+
name_usage(key=3119195, language="FRENCH", data='vernacularNames')
262259
```
263260

264261
The function `name_backbone()` is used to search against the GBIF backbone taxonomy

vignettes/rgbif_vignette.Rmd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,7 @@ The function `name_usage()` works with lots of different name endpoints in GBIF,
255255

256256

257257
```r
258-
library("plyr")
259-
out <- name_usage(key=3119195, language="FRENCH", data='vernacularNames')
260-
head(out$data)
261-
#> # A tibble: 0 x 0
258+
name_usage(key=3119195, language="FRENCH", data='vernacularNames')
262259
```
263260

264261
The function `name_backbone()` is used to search against the GBIF backbone taxonomy

0 commit comments

Comments
 (0)