Package RFrom VLE
DescriptionRVLE, is an R Package, to call VLEs API from R. This package alllows to open packages, to read VPZ, assign experimental conditions to the models, call the simulator, buid experimental frames and capture result of simulation into matrix or dataframe. RVLE is now part of the VLE, sources are on Git, package on sourceforge. UsageFAQ
InstallationFirst, download RVLE from the Git repository: git clone git://vle.git.sourceforge.net/gitroot/vle/rvle # For a version compatible with VLE 0.8 git checkout -b branch08 origin/master0.8.0 # For a version compatible with VLE 1.0 don't change anything
R CMD INSTALL rvle
export PATH=/c/program\ files/R/R-2.12/bin:/c/rtools/perl/bin:/c/rtools/bin:c/mingw/bin:$PATH tar zxf rvle_xxxx.tar.gz cd rvle autoconf ./configure R CMD INSTALL rvle InstallationUse casesFirst use caseSecond use caseThird use caseFourth use caseHistoryReferences |