Revision 7d7fe5692bc9bceb1d403591b15a3ee4ac474867 authored by Scott Chamberlain on 08 September 2020, 15:10:03 UTC, committed by cran-robot on 08 September 2020, 15:10:03 UTC
1 parent bd8144c
Raw File
DESCRIPTION
Package: rgbif
Title: Interface to the Global 'Biodiversity' Information Facility API
Description: A programmatic interface to the Web Service methods
    provided by the Global Biodiversity Information Facility ('GBIF';
    <https://www.gbif.org/developer/summary>). 'GBIF' is a database
    of species occurrence records from sources all over the globe.
    'rgbif' includes functions for searching for taxonomic names,
    retrieving information on data providers, getting species occurrence
    records, getting counts of occurrence records, and using the 'GBIF'
    tile map service to make 'rasters' summarizing huge amounts of data.
Version: 3.3.0
License: MIT + file LICENSE
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com",
        comment = c(ORCID="0000-0003-1444-9135")),
    person("Damiano", "Oldoni", role = "aut", comment = c(ORCID = "0000-0003-3445-7562")),
    person("Vijay", "Barve", role = "ctb", comment = c(ORCID = "0000-0002-4852-2567")),
    person("Peter", "Desmet", role = "ctb", comment = c(ORCID = "0000-0002-8442-8025")),
    person("Laurens", "Geffert", role = "ctb"),
    person("Dan", "Mcglinn", role = "ctb", comment = c(ORCID = "0000-0003-2359-3526")),
    person("Karthik", "Ram", role = "ctb", comment = c(ORCID = "0000-0002-0233-1757")),
    person(given = "rOpenSci", role = "fnd", comment = "https://ropensci.org/")
    )
URL: https://github.com/ropensci/rgbif (devel),
        https://docs.ropensci.org/rgbif/ (documentation),
        https://books.ropensci.org/occurrences/ (user manual)
BugReports: https://github.com/ropensci/rgbif/issues
LazyData: true
LazyLoad: true
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Imports: xml2, ggplot2, crul (>= 0.7.4), data.table, whisker, magrittr,
        jsonlite (>= 1.6), oai (>= 0.2.2), geoaxe, tibble, wicket (>=
        0.4.0), lazyeval, R6, conditionz
Suggests: testthat, knitr, rmarkdown, sp, rgeos, png, raster, protolite
        (>= 2.0), sf, randgeo, vcr (>= 0.5.0)
RoxygenNote: 7.1.1
X-schema.org-applicationCategory: Biodiversity
X-schema.org-keywords: GBIF, specimens, API, web-services, occurrences,
        species, taxonomy
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: no
Packaged: 2020-09-08 15:44:04 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>),
  Damiano Oldoni [aut] (<https://orcid.org/0000-0003-3445-7562>),
  Vijay Barve [ctb] (<https://orcid.org/0000-0002-4852-2567>),
  Peter Desmet [ctb] (<https://orcid.org/0000-0002-8442-8025>),
  Laurens Geffert [ctb],
  Dan Mcglinn [ctb] (<https://orcid.org/0000-0003-2359-3526>),
  Karthik Ram [ctb] (<https://orcid.org/0000-0002-0233-1757>),
  rOpenSci [fnd] (https://ropensci.org/)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-08 16:10:03 UTC
back to top