=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-packages/note.txt,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/src/R/r-packages/note.txt 2013/02/08 03:00:32 1.1 +++ OpenXM/src/R/r-packages/note.txt 2015/03/24 07:49:06 1.3 @@ -1,4 +1,4 @@ -$OpenXM$ +$OpenXM: OpenXM/src/R/r-packages/note.txt,v 1.2 2013/02/09 02:58:14 takayama Exp $ See also OpenXM/src/hgm/note.txt @@ -33,10 +33,24 @@ See also OpenXM/src/hgm/note.txt It is used to remove the test library. R --help +(4) Binary build on Windows. + R CMD INSTALL --build hgm + ( Check R CMD INSTALL --help for details. ) + or + R CMD build --binary hgm (perhaps, obsolete style) * Notes. library.dynam() shows a list of shared libraries loaded. dyn.load("hgm.so") can be used to load shared library by hand. getwd() gets the current working directory. + + +* Undocumented functions which are removed temporary fro NAMESPACE. 2015.03.24 +export(hgm.so3nc) +export(hgm.normalizingConstantOfFisherDistributionOnSO3) +export(hgm.normalizingConstantOfOrthant) +export(hgm.normalizingConstantOfBinghamDistribution) +export(hgm.z.mleDemo) +export(hgm.ssFB)