Displaying 5 results from an estimated 5 matches for "winmenunam".
Did you mean:
winmenunames
2004 May 23
1
Running scripts automatically from Rgui (Windows)
...I'm getting strange
errors
In version 1.8.1 I was able to run a script
automatically by copying the script into the file
.Rprofile and running Rgui from a .bat script, but in
version 1.9.0 I'm getting errors like:
Error in inherits(x, "factor") : couldn't find
function "winMenuNames"
In addition: Warning message:
In the method signature for function "contents", class
"environment" has no current definition in:
matchSignature(signature, fdef, where)
Error in library(Biobase) : .First.lib failed
Does anyone know if anything changed in version 1.9.0...
2008 Jul 06
1
Windows Only: winMenuAdd() problem
...ded to the graphics window
#### now close all graphics devices
## (can also be done by pointing and clicking on the Windows close icon)
graphics.off()
## Now repeat
plot(1:10)
winMenuAdd("$Graph2Main/newmenu")
## No menu has been added ! -- This is the problem.
## However, note:
winMenuNames()
###### End of Code #####
INFO:
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status...
2007 May 14
3
RFC: allow packages to advertise vignettes on Windows
...d to the menu bar", pkgName))
} else {
vigMtrx <- .readRDS(vigFile)
vigs <- file.path(.find.package(pkgName), "doc", vigMtrx[,"PDF"])
names(vigs) <- vigMtrx[,"Title"]
if (!"Vignettes" %in% winMenuNames())
winMenuAdd("Vignettes")
pkgMenu <- paste("Vignettes", pkgName, sep="/")
winMenuAdd(pkgMenu)
for (i in vigs) {
item <- sub(".pdf", "", basename(i))
winMenuAd...
2004 Apr 12
1
R 1.9.0 is release
I've rolled up R-1.9.0.tgz a short while ago. This is a new version
with a number of new features, most notably a substantial
reorganization of the standard packages, a major update of the grid
package, and the fact that underscore can now be used as a regular
character in variable names. See below for further changes.
Because of the disturbances at the machine that hosted the CVS
archives,
2004 Apr 12
1
R 1.9.0 is release
I've rolled up R-1.9.0.tgz a short while ago. This is a new version
with a number of new features, most notably a substantial
reorganization of the standard packages, a major update of the grid
package, and the fact that underscore can now be used as a regular
character in variable names. See below for further changes.
Because of the disturbances at the machine that hosted the CVS
archives,