Recent Releases of sparrpowR
sparrpowR - v0.2.7
- Migrated R-spatial dependency
- Replaced
rasterandspin Imports withterrabecause of imminent package retirement geojsonsf,ggmap,ggplot2,sf,tidyterraare now Suggests because they are used in the vignette- Updated vignette and documentation throughout
- Added GitHub R-CMD-check
- Updated citation style for CITATION file
- R
Published by idblr about 3 years ago
sparrpowR - spatial-power_1.0.2_20220427
- Duplicate of sparrpowR release v0.2.5 for the updated SpatialPower deployment
- Updated SpatialPower deployment remediates some vulnerability issues reported by a recent security scan, no functionality changes
- R
Published by idblr over 3 years ago
sparrpowR - v0.2.5
- Updated dependencies
spatstat.coreandspatstat.linnetpackages based on feedback from the Spatstat Team (Adrian Baddeley and Ege Rubak). All random generators inspatstat.corewere moved to a new packagespatstat.randomspatstat.geom,spatstat.core,spatstat.linnet, andspatstat (>=2.0-0)are no longer Depends.spatstat.geomandspatstat.randomare now Importsspatstat.datais now Suggests- See the GitHub merge pull request.
- Fixed annotation typos in the
pval_correct()function
- R
Published by idblr about 4 years ago
sparrpowR - CRAN v0.2.4
- Addressed ERROR on R-devel CRAN environments by setting
parallelly.makeNodePSOCK.setup_strategy = sequentialfor all CRAN tests as suggested by the maintainer for thefutureandparallellypackages who is actively working on a solution https://github.com/HenrikBengtsson/parallelly/issues/65
- R
Published by idblr over 4 years ago
sparrpowR - CRAN v0.2.3
- Following advice from
futurepackage maintainer, nowspatial_power()andjitter_power()functions reset future strategy when exiting - Addressed ERROR in MacOS CRAN environments by setting the
parallelly.makeNodePSOCK.setup_strategy = sequentialfor MacOS environments runningtcltkuntilparallelly(>=1.26.1-9002) is on CRAN. This workaround was suggested by theparallellymaintainer https://github.com/HenrikBengtsson/parallelly/issues/62#issuecomment-880665390
- R
Published by idblr over 4 years ago
sparrpowR - CRAN v0.2.2
- Removed LazyData: true from 'DESCRIPTION' file because the package has no data accessed via a data() command and has no data/ directory (in response to CRAN NOTE: 'LazyData' is specified without a 'data' directory)
- Changed hyperlink for Stamen basemap in 'vignette' file with a Hypertext Transfer Protocol Secure destination
- Added 'CITATION' file
- Deprecation badges in 'jitterpower.Rd' and 'spatialpower.Rd' files now hyperlink to lifecycle r-lib.org site
- R
Published by idblr almost 5 years ago
sparrpowR - CRAN v0.2.1
sparrpowR 0.2.1
- Updated vignette with appropriate hyperlinks
sparrpowR 0.2.0
- Updates to dependencies
- Updated
spatstatpackage to new subsetted packages based on feedback from the Spatstat Team (Adrian Baddeley and Ege Rubak).spatstat.geomandspatstat.corepackages replacespatstatpackage in Depends - Imports
lifecyclepackage to document deprecated argumentcasconinspatial_power()andjitter_power()functions - Replaced
parallelanddoParallelpackages in Imports withdoFuture,doRNG, andfuturepackages to allow for parallel processing inspatial_power()andjitter_power()functions to work across all CRAN environments - Removed
utilspackage from Imports because the progress bar inspatial_power()andjitter_power()functions is now produced with a helper function in utils.R that imports theiteratorspackage - Removed
tidyversepackage from Suggests
- Updated
- Changes to DESCRIPTION
- Added ORCID for all authors and contributors
- Fixed typos in Description
- Changes to
spatial_data()- Used
as.solist()to specify appropriate class to lists
- Used
- Changes to
spatial_power()- Added
p_correctargument to apply a multiple testing correction - Fixed typos in documentation
- Deprecated
casconargument (moved tospatial_plots()function) - Estimates case-only power (lower tail) and case/control (lower and upper tail) and captures both outputs. Case-only is now a one-tailed hypothesis test by default. The arguments
lower_tailandupper_tailhave been replaced with argumentalpha - Used
as.solist()to specify appropriate class to lists
- Added
- Changes to
spatial_plots():- Added
casconargument to toggle the display of case-only power (lower tail) or case/control (lower and upper tail) output - Added
plot_titleargument to toggle the display of titles in plots. Changed the default title names. - Removed main panel title in plots
- Fixed default colors and removed mislabled
midpointcolor - Removed annotation from
plot.ppp()in plot #3 and plot #2 (if points are not plotted) - Added
scaleargument to scale text for higher resolution plots - Added
horizontalargument to toggle the display of the color key to be on the right (vertical) or bottom (horizontal) of plots - Added
plot_axesargument to toggle the display of axes in plots - Added
plot_squareargument to toggle the margins of plots - Changed the value of
cex.axisandcexin plots - Updated documentation with correct order of
cols
- Added
- Changes to
jitter_power()- Added
p_correctargument to apply a multiple testing correction - Specified all packages for functions
- Deprecated
casconargument (moved tospatial_plots()function) - Estimates case-only power (lower tail) and case/control (lower and upper tail) and captures both outputs. Case-only is now a one-tailed hypothesis test by default. The arguments
lower_tailandupper_tailhave been replaced with argumentalpha - Used
as.solist()to specify appropriate class to lists - Updated example to reflect new updates
- Added
- Changes to vignette
- Set global chunk options
- Named code chunks
- Increased the
sim_totalvalue for a more realistic example - Specify all packages for functions
- Updated code to reflect updates to functions in
sparrpowR - Updated code to use
sfpackage - Updated explanation of the
casconargument to plot various hypothesis tests - Changed
colsvalues to be more visible - Used
cutinstead ofreclassifyinrasterpackage for categorical plot - Created a new section called "Advanced Features" that has a new example run in parallel with a False Discovery Rate procedure.
- Added detail about fewer-than-expected simulated point locations in the first example
- Updated plots that spatially project data with CRS strings for PROJ6
- Added utils.R file
- Removed the helper
comb()function functions fromjitter_power(),spatial_power(), andspatial_plots()and added to the utils.R file - Removed
utilspackage from Imports because the progress bar inspatial_power()andjitter_power()functions is now produced with a helperprogBar()function
- Removed the helper
- Added zzz.R file
- Added package.R file
- Updated testthat checks for parallelization and multiple testing correction in
spatial_power()andjitter_power()functions
- R
Published by idblr about 5 years ago