Skip to content

Commit

Permalink
update read me with correct dat of last data pull
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Nov 22, 2024
1 parent 0b52394 commit 99d2e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The goal of `buoydata` is to easily download and process buoy data hosted by Nat

`buoydata` downloads multiple years and stitches all years data together in a single data frame. In addition the lazily loaded station description data provided with the package combines many more attributes (than [rnoaa](https://github.com/ropensci/rnoaa)) by which to filter.

*Date of most recent data pull: `r strsplit(as.character(file.info(here::here("data-raw","datapull.txt"))$ctime)," ")[[1]][1]`*
*Date of most recent data pull: `r strsplit(as.character(file.info(here::here("data-raw","datapull.txt"))$mtime)," ")[[1]][1]`*

## Installation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ in a single data frame. In addition the lazily loaded station
description data provided with the package combines many more attributes
(than [rnoaa](https://github.com/ropensci/rnoaa)) by which to filter.

*Date of most recent data pull: 2022-06-17*
*Date of most recent data pull: 2024-06-06*

## Installation

Expand Down

0 comments on commit 99d2e5e

Please sign in to comment.