Skip to content

Commit b44b09c

Browse files
committed
Update for 0.7.0 release
1 parent 4f1b498 commit b44b09c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: NEONiso
22
Type: Package
33
Title: Tools to Calibrate and Work with NEON Atmospheric Isotope Data
4-
Version: 0.7.0.9000
4+
Version: 0.7.0
55
Authors@R: c(person("Rich", "Fiorella", email = "rfiorella@lanl.gov",
66
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0824-4777")))
77
Maintainer: Rich Fiorella <rfiorella@lanl.gov>

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# NEONiso 0.7.0.9000
1+
# NEONiso 0.7.0
22

33
* calibrate_carbon_bymonth and calibrate_water_bymonth have been removed. Use
44
calibrate_carbon and calibrate_water instead.
55
* terrestrial_relocatable_sites() has been renamed terrestrial_gradient_sites()
66
to comply with a similar change made by NEON.
7+
* Patch to hard-coded 9 minute interval to comply with switch to 6 minute averaging
8+
interval for isoCo2 product, following ATM ISO TWG recommendations.
79

810
# NEONiso 0.6.4
911

cran-comments.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Test environments
2-
* local R installation (x86_64, macOS 13.5.2): R 4.3.1
3-
* local R installation (arm64/M1 Max, macOS 13.5.2): R 4.3.1
2+
* local R installation (x86_64, macOS 14.4.1): R 4.3.3
3+
* local R installation (arm64/M1 Max, macOS 14.4.1): R 4.3.3
44
* GitHub Actions (ubuntu-latest): devel, release, oldrel
55
* GitHub Actions (windows-latest): release
66
* GitHub Actions (macOS-latest): release
@@ -19,12 +19,10 @@
1919
provides a warning about a possibly invalid URL, but URLs are correct and are
2020
just slow to redirect.
2121

22-
* R-hub / Windows Server 2022 / R-devel issues 1 error about a bioconductor
23-
dependency not being available (rhdf5), presumably due to a mismatch between R-devel
24-
and the bioconductor release schedule. R-hub / ubuntu-20.04.1 LTS / R-release
22+
* R-hub / Windows Server 2022 / R-devel issues 3 notes about some missing LaTeX
23+
packages. R-hub / ubuntu-20.04.1 LTS / R-release and R-hub / fedora / R-devel
2524
throws a note about HTML tidy not being available, which appears to be an issue
26-
with the testing platform and not the package. R-hub / fedora / R-devel indicates
27-
PREPERROR, but build and install logs look fine.
25+
with the testing platform and not the package.
2826

2927
* Auto-check will issue a warning about misspelled words in DESCRIPTION,
3028
but the words flagged are all correct.

0 commit comments

Comments
 (0)