Skip to content

Commit

Permalink
fixed get_stats
Browse files Browse the repository at this point in the history
updaed README to recent developments
  • Loading branch information
sedv8808 committed Feb 5, 2024
1 parent cb821e4 commit 6ebdb82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_stats.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @export
get_stats <- function(start, end) {

base_url <- paste0("/data/summary/rawbymonth?start=", start, "&end=", end)
base_url <- paste0("data/summary/rawbymonth?start=", start, "&end=", end)
result <- neotoma2::parseURL(base_url)

result <- result$data$data
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ The `neotoma2` R package pulls data from the [Neotoma Paleoecology Database](htt

This project is to be evaluated using the following metrics:

* Maintenance Github 1.0.3 release, February 05, 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
* Completion of core functionality for data access **DONE** Feb 10, 2022
* Completion of core functionality for data presentation **DONE**
* Completion of clear vignettes for major data types or Constituent Databases represented within the Neotoma Database.

0 comments on commit 6ebdb82

Please sign in to comment.