knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

MEMC is an R package designed to facilitate easy exploration of different configurations of soil carbon (C) decomposition with various representations of microbial biomass uptake. To install R, follow these instructions for the platform you are using. Although not necessary we strongly encourage users to also download and install the Rstuio IDE.

After installing R you should be able to install the package with the following command.

# If the `remotes` isn't installed, first run:
# install.packages("remotes")
remotes::install_github("Microbial-Explicit-Model/MEMC")
library(MEMC)

After it is done installing you should be able to load the MEMC package and start using it!

Alternatively for users that are interested in using the developmental version of the package clone will need to clone the repository and use the “Install and Restart” and “Clean and Rebuild” tools in Rstudio.

How to clone the reposidotry via the command line, see git installation instructions.

git clone https://github.com/Microbial-Explicit-Model/MEMC.git

Helpful Resources



kdorheim/MEMC documentation built on Jan. 14, 2022, 9:13 a.m.