search for: oldgrd

Displaying 1 result from an estimated 1 matches for "oldgrd".

Did you mean: older
2009 Mar 10
1
suggestion/request: install.packages and unnecessary file modifications
...UE, useBytes = TRUE) page <- gsub(oldgraphics, graphics, page, fixed = TRUE, useBytes = TRUE) page <- gsub(oldstats, stats, page, fixed = TRUE, useBytes = TRUE) page <- gsub(olddata, datasets, page, fixed = TRUE, useBytes = TRUE) page <- gsub(oldgrD, grD, page, fixed = TRUE, useBytes = TRUE) page <- gsub(oldmeth, meth, page, fixed = TRUE, useBytes = TRUE) if( identical( page, old.page)) # MVB next # MVB out <- try(file(f, open = "w"), silent = TRUE) if (inherits(out, "try-error")) {...