Revision: 43
http://bugs-r.svn.sourceforge.net/bugs-r/?rev=43&view=rev
Author: ggorjan
Date: 2007-09-11 23:39:09 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
minor typos
Modified Paths:
--------------
trunk/R2WinBUGS/man/bugs.Rd
Modified: trunk/R2WinBUGS/man/bugs.Rd
===================================================================
--- trunk/R2WinBUGS/man/bugs.Rd 2007-09-10 13:03:51 UTC (rev 42)
+++ trunk/R2WinBUGS/man/bugs.Rd 2007-09-12 06:39:09 UTC (rev 43)
@@ -95,7 +95,7 @@
\details{
To run:
\enumerate{
- \item Write a \pkg{WinBUGS} model in an ASCII file (hint: use
+ \item Write a \pkg{BUGS} model in an ASCII file (hint: use
\code{\link{write.model}}).
\item Go into \R / S-PLUS.
\item Prepare the inputs for the \code{bugs} function and run it (see
@@ -110,7 +110,7 @@
BUGS version support:
\itemize{
- \item{\pkg{WinBUGS} 1.4*}{default}
+ \item{\pkg{WinBUGS} 1.4.*}{default}
\item{\pkg{OpenBUGS} 2.*}{via argument \code{program="OpenBUGS"}}
}
@@ -124,9 +124,13 @@
If \code{useWINE=TRUE} is used, all paths (such as
\code{working.directory} and \code{model.file}, must be given in
- native (Unix) style, but \code{working.directory} can be given as
- native(Unix) or Windows path style. This is done to achieve greatest
- portability with default argument value for \code{working.directory}.
+ native (Unix) style, but \code{working.directory} can be given in
+ Windows path style (e.g. \dQuote{c:/Program Files/WinBUGS14/}) or
+ native (Unix) style
+ (e.g. \dQuote{/path/to/wine/folder/dosdevices/c:/Program
+ Files/WinBUGS14}). This is done to achieve greatest portability with
+ default argument value for \code{working.directory}.
+
}
\value{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|