Skip to content

mobilizingcs/MobilizePrime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobilizePrime

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.

Installation

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

About

Simple wrapper functions for high school curriculum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published