MEMC
is a R package representation of different microbial explicit carbon models in a flexible framework for model comparison exercises.
MEMC
Follow the download and installation insturctions for R and R studio.
Clone the repository to install the package in development mode using the devtools::load_all()
call in R studio from the root directory. Please refer to r-pkgs for more information on how to build and develop R packages.
Use remotes
to install MEMC as a built R package directory from github.
# use install.packages("remotes") to install this package the first time.
library(remotes)
# Now build and install the R package on your local machine.
install_github('Microbial-Explicit-Model/MEMC')
kalyn so things to do in the configure model function set up the ability to name the model --> should be added to the run model function there should be some way during the model configuration to modify the flux functions... can still have a mip function what will be the easiest way to build some of the core model configurations....
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.