Subversion Repositories bdplot

Rev

Rev 3 | Rev 42 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7 pdel 1
***** Building/installing (from bash)
3 pdel 2
R CMD check bdgraphics
7 pdel 3
## either
3 pdel 4
R CMD build bdgraphics
5
R CMD INSTALL -l ~/R/x86_64-unknown-linux-gnu-library/2.8/ bdgraphics_"version".tar.gz 
7 pdel 6
## or
7
R CMD INSTALL -l ~/R/x86_64-unknown-linux-gnu-library/2.8/ bdgraphics
8
 
9
**** To detach the old library and load the newly installed one in
10
     stead (from R)
11
 
12
unloadNamespace("bdgraphics")
13
library(bdgraphics)