From aa5445856d0033a3246c295a2ee6b588b7eb7427 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Mon, 4 Jan 2021 09:21:21 -0800 Subject: [PATCH] remove link from news to avoid cran link check --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 75b1289..e0139b0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -310,7 +310,7 @@ spocc 0.3.0 ### NEW FEATURES -* Mapping functions all gone, and put into a new package `spoccutils` (https://github.com/ropensci/spoccutils) (#132) +* Mapping functions all gone, and put into a new package `spoccutils` (#132) * `occ()` gains new parameter `has_coords` - a global parameter (except for ebird and bison) to return only records with lat/long data. (#128) * `type` (#134) and `rank` (#133) parameters dropped from `occ()` * When object returned by `occ()` is printed, we now include a message that total count of records found (not returned) is not completely known __if ebird is included__, because eBird does not include data on records found on their servers with requests to their API (#111)