=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-packages/note.txt,v retrieving revision 1.8 retrieving revision 1.10 diff -u -p -r1.8 -r1.10 --- OpenXM/src/R/r-packages/note.txt 2016/10/30 01:10:18 1.8 +++ OpenXM/src/R/r-packages/note.txt 2019/11/16 11:03:43 1.10 @@ -1,7 +1,17 @@ -$OpenXM: OpenXM/src/R/r-packages/note.txt,v 1.7 2016/10/28 02:27:39 takayama Exp $ +$OpenXM: OpenXM/src/R/r-packages/note.txt,v 1.9 2017/03/22 00:42:56 takayama Exp $ See also OpenXM/src/hgm/note.txt +* R package build, reference pages. +https://cran.r-project.org/bin/macosx/tools/ +* Example + Edit files in src/hgm + cd R/r-packages + make rsync + R CMD INSTALL hgm + Start R and library(hgm) + hgm.ncso3() + * C source codes. C sources and headers should be developed and edited in the directory OpenXM/src/hgm in order to provide a standalone mode without R @@ -28,7 +38,7 @@ See also OpenXM/src/hgm/note.txt R CMD INSTALL hgm R library(hgm) - You can check hgm.so3nc by hand. + You can check hgm.ncso3 by hand. R CMD REMOVE hgm It is used to remove the test library. @@ -38,6 +48,10 @@ See also OpenXM/src/hgm/note.txt ( Check R CMD INSTALL --help for details. ) or R CMD build --binary hgm (perhaps, obsolete style) + +(5) make copy-web-hgm + hgm_x.yz.tar.gz + [cran submit package] search ==> http://cran.r-project.org/submit.html * Notes. library.dynam() shows a list of shared libraries loaded.