https://github.com/cran/rgbif
Raw File
Tip revision: f0a4d6523c2510a87d7dc21ed3762555b7df4a29 authored by Scott Chamberlain on 06 October 2016, 13:06:10 UTC
version 0.9.5
Tip revision: f0a4d65
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').
    '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, and getting counts of
    occurrence records.
Version: 0.9.5
License: MIT + file LICENSE
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
    person("Vijay", "Barve", role = "ctb"),
    person("Dan", "Mcglinn", role = "ctb")
    )
URL: https://github.com/ropensci/rgbif
BugReports: https://github.com/ropensci/rgbif/issues
LazyData: true
LazyLoad: true
VignetteBuilder: knitr
Imports: utils, stats, xml2, ggplot2, httr (>= 1.0.0), data.table,
        whisker, magrittr, jsonlite (>= 0.9.16), V8, oai, geoaxe,
        tibble
Suggests: testthat, knitr, reshape2, maps, sp, rgeos
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-10-06 04:28:27 UTC; sacmac
Author: Scott Chamberlain [aut, cre],
  Vijay Barve [ctb],
  Dan Mcglinn [ctb]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2016-10-06 13:06:10
back to top