From: <li...@us...> - 2007-09-16 17:15:14
|
Revision: 58 http://bugs-r.svn.sourceforge.net/bugs-r/?rev=58&view=rev Author: ligges Date: 2007-09-16 10:15:08 -0700 (Sun, 16 Sep 2007) Log Message: ----------- Name of the manual page has changed again .... Modified Paths: -------------- trunk/BRugs/R/unix/help.R trunk/BRugs/R/windows/help.R Modified: trunk/BRugs/R/unix/help.R =================================================================== --- trunk/BRugs/R/unix/help.R 2007-09-14 14:14:03 UTC (rev 57) +++ trunk/BRugs/R/unix/help.R 2007-09-16 17:15:08 UTC (rev 58) @@ -24,6 +24,6 @@ "switch to its window."), exdent = 4)) writeLines("Otherwise, be patient ...") - browseURL(system.file("OpenBUGS", "docu", "WinBUGS Manual.html", package="BRugs")) + browseURL(system.file("OpenBUGS", "Manuals", "Contents.html", package="BRugs")) invisible("") } Modified: trunk/BRugs/R/windows/help.R =================================================================== --- trunk/BRugs/R/windows/help.R 2007-09-14 14:14:03 UTC (rev 57) +++ trunk/BRugs/R/windows/help.R 2007-09-16 17:15:08 UTC (rev 58) @@ -15,7 +15,7 @@ help.WinBUGS <- function(browser = getOption("browser")) { # stolen from help.start() - a <- system.file("OpenBUGS", "Manuals", "WinBUGS Manual.html", package="BRugs") + a <- system.file("OpenBUGS", "Manuals", "Contents.html", package="BRugs") if (!file.exists(a)) stop("I can't find the html help") if (is.R()) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |