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

File: [local] / OpenXM / src / R / r-client / Ropenxm / man / Ropenxm-package.Rd (download)

Revision 1.1, Fri Feb 1 07:14:09 2013 UTC (11 years, 6 months ago) by takayama
Branch: MAIN

A template of R-package.  The content is almost empty.
It is generated by package.skeleton().

\name{Ropenxm-package}
\alias{Ropenxm-package}
\alias{Ropenxm}
\docType{package}
\title{
OpenXM interface for R
}
\description{
More about what it does (maybe more than one line)
~~ A concise (1-5 lines) description of the package ~~
}
\details{
\tabular{ll}{
Package: \tab Ropenxm\cr
Type: \tab Package\cr
Version: \tab 1.0\cr
Date: \tab 2013-02-01\cr
License: \tab What license is it under?\cr
LazyLoad: \tab yes\cr
}
~~ An overview of how to use the package, including the most important ~~
~~ functions ~~
}
\author{
Who wrote it

Maintainer: Who to complain to <yourfault@somewhere.net>
~~ The author and/or maintainer of the package ~~
}
\references{
~~ Literature or other references for background information ~~
}
~~ Optionally other standard keywords, one per line, from file KEYWORDS in ~~
~~ the R documentation directory ~~
\keyword{ package }
\seealso{
~~ Optional links to other man pages, e.g. ~~
~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
}
\examples{
  oxm.markov(list(c(1,2,3)))
}