setup.md

We'll adopt the convention that the port will be 87 followed by the R version 2 digit number (so 8730, 8731, etc).

We require a python installation for the web server, currently python 2.

From the wikipedia port number page this seems like a reasonable group to use.

In separate cmd windows run:

cd build

And one of

3.2:

"C:\Program Files\R\R-3.2.5\bin\R" CMD INSTALL q:\buildr
Q:\buildr\inst\run.py --R "C:\Program Files\R\R-3.2.5\bin" --root 3.2.1 --expose --port 8732

3.3:

"C:\Program Files\R\R-3.3.1\bin\R" CMD INSTALL q:\buildr
Q:\buildr\inst\run.py --R "C:\Program Files\R\R-3.3.1\bin" --root 3.3.1 --expose --port 8733

3.4:

"C:\Program Files\R\R-3.4.4\bin\R" CMD INSTALL q:\buildr
Q:\buildr\inst\run.py --R "C:\Program Files\R\R-3.4.4\bin" --root 3.4.4 --expose --port 8734

3.5:

"C:\Program Files\R\R-3.5.3\bin\R" CMD INSTALL q:\buildr
Q:\buildr\inst\run.py --R "C:\Program Files\R\R-3.5.3\bin" --root 3.5.3 --expose --port 8735

3.6:

"C:\Program Files\R\R-3.6.1\bin\R" CMD INSTALL q:\buildr
Q:\buildr\inst\run.py --R "C:\Program Files\R\R-3.6.1\bin" --root 3.6.1 --expose --port 8736


richfitz/buildr documentation built on Nov. 22, 2019, 8:31 a.m.