Subversion Repositories bdplot

Rev

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

***** Building/installing (from bash)
R CMD check bdgraphics
## either
R CMD build bdgraphics
R CMD INSTALL -l ~/R/x86_64-unknown-linux-gnu-library/2.8/ bdgraphics_"version".tar.gz 
## or
R CMD INSTALL -l ~/R/x86_64-unknown-linux-gnu-library/2.8/ bdgraphics

**** To detach the old library and load the newly installed one in
     stead (from R)

unloadNamespace("bdgraphics")
library(bdgraphics)