Skip to content

Commit

Permalink
Prepare v0.1.7 CRAN submission (cont.)
Browse files Browse the repository at this point in the history
Updated R version and Rhub test environments
  • Loading branch information
Ian Buller, PhD, MA committed Feb 4, 2021
1 parent 271d4e2 commit 16682b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* The latter two corrections required a new argument `bandw` to be added to `gating()`, `lotrrs()`, and `rrs()` functions to allow users to specify bandwidth for the kernel density estimation
* Updated the calculation of the spatial correlogram in internal `pval_correct()` function from the `correlog()` function in the 'pgrimess' package to the `modified.ttest()` function in the 'SpatialPack' package
* Imports 'lifecycle' package to document deprecated arguments `doplot` and `verbose` in `lotrrs()`, `rrs()`, and `gating()` functions
* In `gating()` function, creates a categorized 'im' based on critical p-value, assigns that value to every point in a 'ppp' object, and subsets points by category
* Removed 'maptools' and 'sp' packages from Imports
* Updated links in 'gateR-package.Rd' for package updates

# gateR v0.1.6
* Updated URLs in gateR-package.Rd
Expand Down
12 changes: 8 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
## This is the seventh resubmission

* Updates since previous submission:
* Updated 'spatstat' dependency to include 'spatstat.core' and 'spatstat.geom' because 'spatstat' was recently subsetted
* Updated 'spatstat' dependency to include 'spatstat.core' and 'spatstat.geom' in Imports because 'spatstat' was recently subsetted
* Added `p_correct` arugment to `lrren()` and `perlrren()` which calls a new, internal function `pval_correct()` that calculates seven types of corrections for multiple testing
* Import 'lifecycle' package to document deprecated arguments `doplot` and `verbose` in `lotrrs()`, `rrs()`, and `gating()` functions
* In `gating()` function, creates a categorized 'im' based on critical p-value, assigns that value to every point in a 'ppp' object, and subsets points by category
* Removed 'maptools' and 'sp' packages from Imports
* Updated links in 'gateR-package.Rd' for package updates

* 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
* win-builder, (devel, oldrelease, release)
* local OS X install, R 4.0.3
* win-builder, (devel, release, oldrelease)
* Rhub
* Fedora Linux, R-devel, clang, gfortran
* Ubuntu Linux 16.04 LTS, R-release, GCC
* Windows Server 2008 R2 SP1, R-devel, 32⁄64 bit
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
* Oracle Solaris 10, x86, 32 bit, R-release

## R CMD check results
0 errors | 0 warnings | 0 notes
Expand Down

0 comments on commit 16682b7

Please sign in to comment.