Changelog
Source:NEWS.md
readnoaa 0.1.2
- Fixed edge case in CSV numeric coercion where columns with all-NA original values could be incorrectly converted.
readnoaa 0.1.1
CRAN release: 2026-03-19
- Examples now cache to
tempdir()instead of the user’s home directory, fixing CRAN policy compliance for\donttestexamples. - Cache directory is now configurable via
options(readnoaa.cache_dir = ...).