Rmpi and INLA: A couple of different R packages
Submitted by lev_lafayette on Mon, 12/31/2012 - 03:13Some R libraries and packages are easier to install than others. The typical method is to download the tarball and run R CMD INSTALL -l /path/to/library pkg1 pkg2 from the Linux command line or install.packages(c("pkg1", "pkg2")) from the R command-line after selecting from chooseCRANmirror(). But not every R package follows this contention.
