Displaying 1 result from an estimated 1 matches for "vigmtrx".
2007 May 14
3
RFC: allow packages to advertise vignettes on Windows
...&& interactive()) {
vigFile <- system.file("Meta", "vignette.rds", package=pkgName)
if (!file.exists(vigFile)) {
warning(sprintf("%s contains no vignette, nothing is added 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")...