diff --git a/DESCRIPTION b/DESCRIPTION index 4f4174c..88a933a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: NEONiso Type: Package Title: Tools to Calibrate and Work with NEON Atmospheric Isotope Data -Version: 0.7.0.9000 +Version: 0.7.0 Authors@R: c(person("Rich", "Fiorella", email = "rfiorella@lanl.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0824-4777"))) Maintainer: Rich Fiorella diff --git a/NEWS.md b/NEWS.md index 2105977..2d8d546 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,11 @@ -# NEONiso 0.7.0.9000 +# NEONiso 0.7.0 * calibrate_carbon_bymonth and calibrate_water_bymonth have been removed. Use calibrate_carbon and calibrate_water instead. * terrestrial_relocatable_sites() has been renamed terrestrial_gradient_sites() to comply with a similar change made by NEON. +* Patch to hard-coded 9 minute interval to comply with switch to 6 minute averaging +interval for isoCo2 product, following ATM ISO TWG recommendations. # NEONiso 0.6.4 diff --git a/cran-comments.md b/cran-comments.md index dbf60c8..1cd1162 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* local R installation (x86_64, macOS 13.5.2): R 4.3.1 -* local R installation (arm64/M1 Max, macOS 13.5.2): R 4.3.1 +* local R installation (x86_64, macOS 14.4.1): R 4.3.3 +* local R installation (arm64/M1 Max, macOS 14.4.1): R 4.3.3 * GitHub Actions (ubuntu-latest): devel, release, oldrel * GitHub Actions (windows-latest): release * GitHub Actions (macOS-latest): release @@ -19,12 +19,10 @@ provides a warning about a possibly invalid URL, but URLs are correct and are just slow to redirect. -* R-hub / Windows Server 2022 / R-devel issues 1 error about a bioconductor -dependency not being available (rhdf5), presumably due to a mismatch between R-devel -and the bioconductor release schedule. R-hub / ubuntu-20.04.1 LTS / R-release +* R-hub / Windows Server 2022 / R-devel issues 3 notes about some missing LaTeX +packages. R-hub / ubuntu-20.04.1 LTS / R-release and R-hub / fedora / R-devel throws a note about HTML tidy not being available, which appears to be an issue -with the testing platform and not the package. R-hub / fedora / R-devel indicates -PREPERROR, but build and install logs look fine. +with the testing platform and not the package. * Auto-check will issue a warning about misspelled words in DESCRIPTION, but the words flagged are all correct.