To use abmR
, you must first install it from Github using
devtools
and load the library:
::install_github("bgoch5/abmR")
devtools# If install gives errors, try running the following:
# Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
library(abmR,quietly=TRUE,warn.conflicts=FALSE)
While this package is still in development, it will be updated
frequently, so please be sure to re-install frequently. Installing abmR
will also automaticaly install its dependencies, if you don’t already
have them installed. These include raster
, sp
,
rgdal
, table1
, googledrive
,
swfscMisc
, geosphere
, kableExtra
,
and gtsummary
, and ggplot
.
Please visit https://www.bengochanour.com/abmr for the full vignette which describes package usage in detail.