-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated package for final update to meet new HTML5 requirements.
- Loading branch information
1 parent
287f2a7
commit 1148d6f
Showing
16 changed files
with
100 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: neotoma | ||
Type: Package | ||
Title: Access to the Neotoma Paleoecological Database Through R | ||
Version: 1.7.6 | ||
Date: 2020-09-20 | ||
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] | ||
|
@@ -13,10 +13,13 @@ Authors@R: c(person(given = c("Simon", "J."), family = "Goring", | |
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://wnapi.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. | ||
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 | ||
|
@@ -32,8 +35,9 @@ Imports: | |
leaflet, | ||
dplyr, | ||
sf, | ||
assertthat | ||
assertthat, | ||
methods | ||
Suggests: | ||
testthat, | ||
knitr | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.