[BACK]Return to note.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-packages

Diff for /OpenXM/src/R/r-packages/note.txt between version 1.1 and 1.3

version 1.1, 2013/02/08 03:00:32 version 1.3, 2015/03/24 07:49:06
Line 1 
Line 1 
 $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  See also OpenXM/src/hgm/note.txt
   
Line 33  See also OpenXM/src/hgm/note.txt
Line 33  See also OpenXM/src/hgm/note.txt
         It is used to remove the test library.          It is used to remove the test library.
   
     R --help      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.  * Notes.
     library.dynam()   shows a list of shared libraries loaded.      library.dynam()   shows a list of shared libraries loaded.
     dyn.load("hgm.so") can be used to load shared library by hand.      dyn.load("hgm.so") can be used to load shared library by hand.
     getwd() gets the current working directory.      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)
   
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>