Skip to content

Commit

Permalink
update production
Browse files Browse the repository at this point in the history
  • Loading branch information
Socorro Dominguez committed Jul 23, 2024
1 parent fb72cec commit 110b3e3
Show file tree
Hide file tree
Showing 20 changed files with 361 additions and 26 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Package: neotoma2
Title: Working with the Neotoma Paleoecology Database
Date: 2023-08-16
Version: 1.0.3
Date: 2024-07-23
Version: 1.0.4
Authors@R:
c(person(given = "Dominguez Vidana",
family = "Socorro",
role = c("aut"),
role = c("aut", "cre"),
email = "s.dominguez@ht-data.com",
comment = structure("0000-0002-7926-4935", .Names = "ORCID")),
person(given = "Simon",
family = "Goring",
role = c("aut", "cre"),
role = c("aut"),
email = "goring@wisc.edu",
comment = structure("0000-0002-2700-4605", .Names = "ORCID")))
URL: https://github.com/NeotomaDB/neotoma2
Expand Down Expand Up @@ -42,11 +42,11 @@ Imports:
dplyr,
gtools,
leaflet,
mapview,
assertthat,
stringr,
progress,
wk,
uuid,
tidyr
VignetteBuilder: knitr
VignetteBuilder:
knitr
22 changes: 21 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,24 @@

# neotoma2 1.0.3

Added JOSS Article PDF and vignette under inst/doc
## Remarks for Upgrade 1.0.3

Fixed errors in the API calls.

Fixed filter function for collection units and datasets. Changed \itemize for \describe

Updated plotLeaflet to not add provider tiles.

Removed mapview to avoid `sp` conflicts.

Updated README to reflect milestones with JOSS.

Updated maintainer.

# neotoma2 1.0.4

## Remarks for Upgrade 1.0.4

Fixed errors in the API calls.

Updated README.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ The `neotoma2` R package pulls data from the [Neotoma Paleoecology Database](htt

This project is to be evaluated using the following metrics:

* Updated production Branch with CRAN changes, May 24, 2024; only code affected.
* Maintenance Github 1.0.3 release, February 28, 2024
* Maintenance Github 1.0.4 release, **DONE** July 23, 2024
* Maintenance Github 1.0.3 release, **DONE** February 28, 2024
* Published JOSS paper, **DONE** 28 November, 2023
* Submitted paper to JOSS **DONE** 03 May, 2023
* Completion CRAN 1.0.0 release **DONE** April 23, 2023
Expand Down
23 changes: 22 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,25 @@ I hope this is correct now, otherwise, please give me some more references/examp

## Remarks for Upgrade 1.0.3

Added JOSS Article PDF and fixed small errors in the API calls.
Fixed errors in the API calls.

Fixed filter function for collection units and datasets. Fixed filter function documentation.

Updated plotLeaflet to not add provider tiles.

Removed mapview to avoid `sp` conflicts.

Updated README to reflect milestones with JOSS.

New maintainer:
Dominguez Vidana Socorro <s.dominguez@ht-data.com>
Old maintainer(s):
Simon Goring <goring@wisc.edu>

-----

## Remarks for Upgrade 1.0.4

Fixed errors in the API calls as per CRAN policies.

Fixed filter function for collection units and datasets.
21 changes: 21 additions & 0 deletions man/plot-sites-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-collunits-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-datasets-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-site-character-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-site-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-sites-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-specimens-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions man/sub-sub-chronologies-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-sub-collunits-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-sub-contacts-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-sub-datasets-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-sub-publications-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/sub-sub-samples-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions man/sub-sub-sites-numeric-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 110b3e3

Please sign in to comment.