Skip to content

Commit afba7c7

Browse files
committed
Update to fix CRAN Note
1 parent 519be53 commit afba7c7

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: A programmatic interface to many species occurrence data sources,
66
Ocean 'Biogeographic' Information System ('OBIS'), and
77
Atlas of Living Australia ('ALA'). Includes functionality for retrieving
88
species occurrence data, and combining those data.
9-
Version: 1.2.3
9+
Version: 1.2.4
1010
License: MIT + file LICENSE
1111
Authors@R:
1212
c(person(given = "Hannah", family = "Owens",
@@ -48,7 +48,7 @@ Suggests:
4848
testthat,
4949
taxize,
5050
vcr
51-
RoxygenNote: 7.3.1
51+
RoxygenNote: 7.3.3
5252
X-schema.org-applicationCategory: Biodiversity
5353
X-schema.org-keywords: specimens, API, web-services, occurrences, species, taxonomy, GBIF, INAT, Vertnet, eBird, iDigBio, OBIS, ALA
5454
X-schema.org-isPartOf: ropensci.org

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
spocc 1.2.4
2+
===========
3+
4+
### Documentation
5+
6+
* Link to `ridigbio::idig_search_records()` fixed for `as.idigbio()`.
7+
18
spocc 1.2.3
29
===========
310

R/as.idigbio.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
#' Coerce occurrence keys to idigbio objects
22
#'
33
#' @export
4-
#'
4+
#'
55
#' @family coercion
66
#'
77
#' @param x Various inputs, including the output from a call to [occ()]
88
#' (class occdat), [occ2df()] (class data.frame), or a list, numeric,
99
#' character, idigbiokey, or occkey.
1010
#' @param ... curl options; named parameters passed on to `httr::GET()`
1111
#' @return One or more in a list of both class idigbiokey and occkey
12-
#' @details Internally, we use `idig_view_records`, whereas we use
13-
#' [idig_search_records()] in the [occ()] function.
12+
#' @details Internally, we use \code{\link[ridigbio]{idig_view_records}}, whereas we use
13+
#' \code{\link[ridigbio]{idig_search_records}} in the [occ()] function.
1414
#'
1515
#' @examples \dontrun{
1616
#' spnames <- c('Accipiter striatus', 'Setophaga caerulescens',

man/as.idigbio.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)