Releases: machiela-lab/sparrpowR
Releases · machiela-lab/sparrpowR
v0.2.8
v0.2.7
- Migrated R-spatial dependency
- Replaced
raster
andsp
in Imports withterra
because of imminent package retirement geojsonsf
,ggmap
,ggplot2
,sf
,tidyterra
are 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
v0.2.6
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
v0.2.5
- Updated dependencies
spatstat.core
andspatstat.linnet
packages based on feedback from the Spatstat Team (Adrian Baddeley and Ege Rubak). All random generators inspatstat.core
were moved to a new packagespatstat.random
spatstat.geom
,spatstat.core
,spatstat.linnet
, andspatstat (>=2.0-0)
are no longer Depends.spatstat.geom
andspatstat.random
are now Importsspatstat.data
is now Suggests- See the GitHub merge pull request.
- Fixed annotation typos in the
pval_correct()
function
Adding Zenodo DOI
Adding Zenodo DOI
CRAN v0.2.4
- Addressed ERROR on R-devel CRAN environments by setting
parallelly.makeNodePSOCK.setup_strategy = sequential
for all CRAN tests as suggested by the maintainer for thefuture
andparallelly
packages who is actively working on a solution futureverse/parallelly#65
CRAN v0.2.3
- Following advice from
future
package maintainer, nowspatial_power()
andjitter_power()
functions reset future strategy when exiting - Addressed ERROR in MacOS CRAN environments by setting the
parallelly.makeNodePSOCK.setup_strategy = sequential
for MacOS environments runningtcltk
untilparallelly
(>=1.26.1-9002) is on CRAN. This workaround was suggested by theparallelly
maintainer futureverse/parallelly#62 (comment)
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 'jitter_power.Rd' and 'spatial_power.Rd' files now hyperlink to lifecycle r-lib.org site
Spatial Power Initial Deployment
spatial-power_1.0.0_20210506 Merge branch 'master' of https://github.com/machiela-lab/sparrpowR