https://github.com/cran/rgbif
Raw File
Tip revision: 286a4c2f77f3b218a1fad3f7ba7bb56748c1bb22 authored by Scott Chamberlain on 29 June 2016, 22:36:26 UTC
version 0.9.4
Tip revision: 286a4c2
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.4
License: MIT + file LICENSE
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
    person("Karthik", "Ram", role = "aut", email = "karthik.ram@gmail.com"),
    person("Vijay", "Barve", role = "aut", email = "vijay.barve@gmail.com"),
    person("Dan", "Mcglinn", role = "aut", email = "danmcglinn@gmail.com")
    )
URL: https://github.com/ropensci/rgbif
BugReports: https://github.com/ropensci/rgbif/issues
LazyData: 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-06-29 16:31:29 UTC; sacmac
Author: Scott Chamberlain [aut, cre],
  Karthik Ram [aut],
  Vijay Barve [aut],
  Dan Mcglinn [aut]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2016-06-29 22:36:26
back to top