https://github.com/cran/rgbif
Raw File
Tip revision: 1f7aea73c476e6e8b9fb184922e85c2817decd84 authored by Scott Chamberlain on 06 July 2018, 13:20:07 UTC
version 1.0.2
Tip revision: 1f7aea7
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: 1.0.2
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("Vijay", "Barve", role = "ctb"),
    person("Dan", "Mcglinn", role = "ctb"),
    person("Damiano", "Oldoni", role = "ctb"),
    person("Laurens", "Geffert", role = "ctb"),
    person("Karthik", "Ram", role = "ctb")
    )
URL: https://github.com/ropensci/rgbif (devel)
        https://ropenscilabs.github.io/occurrence-manual/ (manual)
BugReports: https://github.com/ropensci/rgbif/issues
LazyData: true
LazyLoad: true
VignetteBuilder: knitr
Language: en-US
Imports: xml2, ggplot2, crul (>= 0.3.4), data.table, whisker, magrittr,
        jsonlite (>= 0.9.16), oai (>= 0.2.2), geoaxe, tibble, wicket
        (>= 0.2.0), lazyeval
Suggests: testthat, knitr, sp, rgeos, png, raster
RoxygenNote: 6.0.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: 2018-07-06 04:07:23 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>),
  Vijay Barve [ctb],
  Dan Mcglinn [ctb],
  Damiano Oldoni [ctb],
  Laurens Geffert [ctb],
  Karthik Ram [ctb]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-06 14:20:07 UTC
back to top