Laura DeCicco

Results 55 comments of Laura DeCicco

Thanks for the submission! We're consider adding this or something like it eventually. I want to get a bug fix out to CRAN in the near term, but I'll have...

@dblodgett-usgs or @mikejohnson51 can one of you take a look?

@mps9506 and @EthanGrahn , do you all want to try installing like this: ```r remotes::install_github("USGS-R/dataRetrieval") ``` and let us know if you think we can close this issue?

I was just testing this and I think I can reproduce both results. Initially I didn't have `sf` installed on my computer (I recently updated to R 4.2). Without `sf`,...

@mps9506 and @EthanGrahn can you try installing again and see if it looks better? ```r remotes::install_github("USGS-R/dataRetrieval") ```

Sorry I didn't really voice an opinion on this one. I think @dblodgett-usgs 's suggestion of the list of one makes sense because then scripts won't break if you have...

(It's really weird, I replied to this earlier and now I don't see that comment. So...if suddenly there are 2 very similar responses from me, that's why I'm repeating myself)....

`fread` works great for WQP. Not as obviously great for RDB (those are the only 2 table readers we need). Here's the branch I'm working on: https://github.com/ldecicco-USGS/dataRetrieval/tree/fread The reason I'm...

It turns out, `data.table` ignores lines that start with "#" by default! So maybe, it's doable in the near term. In my fiddling though, it seems that if you use...

httr2? https://httr2.r-lib.org/index.html