forestgeo / fgeo.tool

[R-package on CRAN] General purpose tools for ForestGEO Packages
https://forestgeo.github.io/fgeo.tool
Other
2 stars 6 forks source link

Suppress messages for readr 2.0.0 support #189

Closed jimhester closed 3 years ago

jimhester commented 3 years ago

readr 2.0.0 can issue a message if name repair needs to be done for the column names, as is the case when reading the data written by write.csv in the test-read_fgeo.R

Suppressing messages as well as warnings resolves the test failure.

We plan to submit readr 2.0.0 to CRAN in 2-4 weeks. You will need to submit these changes before then to avoid failures on CRAN.