=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v retrieving revision 1.2 retrieving revision 1.6 diff -u -p -r1.2 -r1.6 --- OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd 2013/02/08 01:27:01 1.2 +++ OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd 2014/03/24 05:28:17 1.6 @@ -1,4 +1,4 @@ -%% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.1 2013/02/07 07:38:23 takayama Exp $ +%% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.5 2013/03/26 05:53:57 takayama Exp $ \name{hgm-package} \alias{hgm-package} \alias{HGM} @@ -18,8 +18,6 @@ The holonomic gradient method (HGM, hgm) gives a way t \tabular{ll}{ Package: \tab hgm\cr Type: \tab Package\cr -Version: \tab 1.0\cr -Date: \tab 2013-02-07\cr License: \tab GPL-2\cr LazyLoad: \tab yes\cr } @@ -29,19 +27,14 @@ of unnormalized probability distributions belongs to t holonomic functions, which are solutions of holonomic systems of linear partial differential equations. } -\author{ -\itemize{ -\item Nobuki Takayama (takayama@math.kobe-u.ac.jp) -} -} \note{ This package includes a small subset of the Gnu scientific library codes (\url{http://www.gnu.org/software/gsl/}). Then, it might cause a conflict with the package gsl (see \code{\link[gsl]{gsl-package}}). - When you use the package gsl, it is recommeded to unload the shared libraries - of the package hgm by \code{library.dynam.unload("hgm")} - (see \code{\link[base]{library.dynam.unload}}). +% When you use the package gsl, it is recommeded to unload the shared libraries +% of the package hgm by \code{library.dynam.unload("hgm")}<--error, todo. +% (see \code{\link[base]{library.dynam.unload}}). } \references{ \itemize{ @@ -60,10 +53,14 @@ Advances in Applied Mathematics 47 (2011), 639--658, \keyword{ HGM } \keyword{ HGD } \seealso{ -\code{\link{hgm.so3nc}} +\code{\link{hgm.ncorthant}} +\code{\link{hgm.ncso3}} +\code{\link{hgm.pwishart}} } \examples{ \dontrun{ -example(hgm.so3nc) +example(hgm.ncorthant) +example(hgm.ncso3) +example(hgm.pwishart) } }