Releases: lance-waller-lab/gateR
Releases · lance-waller-lab/gateR
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 tools
is no longer Importsutils
is now Suggests because "zzz.R" calls thepackageDescription()
functionncdfFlow
,flowWorkspaceData
are 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.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 Dependsspatstat.geom
is now Imports
dplyr
,ncdfFlow
,flowWorkspaceData
, andusethis
now Suggests (for generating random data setrandCyto
)- Fixed annotation typos in the vignette. Removed packages no longer used in the vignette
v0.1.9
- Now
rlang
is 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$note
after the unsuccessful run ofgating()
. - Removed redundant
@importFrom fields image.plot
in 'package.R' - Added Zenodo DOI
v0.1.8
- Updated
spatstat
package 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
vars
indat
within 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
bandw
to 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
doplot
andverbose
inlotrrs()
,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
v0.1.4
- Added documentation to lotrrs(), rrs(), and gating() about the levels of condition(s)
- Fixed bug in lotrrs() that was mislabeling numerator and denominator levels of second condition
- Added parameters 'c1n' and 'c2n' in lotrrs(), rrs(), and gating() to specify the numerator level