Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
^\.git$
^\.github$


^codecov\.yml$
^_pkgdown\.yml$
checkout\.txt$
Expand All @@ -23,3 +24,9 @@ lintoutput\.txt$
paper.*

^\.Rbuildignore$

# Recorded httptest API responses: used only by the mocked (offline) tests,
# which skip_on_cran(). Kept out of the CRAN tarball to hold its size down. The
# hand-made parser fixtures at fixtures/*.json are NOT ignored — the offline
# parser tests run on CRAN and need them.
^tests/testthat/fixtures/api\.neotomadb\.org/
27 changes: 17 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
Package: neotoma2
Title: Working with the Neotoma Paleoecology Database
Date: 2026-04-23
Version: 1.0.12
Date: 2026-07-23
Version: 1.1.0
Authors@R:
c(person(given = "Dominguez Vidana",
family = "Socorro",
role = c("aut", "cre"),
email = "dominguezvid@wisc.edu",
comment = c(ORCID="0000-0002-7926-4935")),
comment = c(ORCID = "0000-0002-7926-4935")),
person(given = "Simon",
family = "Goring",
role = c("aut"),
email = "goring@wisc.edu",
comment = c(ORCID="0000-0002-2700-4605")))
comment = c(ORCID = "0000-0002-2700-4605")),
person(given = "Nick",
family = "Hoffman",
role = c("aut"),
email = "nickhoff@sas.upenn.edu",
comment = c(ORCID = "0000-0002-6626-5015"))
)
URL: https://github.com/NeotomaDB/neotoma2
BugReports: https://github.com/NeotomaDB/neotoma2/issues
Description: Access and manipulation of data using the Neotoma Paleoecology Database.
Expand All @@ -23,15 +29,16 @@ License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
testthat,
Suggests:
Bchron,
covr,
ggplot2,
httptest,
knitr,
pkgdown,
rmarkdown,
ggplot2,
Bchron,
covr
Imports:
testthat
Imports:
rlang,
sf,
leaflet,
Expand Down
19,114 changes: 19,114 additions & 0 deletions tests/testthat/fixtures/api.neotomadb.org/api-docs/swagger-ui-init.js.R

Large diffs are not rendered by default.

Loading
Loading