Skip to content

Commit

Permalink
un-hyperlink some urls, update cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Sep 8, 2020
1 parent 7690886 commit 78bae93
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

--------

This version includes two bug fixes.
This version includes two bug fixes. This is a re-submission of the same version after fixing some URLs.

Thanks!
Scott Chamberlain
4 changes: 2 additions & 2 deletions man-roxygen/occsearch.r
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#' all records (\code{FALSE}, default).
#' @param typeStatus Type status of the specimen. One of many options. See \code{?typestatus}
#' @param recordNumber Number recorded by collector of the data, different from GBIF record
#' number. See <http://rs.tdwg.org/dwc/terms/#recordNumber> for more info
#' number. See http://rs.tdwg.org/dwc/terms/#recordNumber for more info
#' @param lastInterpreted Date the record was last modified in GBIF, in ISO 8601 format:
#' yyyy, yyyy-MM, yyyy-MM-dd, or MM-dd. Supports range queries, smaller,larger (e.g.,
#' '1990,1991', whereas '1991,1990' wouldn't work)
Expand Down Expand Up @@ -304,4 +304,4 @@
#' use \code{hasCoordinate=TRUE}, and \code{hasGeospatialIssue=FALSE} to have the
#' same outcome using \code{\link{occ_count}} with \code{isGeoreferenced=TRUE}
#'
#' @references \url{http://www.gbif.org/developer/occurrence#search}
#' @references https://www.gbif.org/developer/occurrence#search
4 changes: 2 additions & 2 deletions man/occ_data.Rd

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

4 changes: 2 additions & 2 deletions man/occ_search.Rd

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

2 changes: 1 addition & 1 deletion vignettes/issues.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The code `cdround` represents the GBIF issue `COORDINATE_ROUNDED`, which means t

> Original coordinate modified by rounding to 5 decimals.
The content for this information comes from [http://gbif.github.io/gbif-api/apidocs/org/gbif/api/vocabulary/OccurrenceIssue.html](http://gbif.github.io/gbif-api/apidocs/org/gbif/api/vocabulary/OccurrenceIssue.html).
The content for this information comes from https://gbif.github.io/gbif-api/apidocs/org/gbif/api/vocabulary/OccurrenceIssue.html

## Parse data based on issues

Expand Down
2 changes: 1 addition & 1 deletion vignettes/rgbif.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ m <- name_lookup(query = 'Helianthus annuus', rank="species")
m$data
```

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).
The function `name_usage()` works with lots of different name endpoints in GBIF, listed at https://www.gbif.org/developer/species#nameUsages

```{r}
name_usage(key=3119195, language="FRENCH", data='vernacularNames')
Expand Down

0 comments on commit 78bae93

Please sign in to comment.