[Gamesnws-commits] r42 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Sep 30 15:51:43 CEST 2009
Author: schmidb
Date: 2009-09-30 15:51:43 +0200 (Wed, 30 Sep 2009)
New Revision: 42
Modified:
pkg/man/createUnoGame.Rd
pkg/man/watchUnoGame.Rd
Log:
documentation errors fixed
Modified: pkg/man/createUnoGame.Rd
===================================================================
--- pkg/man/createUnoGame.Rd 2009-09-30 13:48:10 UTC (rev 41)
+++ pkg/man/createUnoGame.Rd 2009-09-30 13:51:43 UTC (rev 42)
@@ -1,9 +1,9 @@
\name{createUnoGame}
\Rdversion{1.1}
-\alias{createUnoGame}
+\alias{.createUnoGame}
\title{Creates new UNO-Game}
\description{New UNO-Game into the given workspace}
-\usage{createUnoGame( wsName,
+\usage{.createUnoGame( wsName,
...)}
\arguments{
\item{wsName}{Name of the workspace}
@@ -22,7 +22,7 @@
}
\examples{
\dontrun{
- ws<-createUnoGame("test","138.245.80.17")
+ ws<-.createUnoGame("test","138.245.80.17")
startUnoGame(ws)
}
}
\ No newline at end of file
Modified: pkg/man/watchUnoGame.Rd
===================================================================
--- pkg/man/watchUnoGame.Rd 2009-09-30 13:48:10 UTC (rev 41)
+++ pkg/man/watchUnoGame.Rd 2009-09-30 13:51:43 UTC (rev 42)
@@ -1,10 +1,10 @@
\name{watchUnoGame}
\Rdversion{1.1}
-\alias{watchUnoGame}
+\alias{.watchUnoGame}
\title{logs the game}
\description{writes a logfile of the game and returns the winner}
\usage{
-watchUnoGame( ws,
+.watchUnoGame( ws,
...,
logfile = NULL)
}
@@ -28,7 +28,7 @@
\examples{
\dontrun{
if(log!=0){
- winner <- watchUnoGame(ws, logfile=logfile)
+ winner <- .watchUnoGame(ws, logfile=logfile)
}
}
}
\ No newline at end of file
More information about the Gamesnws-commits
mailing list