knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
defineGATmerge()
to remove spdep entirely and rewrote merge fail messages for the log.aggregateGATnb()
.locateGATshapefile()
and updated runGATprogram()
accordingly.writeGATkml()
to use sf and removed dependency on plotKML.defineGATmerge()
and identifyGATfirstobs()
that caused GAT to crash.writeGATkml()
with sf::st_write because plotKML was removed from CRAN.confirmGATbystep()
and runGATprogram()
, notably the
bug that incorrectly displayed number of excluded areas over maximum.locateGATshapefile()
to add a modifiable status bar option.writeGATlog()
: added settingsfile option to allow incorrectly written
logs to be regenerated from the settings.Rdata file produced by GATdefineGATmerge()
: added progressbar option to suppress the progress bar
if desiredplotGATmaps()
and plotGATcompare()
: added closemap option to
automatically close map windows if desireddefineGATmerge()
.aggregateGATnb()
, which is used in defineGATmerge()
.defineGATmerge()
.All changes from January 2019 onward by Abigail Stamm.
Below is a summary of differences between the R script for GAT released in 2015 and the first beta release of the R package for GAT in 2020.
plotKML()
, which sped it up considerably.All changes prior to 2019 by Gwen Babcock.
Changes prior to 2019 are listed below as they were entered in the program comments, with minor formatting changes. Most do not appear to correspond directly to specific versions. Comments appear to cover a mix of actual and planned changes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.