Skip to content

Releases: machiela-lab/sparrpowR

v0.2.8

23 Jan 18:38
Compare
Choose a tag to compare
  • Fixed bug in calculation of False Discovery Rate in internal pval_correct() function
  • Fixed 'Moved Permanently' content by replacing the old URL with the new URL

v0.2.7

02 Feb 00:58
Compare
Choose a tag to compare
  • Migrated R-spatial dependency
  • Replaced raster and sp in Imports with terra 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

02 Dec 14:35
Compare
Choose a tag to compare
  • Replaced if() conditions comparing class() to string with inherits()
  • Added future::plan(future::multisession) in tests to remove the files in temp directory
  • Updated maintainer contact information

spatial-power_1.0.2_20220427

20 Sep 23:32
Compare
Choose a tag to compare
  • 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

08 Feb 16:55
Compare
Choose a tag to compare
  • Updated dependencies spatstat.core and spatstat.linnet packages based on feedback from the Spatstat Team (Adrian Baddeley and Ege Rubak). All random generators in spatstat.core were moved to a new package spatstat.random
    • spatstat.geom, spatstat.core, spatstat.linnet, and spatstat (>=2.0-0) are no longer Depends.
    • spatstat.geom and spatstat.random are now Imports
    • spatstat.data is now Suggests
    • See the GitHub merge pull request.
  • Fixed annotation typos in the pval_correct() function

Adding Zenodo DOI

31 Aug 18:24
Compare
Choose a tag to compare

Adding Zenodo DOI

CRAN v0.2.4

03 Aug 22:54
Compare
Choose a tag to compare
  • Addressed ERROR on R-devel CRAN environments by setting parallelly.makeNodePSOCK.setup_strategy = sequential for all CRAN tests as suggested by the maintainer for the future and parallelly packages who is actively working on a solution futureverse/parallelly#65

CRAN v0.2.3

02 Aug 15:55
Compare
Choose a tag to compare
  • Following advice from future package maintainer, now spatial_power() and jitter_power() functions reset future strategy when exiting
  • Addressed ERROR in MacOS CRAN environments by setting the parallelly.makeNodePSOCK.setup_strategy = sequential for MacOS environments running tcltk until parallelly (>=1.26.1-9002) is on CRAN. This workaround was suggested by the parallelly maintainer futureverse/parallelly#62 (comment)

CRAN v0.2.2

30 Jun 18:08
Compare
Choose a tag to compare
  • 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

06 May 17:18
Compare
Choose a tag to compare
spatial-power_1.0.0_20210506

Merge branch 'master' of https://github.com/machiela-lab/sparrpowR