A lightweight implementation of the OpenMI framework for building Object-oriented Meta-models.
INSTALLATION Currently installation is from tar.gz only. Use the following command:
# last working:
install.packages('https://github.com/HARPgroup/openmi-om/raw/master/R/openmi.om_0.0.0.9106.tar.gz', repos = NULL, type="source")
# Now try
library("devtools")
install_github("HARPgroup/openmi-om")
BUILDING
# From R command prompt
library('roxygen2')
setwd('/usr/local/home/git/openmi-om/R/openmi.om')
roxygenize()
cd R
R CMD build openmi.om