https://github.com/cran/rgbif
Revision 704cc1f8cd6697e8dc2f9cb24a78685a799eba58 authored by Scott Chamberlain on 24 July 2015, 07:54:12 UTC, committed by cran-robot on 24 July 2015, 07:54:12 UTC
1 parent 8af5885
Raw File
Tip revision: 704cc1f8cd6697e8dc2f9cb24a78685a799eba58 authored by Scott Chamberlain on 24 July 2015, 07:54:12 UTC
version 0.8.8
Tip revision: 704cc1f
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.8.8
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: methods, utils, stats, XML, ggplot2, httr (>= 1.0.0),
        data.table, whisker, magrittr, jsonlite (>= 0.9.16), V8
Suggests: roxygen2, testthat, knitr, reshape2, maps
NeedsCompilation: no
Packaged: 2015-07-23 23:54:35 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: 2015-07-24 07:54:12
back to top