Subversion Repositories bdplot

Rev

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

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