Skip to content

Commit

Permalink
Prepare for v0.1.7 CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Buller, PhD, MA committed Feb 2, 2021
1 parent 4bb8ced commit e859856
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: envi
Type: Package
Title: Environmental Interpolation using Spatial Kernel Density Estimation
Version: 0.1.7
Date: 2021-01-24
Date: 2021-02-02
Authors@R:
c(person(given = "Ian D.",
family = "Buller",
Expand Down Expand Up @@ -50,7 +50,6 @@ Imports:
sparr,
spatstat.geom,
spatstat.core,
spatstat,
stats,
utils
Suggests:
Expand Down
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# envi (development version)

# envi v0.1.7
* Updated `spatstat` dependency to `spatstat.core` and `spatstat.geom`
* Added `p_correct` arugment to `lrren()` and `perlrren()` which calls a new, internal function `pval_correct()` that calculates three types of corrections (FDR, Sidak, Bonferroni)
* Removed cv output for pval surface in `lrren()` that is no longer used in `plot_cv()`
* Updated 'spatstat' package to new subsetted packages based on feedback from the Spatstat Team (Adrian Baddeley and Ege Rubak). 'spatstat.geom' and spatstat.core' packages replace 'spatstat' package in Imports
* Added `p_correct` argument to `lrren()` and `perlrren()` which calls a new, internal function `pval_correct()` that calculates three types of corrections for multiple testing (FDR, Sidak, Bonferroni)
* Removed a cv output for pval surface in `lrren()` that is not used in `plot_cv()`

# envi v0.1.6
* Updated URLs in envi-package.Rd
Expand All @@ -14,4 +14,5 @@

# envi v0.1.4
* Fixed testthat preparation for `plot_cv()`, `plot_obs()`, and `plot_predict()` to remove `"Warning message: In graphics::par(op): calling par(new=TRUE) with no plot"`
* Removed parallel tests in testthat for `lrren()` and `perlrren()` as there is a known error with makePSOCKcluster() in R version > 4.0.0 (created error only in r-patched-solaris-x86 and r-release-macos-x86_64).
* Removed parallel tests in testthat for `lrren()` and `perlrren()` as there is a known error with makePSOCKcluster() in R version > 4.0.0 (created error only in r-patched-solaris-x86 and r-release-macos-x86_64).

10 changes: 7 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## This is the sixth resubmission
## This is the seventh resubmission

* Actions taken after feedback from Uwe Ligges:
* Updated URLs in envi-package.Rd
* Updates since previous submission:
* Updated 'spatstat' package to new subsetted packages based on feedback from the Spatstat Team (Adrian Baddeley and Ege Rubak). 'spatstat.geom' and spatstat.core' packages replace 'spatstat' package in Imports
* Added `p_correct` argument to `lrren()` and `perlrren()` which calls a new, internal function `pval_correct()` that calculates three types of corrections for multiple testing (FDR, Sidak, Bonferroni)
* Removed a cv output for pval surface in `lrren()` that is not used in `plot_cv()`

* Documentation for `pval_correct()` references a doi <https://doi.org/10.2307/2283989> that throws a NOTE in win-builder but no other environment

## Test environments
* local OS X install, R 3.6.3
Expand Down

0 comments on commit e859856

Please sign in to comment.