forked from ropensci/rglobi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.11 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
Package: rglobi
Type: Package
Title: R Interface to Global Biotic Interactions
Description: A programmatic interface to the web service methods
provided by Global Biotic Interactions (GloBI). GloBI provides
access to spatial-temporal species interaction records from
sources all over the world. rglobi provides methods to search
species interactions by location, interaction type, and
taxonomic name. In addition, it supports Cypher, a graph query
language, to allow for executing custom queries on the GloBI
aggregate species interaction dataset.
Version: 0.2.6
Date: 2015-03-17
Authors@R: c(person("Jorrit", "Poelen", role = c("aut", "cre"),
email = "[email protected]"),
person("Stephen", "Gosnell", role = "aut",
email = "[email protected]"),
person("Sergey", "Slyusarev", role = "aut",
email = "[email protected]"))
URL: https://github.com/ropensci/rglobi
BugReports: https://github.com/ropensci/rglobi/issues
VignetteBuilder: knitr
Depends:
R (>= 3.0.1)
License: MIT + file LICENSE
Imports:
rjson (>= 0.2.13),
RCurl
Suggests:
testthat,
knitr