forked from ropensci/neotoma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·37 lines (37 loc) · 1.31 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
Package: neotoma
Type: Package
Title: Access to the Neotoma Paleoecological Database Through R
Version: 1.7.2
Date: 2018-09-17
Encoding: UTF-8
Author: Simon J. Goring [aut, cre], Gavin L. Simpson [aut], Jeremiah P. Marsicek
[ctb], Karthik Ram [aut], Luke Sosalla [ctb]
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 = "aut"),
person(given = c("Jeremiah", "P."), family = "Marsicek", role = "ctb"),
person(given = "Karthik", family = "Ram", role = "aut"),
person(given = "Luke", family = "Sosalla", role = "ctb"))
Maintainer: Simon J. Goring <[email protected]>
Description: Access paleoecological datasets from 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:
plyr,
reshape2,
jsonlite,
httr,
xml2,
analogue,
leaflet,
dplyr
Suggests:
testthat,
knitr
RoxygenNote: 6.1.0