Daniel J. Hocking

Results 22 comments of Daniel J. Hocking

It seems like something that would be valuable to have. I don't have an immediate solution but also don't think it should be too hard to implement. Let me dig...

I am not sure offhand but can look into it. Does the error always occur at the same number of records (or same total resulting folder size) or is it...

I'd suggest restarting your R session to ensure packages are unloaded. Then manually removing current versions of lubridate, httr, and rnoaa using the `remove.packages()` function. Then either trying to install...

@sckott - For now, I think I can fix the above CRAN issue by using the `full_path` option in hoardr and then putting `full_path = tools::R_user_dir("rnoaa/noaa_cpc", which = "cache")` in...

The issue seems to be with using col_classes in data.table::fread when "numeric" is called but the data have characters in it. In dailycoolingdegreedays there is a value of "0s". fread...

I think it was a change in the data.table package's fread function but I'm not positive. That is what was causing the error but it could have also been a...

Thanks so much, there have been a couple of this API switches lately and I definitely was unaware of this one. I've been lagging on this project lately but I'll...

Unfortunately, unlike the last API update they did, not only did they change the base URL but the entire structure and naming scheme of the data. All the R functions...

@kross0926 - I figured out at least the data pull part of the new API so I should be able to at least hack together something quickly for your due...

@kross0926 Okay I've pushed the minimal data pull option to github. You'll have to install it via: ``` remotes::install_github("ropensci/rnoaa@ncdc_api") ``` Then run this to see if it works: ``` precip_tmp