[BACK]Return to Ropenxm-package.Rd CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-client / Ropenxm / man

Diff for /OpenXM/src/R/r-client/Ropenxm/man/Ropenxm-package.Rd between version 1.1 and 1.2

version 1.1, 2013/02/01 07:14:09 version 1.2, 2013/02/02 05:16:44
Line 1 
Line 1 
   %% $OpenXM$
 \name{Ropenxm-package}  \name{Ropenxm-package}
 \alias{Ropenxm-package}  \alias{Ropenxm-package}
 \alias{Ropenxm}  \alias{Ropenxm}
 \docType{package}  \docType{package}
 \title{  \title{
 OpenXM interface for R  An OpenXM interface for R and its sample uses.
 }  }
 \description{  \description{
 More about what it does (maybe more than one line)  The OpenXM is an infrastructure for mathematical communication.
 ~~ A concise (1-5 lines) description of the package ~~  The OpenXM proposes protocols for mathematical computation (OpenXM-RFC's).
   This package provides an interface to OpenXM servers and also some sample functions to call OpenXM servers.
 }  }
 \details{  \details{
 \tabular{ll}{  \tabular{ll}{
 Package: \tab Ropenxm\cr  Package: \tab Ropenxm\cr
 Type: \tab Package\cr  Type: \tab Package\cr
 Version: \tab 1.0\cr  Version: \tab 1.0\cr
 Date: \tab 2013-02-01\cr  Date: \tab 2013-02-02\cr
 License: \tab What license is it under?\cr  License: \tab BSD\cr
 LazyLoad: \tab yes\cr  LazyLoad: \tab yes\cr
 }  }
 ~~ An overview of how to use the package, including the most important ~~  OpenXM servers are called by utilizing the package RCurl through
 ~~ functions ~~  OpenXM-RFC 104 (OoHP, OpenXM over HTTP POST, 2004).
   Translation functions of the data format for OpenXM are implemented in the package.
   The function \code{\link{oxm.matrix_r2tfb}} is a typical data translation function.
   The function \code{\link{oxm.markov}} is a sample function to get a Markov basis
   through an OpenXM server.
 }  }
 \author{  \author{
 Who wrote it  Nobuki Takayama (takayama@math.kobe-u.ac.jp)
   
 Maintainer: Who to complain to <yourfault@somewhere.net>  
 ~~ The author and/or maintainer of the package ~~  
 }  }
 \references{  \references{
 ~~ Literature or other references for background information ~~   \url{http://www.openxm.org}
 }  }
 ~~ Optionally other standard keywords, one per line, from file KEYWORDS in ~~  
 ~~ the R documentation directory ~~  
 \keyword{ package }  \keyword{ package }
 \seealso{  \seealso{
 ~~ Optional links to other man pages, e.g. ~~  \code{\link{oxm.markov}}
 ~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~  \code{\link{oxm.matrix_r2tfb}}
 }  }
 \examples{  \examples{
   oxm.markov(list(c(1,2,3)))  \dontrun{
   example(oxm.matrix_r2tfb)
   example(oxm.markov)
   }
 }  }

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

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