forked from SimonGoring/neotoma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 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
Package: neotoma
Type: Package
Title: A Package to access the Neotoma Paleoecological Database using an API.
Version: 1.0-1
Date: 2013-04-04
Author: Simon J. Goring with contributions from Gavin L. Simpson, Jeremiah P.
Marsicek, and Karthik Ram
Authors@R: c(person(given = c("Simon", "J."), family = "Goring",
role = c("aut", "cre"), email = "[email protected]"),
person(given = c("Gavin", "L."), family = "Simpson", role = "ctb"),
person(given = c("Jeremiah", "P."), family = "Marsicek", role = "ctb"),
person(given = "Karthik", family = "Ram", role = "ctb"))
Maintainer: Simon Goring <[email protected]>
Description: The package accesses the Neotoma Paleoecological Database using
the published API (http://api.neotomadb.org/). The functions in this
package access various pre-built API functions and attempt to return the
results from Neotoma in a usable format for researchers and the public.
License: MIT + file LICENSE
URL: https://github.com/ropensci/neotoma
BugReports: https://github.com/ropensci/neotoma/issues
Depends:
R (>= 2.10)
Imports:
RJSONIO,
RCurl (>= 1.6),
plyr,
reshape2