forked from ropensci/rgbif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: rgbif
Description: A programmatic interface to the
Web Service methods provided by the Global
Biodiversity Information Facility.
Title: Interface to the Global Biodiversity Information Facility API methods
Version: 0.3.0
License: CC0
Date: 2013-07-18
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com"),
person("Carl", "Boettiger", role = "aut",
email = "cboettig@gmail.com"),
person("Karthik", "Ram", role = "aut",
email = "karthik.ram@gmail.com"),
person("Vijay", "Barve", role = "aut",
email = "vijay.barve@gmail.com"))
URL: https://github.com/ropensci/rgbif
BugReports: https://github.com/ropensci/rgbif/issues
LazyLoad: yes
LazyData: yes
Imports:
XML,
RCurl (>= 1.6),
plyr,
ggplot2,
maps,
httr,
maptools,
rgdal
Suggests:
roxygen2
Collate:
'networks.r'
'occurrencecount.R'
'occurrencedensity.r'
'occurrenceget.R'
'occurrencelist.R'
'providers.r'
'resources.r'
'taxoncount.R'
'taxonsearch.R'
'taxrank.r'
'zzz.r'
'taxonget.r'
'densitylist.r'
'density_spplist.r'
'methods.r'
'occurrencelist_many.R'
'gbifmap.r'
'country_codes.r'
'rgbif-package.R'
'stylegeojson.r'
'togeojson.r'
'occurrencelist_all.R'