Skip to content

Commit 12490ac

Browse files
authored
updated doc to include licenses in snapshot (#14)
* updated doc to include licenses in snapshot * updated description and news. Build doc.
1 parent 35b60fd commit 12490ac

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

‎DESCRIPTION‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: gbifdb
2-
Version: 1.0.0
2+
Version: 1.0.0.99
33
Title: High Performance Interface to 'GBIF'
44
Description: A high performance interface to the Global Biodiversity
55
Information Facility, 'GBIF'. In contrast to 'rgbif', which can
@@ -19,7 +19,9 @@ Description: A high performance interface to the Global Biodiversity
1919
and <https://arrow.apache.org/docs/r/articles/fs.html> respectively.
2020
Authors@R: c(
2121
person("Carl", "Boettiger", , "[email protected]", c("aut", "cre"),
22-
comment = c(ORCID = "0000-0002-1642-628X"))
22+
comment = c(ORCID = "0000-0002-1642-628X")),
23+
person("Marc-Olivier", "Beausoleil", , "[email protected]", c("ctb"),
24+
comment = c(ORCID = "0000-0003-3717-3223"))
2325
)
2426
License: Apache License (>= 2)
2527
Encoding: UTF-8
@@ -41,6 +43,6 @@ URL: https://docs.ropensci.org/gbifdb/, https://github.com/ropensci/gbifdb
4143
BugReports: https://github.com/ropensci/gbifdb
4244
Language: en-US
4345
Roxygen: list(markdown = TRUE)
44-
RoxygenNote: 7.2.3
46+
RoxygenNote: 7.3.2
4547
Config/testthat/edition: 3
4648
VignetteBuilder: knitr

‎NEWS.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# gbifdb 1.0.0.99
2+
3+
* updated description for `gbif_download()` function explaining the current license in the snapshot (see https://github.com/ropensci/gbifdb/issues/13)
4+
15
# gbifdb 1.0.0
26

37
* `gbif_download()` now uses `minioclient` as a backend, offering dramatically (100x+) better performance, especially on multi-core machines with high bandwidth network connections.

‎R/gbif_download.R‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#'
2323
#' Also, some users may prefer to download this data using an alternative
2424
#' interface or work on a cloud-host machine where data is already available.
25-
#' Note, these data include all CC0 and CC-BY licensed data in GBIF that have
26-
#'coordinates which passed automated quality checks,
27-
#' see <https://github.com/gbif/occurrence/blob/master/aws-public-data.md>.
25+
#' Note, these data include all CC0, CC-BY and CC-BY-NC licensed data in GBIF.
26+
#' The data snapshot description and dataset details is available at this link:
27+
#' <https://github.com/gbif/occurrence/blob/master/aws-public-data.md>.
2828
#' @export
2929
#'
3030
#' @return logical indicating success or failure.

‎man/gbif_download.Rd‎

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

‎man/gbifdb-package.Rd‎

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

0 commit comments

Comments
 (0)