Closed sinclairjesse closed 9 years ago
Okay, thanks for the update. I just ran the CRAN version and had no problem. I'll test and determine what's happening with the GitHub version.
I've updated the GitHub version of the package. The source of the error in a misuse of the read_fwf
function. It's now fixed but there is still some issues with time zone determinations for a significant portion of sites.
Trying to work through your examples, I get an error
Error in col_positions$begin : $ operator is invalid for atomic vectors
I get the same error when working through the other examples as well. I've run each line in the example above separately, and have no issues pulling in the station info.
EDIT/UPDATE: I reinstalled stationaRy using
install.packages("stationaRy")
rather than though github (usingdevtools::install_git("rich-iannone/stationaRy")
) and now I can pull in the data properly.Thoughts?