Skip to content

Commit

Permalink
prepare for 0.7.1 submission
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Dec 30, 2024
1 parent cd67a50 commit f6d3dcc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
^workflows$
^codecov\.yml$
^CRAN-SUBMISSION$
^revdep$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ test_workflows_parallel.log
docs
/doc/
/Meta/
revdep/
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: NEONiso
Type: Package
Title: Tools to Calibrate and Work with NEON Atmospheric Isotope Data
Version: 0.7.1.9000
Version: 0.7.1
Authors@R: c(person("Rich", "Fiorella", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0824-4777")))
Maintainer: Rich Fiorella <[email protected]>
Expand Down
8 changes: 7 additions & 1 deletion R/NEONiso-package.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
#' @docType package
#' @name NEONiso-package
#' @title NEONiso
#' @description Functions for downloading,
#' calibrating, and analyzing atmospheric isotope data bundled
#' into the eddy covariance data products of the National Ecological
#' Observatory Network (NEON)
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL

# suppress R CMD CHECK notes on variables that are internal to this package.
globalVariables(c("..density..", "varname"))
23 changes: 6 additions & 17 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
## 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 (arm64/M2, macOS 15.2): R 4.4.2
* GitHub Actions (ubuntu-latest): devel, release, oldrel
* GitHub Actions (windows-latest): release
* GitHub Actions (macOS-latest): release
* win-builder: devel, release, oldrel
* R-hub (Windows Server 2022): devel
* R-hub (ubuntu-20.04.1 LTS): release
* R-hub (fedora): devel
* win-builder: devel

## R CMD check results

* No errors, warnings, or notes in local environment.
* No errors, warnings, or notes in local environment. Building manual with
--as-cran issues a note, but seems to be a bunch of HTML warnings that do not
actually prevent building of the manual.

* No errors, warnings, or notes in GitHub Actions.

* No errors, warnings, or notes on win-builder (devel, release). Win-builder oldrel
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
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.
* No errors, warnings, or notes on win-builder (devel).

* Auto-check will issue a warning about misspelled words in DESCRIPTION,
but the words flagged are all correct.
Expand Down
7 changes: 5 additions & 2 deletions man/NEONiso-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6d3dcc

Please sign in to comment.