Releases: lance-waller-lab/gateR
Releases · lance-waller-lab/gateR
v0.1.16
v0.1.15
v0.1.13
v0.1.12
v0.1.11
- Updated package URL and BugReports to renamed GitHub account "lance-waller-lab" (previously "Waller-SUSAN")
- Replaced
if()conditions comparingclass()to string withinherits()in functions toolsis no longer Importsutilsis now Suggests because "zzz.R" calls thepackageDescription()functionncdfFlow,flowWorkspaceDataare no longer Suggests (for generating random data setrandCyto) because "Package suggested but not available for checking" in the some CRAN environments- Added CITATION file
- Fixed typos in documentation throughout
v0.1.10
- 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 Dependsspatstat.geomis now Imports
dplyr,ncdfFlow,flowWorkspaceData, andusethisnow Suggests (for generating random data setrandCyto)- Fixed annotation typos in the vignette. Removed packages no longer used in the vignette
v0.1.9
- Now
rlangis in Depends. - Output for
gating()now includes a diagnostic message saved as a character string for reference in a slot callednote. - A diagnostic message can be viewed running
rlang::last_error()$out$noteafter the unsuccessful run ofgating(). - Removed redundant
@importFrom fields image.plotin 'package.R' - Added Zenodo DOI
v0.1.8
- Updated
spatstatpackage to new subsetted packages based on feedback from the Spatstat Team (Adrian Baddeley and Ege Rubak). Nowspatstat.geom,spatstat.core,spatstat.linnet, andspatstat (>= 2.0-0)are in Depends - Fixed check for
varsindatwithin thegating()function
v0.1.7
- Updated 'spatstat' package to new subsetted packages based on feedback from the Spatstat Team (Adrian Baddeley and Ege Rubak). 'spatstat.geom' package replaces 'spatstat' package in Imports
- Added additional multiple testing corrections, including False Discovery Rate, spatially dependent Sidak correction, independent Sidak correction, and two corrections based on Random Field Theory (Adler and Hasofer or Friston)
- The latter two corrections required a new argument
bandwto be added togating(),lotrrs(), andrrs()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 thecorrelog()function in the 'pgrimess' package to themodified.ttest()function in the 'SpatialPack' package - Imports 'lifecycle' package to document deprecated arguments
doplotandverboseinlotrrs(),rrs(), andgating()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
v0.1.6
- Added arguments 'save_gate', 'name_gate', and 'path_gate' in lotrrs(), rrs(), and gating() to save plots as PNG files as output
- Renamed 'doplot' argument as 'plot_gate' for consistency with new plotting arguments
- Added a stop (and return no results) if no significant clusters detected during first gate
- Removed 'verbose' argument in gating(), rrs(), and lotrrs()
- Added try() error catches in rrs() and lotrrs() for 'c1n' and 'c2n' arguments
- Changed the 'right' argument in cut() in pval_plot() to "TRUE" (the default)
- Removed fullstop in error messages
- Added a make.names() check for vars and colnames(dat) in gating()
- Updated URLs in gateR-package.Rd