NEONScience / NEON-utilities

Utilities and scripts for working with NEON data. Currently: an R package with functions to join (stack) the month-by-site files in downloaded NEON data, to convert data to geoCSV format, and to download data from the API.
GNU Affero General Public License v3.0
57 stars 36 forks source link

readr 2.0.0 breaks stackByTable() #117

Closed cklunch closed 3 years ago

cklunch commented 3 years ago

readr 2.0.0, released 2021-07-20, causes stackByTable() to error out. This also affects loadByProduct() and stackFromStore(), since both are wrappers for stackByTable(). stackEddy() should be unaffected, as should stackFromStore() when used as a wrapper for stackEddy().

To avoid this problem, do not update readr to 2.0.0. The error message when using 2.0.0 will be something like Error in rbind(deparse.level, ...) : numbers of columns of arguments do not match) If you encounter this error, or any other new and/or mysterious error when stacking data, try reverting to readr 1.4.0.

A new version of neonUtilities will be released as soon as possible. I'll post updates here.

cklunch commented 3 years ago

This is now resolved on GitHub in v2.1.1. Will update again and close this issue when the fix is on CRAN.

cklunch commented 3 years ago

neonUtilities v2.1.1 is now on CRAN.