https://github.com/cran/rgbif
Revision e1f5dee522c873209f08cf49fa89f5ab8aecca1e authored by Scott Chamberlain on 07 November 2014, 00:34:47 UTC, committed by cran-robot on 07 November 2014, 00:34:47 UTC
1 parent add30b7
Raw File
Tip revision: e1f5dee522c873209f08cf49fa89f5ab8aecca1e authored by Scott Chamberlain on 07 November 2014, 00:34:47 UTC
version 0.7.7
Tip revision: e1f5dee
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).
    GIBF 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.7.7
License: MIT + file LICENSE
Date: 2014-11-06
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: XML, plyr, ggplot2, maps, httr, rgeos, sp, data.table,
        stringr, assertthat, whisker, magrittr, jsonlite (>= 0.9.12)
Suggests: roxygen2, testthat, knitr
Packaged: 2014-11-06 21:09:37 UTC; sacmac
Author: Scott Chamberlain [aut, cre],
  Karthik Ram [aut],
  Vijay Barve [aut],
  Dan Mcglinn [aut]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-11-07 00:34:47
back to top