Manual Installation of the BMS Package in R
Package Binaries
BMS package binaries - Latest version 0.3.1
- Package source (for Linux, Mac): BMS_0.3.1.tar.gz
- Windows binary for R version 2.12 and above: BMS.zip
- Windows binary for earlier R versions: BMS for R version 2.10 to 2.11, BMS for R version 2.5 to 2.9
The following instructions show how to install the lasted build BMS package manually under four different configurations:
- Manual Installation under Windows
- Manual Installation under Linux / Unix
- Manual Installation under Mac OS
- Use BMS in Case Installation Fails
In most cases, BMS can be easily installed from the R console via CRAN. The options below apply to manual installation instead.
Manual Installation under Windows
- Download a BMS.zip to somewhere on your local disk, depending on your R version (find out my R version):
- If you are running R version 2.12 or above (for instance, if you had installed R just now) then download the BMS.zip
- If you are running an R version between 2.10.0 and 2.11.1, then download BMS.zip for R versions 2.10 to 2.11
- If you are running an R version between 2.5 and 2.9.2, then download BMS.zip for R versions 2.5 to 2.9
- Open the R-Gui (typically double-click the R icon on your desktop):
- In the menu, click on
Packagesand selectInstall package(s) from local zip files... - Navigate to your local copy of BMS.zip and press
Open. - BMS should be installed now - type the following (in R) to verify: First
library(BMS)(wait for execution), thenhelp(BMS).
Manual Installation under Linux
- Download the BMS_0.3.1.tar.gz tarball to somewhere on your local disk.
- Open a console, and navigate to the folder containing
BMS_0.3.1.tar.gz. - Type
R CMD INSTALL BMS_0.3.1.tar.gz
(Note: you probably need root privileges to do this - if you don't have these, consult the FAQ for a workaround) - BMS should be installed now - type the following in R to verify: First
library(BMS)(wait for execution), thenhelp(BMS).
Manual Installation under Mac OS
- Download the BMS_0.3.1.tar.gz tarball to somewhere on your local disk.
- Open R
- In the R menu, click on
Packages & Dataand selectInstall package(s)(or use the key combinationAlt+Apple+I). - In the window that opens, select
Local Package (Source)above and press theInstall...button below. - Locate the file
BMS_0.3.1.tar.gzon your machine. - Close and re-open R
- BMS should be installed now - type the following in R to verify: First
library(BMS)(wait for execution), thenhelp(BMS).
Previous Releases
For reference, previous releases can be found here. To install, download your respective package, open a console under the downlod location and type R CMD INSTALL BMS_(your version number).tar.gz