This repository holds the Balamuta R package. This package contains a large amount of common functions I use in day to day analyses. Many folks are interested in obtaining these functions, hence I've placed them in a centrally located package.
To install the balamuta
package, there are three options: CRAN (stable) or GitHub (Developmental)
The installation process with CRAN is the simplest
install.packages("balamuta")
Prior to installing with devtools
, please make sure to have a compiler installed on your system that is compatible with R.
If you have a compiler already installed, then continue on by installing the package dependencies and finally the package itself by doing the following:
# Install dependencies
install.packages(c("devtools"))
# Install the package from github
devtools::install_github("coatless/balamuta")
The license this source code is released under is the MIT License. Please retain the attributions behind the functions listed.