Install Prebuild Binary pbdR Packages on Windows 7
This is a temporary solution for installing pre-build binary pbdR packages on Windows 7.
> brary(RCurl)
> github.dir <- "https://raw.githubusercontent.com/snoweye/pbdR_winbin/master/"
> install <- paste(github.dir, "install_dp_pbdR.r", sep = "")
> eval(parse(text = getURL(install, ssl.verifypeer = FALSE)))
Build Binary pbdR Packages on Windows
This section demonstrate how to build binary pbd
packages from
source code on Windows machines, and use pbdMPI
as an example since this is the key
step of all pbd
packages.
If you already have R and MS-MPI, you can just download the binary file
from the download page, install by
SHELL> R CMD INSTALL pbdMPI_0.2-3.zip
and skip rest of this section. Otherwise, all files you needs are
"R-3.0.1-win.exe", "Rtools31.exe",
R
packages "rlecuyer_0.3.zip" (binary), and "pbdMPI_0.2-3.tar.gz" (source) from CRAN;Microsoft MPI, MS-MPI, (HPC Pack 2012 R2 MS-MPI Redistributable Package) from Microsoft Developer Network or here;
Batch file "build_pbdMPI.bat".
I assume all files are installed using default settings in most steps. Please click the following subsections: