-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
executable file
·43 lines (43 loc) · 1.56 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
Package: neotoma
Type: Package
Title: Access to the Neotoma Paleoecological Database Through R
Version: 1.7.7
Date: 2022-09-13
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 = "goring@wisc.edu"),
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 <goring@wisc.edu>
Description: NOTE: This package is deprecated. Please use the neotoma2 package
described at https://github.com/NeotomaDB/neotoma2. Access paleoecological
datasets from the Neotoma Paleoecological Database using the published API
(<http://wnapi.neotomadb.org/>), only containing datasets uploaded prior to
June 2020. 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://docs.ropensci.org/neotoma, 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,
sf,
assertthat,
methods
Suggests:
testthat,
knitr
RoxygenNote: 7.2.1