This is an R package for use in the Mobilize Prime curriculum of the Mobilize project. It wraps up complicated functions to simplify function calls for tasks such as mapmaking, spatial subsetting, text analysis, word clouds, and regular expressions with numbers.
This tool is meant to be installed on an RStudio® server (or a number of workstations with the local copy of RStudio®) and facilitates some data portions of the Mobilize Prime curriculum.
To install this package (which for legacy purposes, is actually named MobilizeSimple), install the dependencies (devtools
only needed if you install via install_github
command):
install.packages(c("raster", "dismo", "tm", "RColorBrewer", "rgdal", "sp", "wordcloud", "stringr", "plyr", "dplyr", "mosaic", "latticeExtra", "grid", "rpart", "rpart.plot", "curl", "devtools"))
Install via install_github
command:
install_github("MobilizePrime", "mobilizingcs")
Or if you'd prefer, clone this directory, cd
to it and install:
git clone https://github.com/mobilizingcs/MobilizePrime
cd MobilizePrime
R CMD INSTALL MobilizeSimple