Changes in version 0.99.03 o Submitted to Bioconductor Changes in version 0.99.2 o Fix bug in add_borders_to_spe: is_core column was always FALSE due to incorrect use of is.na() on logical vector. Changed to use negation operator (!) to properly identify non-border spots as core spots. Changes in version 0.99.1 o Follow guidelines on package versioning o Add founding in description o Add a package help/.man package o Add a inst/script o BiocStyle for vignette o Typos/Style