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

Annotation of OpenXM/src/R/r-client/Ropenxm/man/Ropenxm-package.Rd, Revision 1.1

1.1     ! takayama    1: \name{Ropenxm-package}
        !             2: \alias{Ropenxm-package}
        !             3: \alias{Ropenxm}
        !             4: \docType{package}
        !             5: \title{
        !             6: OpenXM interface for R
        !             7: }
        !             8: \description{
        !             9: More about what it does (maybe more than one line)
        !            10: ~~ A concise (1-5 lines) description of the package ~~
        !            11: }
        !            12: \details{
        !            13: \tabular{ll}{
        !            14: Package: \tab Ropenxm\cr
        !            15: Type: \tab Package\cr
        !            16: Version: \tab 1.0\cr
        !            17: Date: \tab 2013-02-01\cr
        !            18: License: \tab What license is it under?\cr
        !            19: LazyLoad: \tab yes\cr
        !            20: }
        !            21: ~~ An overview of how to use the package, including the most important ~~
        !            22: ~~ functions ~~
        !            23: }
        !            24: \author{
        !            25: Who wrote it
        !            26:
        !            27: Maintainer: Who to complain to <yourfault@somewhere.net>
        !            28: ~~ The author and/or maintainer of the package ~~
        !            29: }
        !            30: \references{
        !            31: ~~ Literature or other references for background information ~~
        !            32: }
        !            33: ~~ Optionally other standard keywords, one per line, from file KEYWORDS in ~~
        !            34: ~~ the R documentation directory ~~
        !            35: \keyword{ package }
        !            36: \seealso{
        !            37: ~~ Optional links to other man pages, e.g. ~~
        !            38: ~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
        !            39: }
        !            40: \examples{
        !            41:   oxm.markov(list(c(1,2,3)))
        !            42: }

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