File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
Package: NEONiso
2
2
Type: Package
3
3
Title: Tools to Calibrate and Work with NEON Atmospheric Isotope Data
4
- Version: 0.7.0.9000
4
+ Version: 0.7.0
5
5
Authors@R: c(person("Rich", "Fiorella", email = "rfiorella@lanl.gov",
6
6
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0824-4777")))
7
7
Maintainer: Rich Fiorella <rfiorella@lanl.gov>
Original file line number Diff line number Diff line change 1
- # NEONiso 0.7.0.9000
1
+ # NEONiso 0.7.0
2
2
3
3
* calibrate_carbon_bymonth and calibrate_water_bymonth have been removed. Use
4
4
calibrate_carbon and calibrate_water instead.
5
5
* terrestrial_relocatable_sites() has been renamed terrestrial_gradient_sites()
6
6
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.
7
9
8
10
# NEONiso 0.6.4
9
11
Original file line number Diff line number Diff line change 1
1
## 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
4
4
* GitHub Actions (ubuntu-latest): devel, release, oldrel
5
5
* GitHub Actions (windows-latest): release
6
6
* GitHub Actions (macOS-latest): release
19
19
provides a warning about a possibly invalid URL, but URLs are correct and are
20
20
just slow to redirect.
21
21
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
25
24
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.
28
26
29
27
* Auto-check will issue a warning about misspelled words in DESCRIPTION,
30
28
but the words flagged are all correct.
You can’t perform that action at this time.
0 commit comments