Subversion Repositories bdplot

Rev

Rev 3 | Rev 42 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 7
Line 1... Line 1...
1
***** Building/installing
1
***** Building/installing (from bash)
2
R CMD check bdgraphics
2
R CMD check bdgraphics
-
 
3
## either
3
R CMD build bdgraphics
4
R CMD build bdgraphics
4
R CMD INSTALL -l ~/R/x86_64-unknown-linux-gnu-library/2.8/ bdgraphics_"version".tar.gz 
5
R CMD INSTALL -l ~/R/x86_64-unknown-linux-gnu-library/2.8/ bdgraphics_"version".tar.gz 
-
 
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)