Skip to content

Commit

Permalink
Prepare for CRAN v0.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Buller, PhD, MA committed Mar 15, 2021
1 parent 226f87e commit 08722d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.8
Date: 2021-02-11
Date: 2021-03-14
Authors@R:
c(person(given = "Ian D.",
family = "Buller",
Expand Down
6 changes: 4 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
* Replaced `parallel` and `doParallel` packages in Imports with `doFuture`, `doRNG`, and `future` packages to allow for parallel processing in `lrren()` and `perlrren()` functions to work across all CRAN environments
* Removed `utils` package from Imports because the progress bar in `lrren()` and `perlrren()` functions is now produced with a helper function in utils.R that imports the `iterators` package
* Set default for `n_core` argument in `lrren()` and `perlrren()` to be `n_core = 2` to match documentation
* Fixed bug in `pval_correct()` when `p_correct = "FDR"` that will return the minimum p-value instead of NULL if no p-value is less than the p-critical value
* Fixed bug in `pval_correct()` when `p_correct = "FDR"` that will return the minimum p-value instead of NULL if no p-value is less than the p-critical value
* Updated testthat checks for parallelization in `lrren()` and `perlrren()` functions

* 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 4.0.3
* local OS X install, R 4.0.4
* win-builder, (devel, oldrelease, release)
* Rhub
* Fedora Linux, R-devel, clang, gfortran
Expand Down

0 comments on commit 08722d4

Please sign in to comment.