piwik

dilluns, 3 de març del 2014

How to install BRugs on Ubuntu 12.04

Before installing BRugs we need to have  gcc-4.6-multilib installed, we can do so from Ubuntu repos.
Then we download the latest package and from the same directory where it is located we issue the following command:

R CMD INSTALL BRugs_0.8-3.tar.gz --configure-args='--with-openbugs=/usr/local/openbugs'

From inside R you can install R just by typing:

install.packages("BRugs", lib = "/usr/local/R/lib/", configure.args = "--with-openbugs=/usr/local/openbugs")

Cap comentari:

Publica un comentari a l'entrada