search for: dirl

Displaying 2 results from an estimated 2 matches for "dirl".

Did you mean: dir
2002 Dec 20
0
RE workspace vs. image
...obj from the environment at position 3 and then saves the remaining objects to the associated .Rdata file. The use of the two keeps the .Rdata files updated. ##Here is the first function move<- function(x, pos=NA, dir="c:/directory name/file name", replace=F) { if (is.na(pos)) dirL _ paste("file:", dir, sep="") else dirL _ search()[pos] if (mode(x) != "character") name _ deparse(substitute(x)) else name _ x # Assign the correct number to tmpos = pos, if it is not already assigned. if (is.na(pos)) { tmp _ search() == dirL...
2004 Mar 02
2
Some timings for 64 bit Opteron (ATLAS, GOTO, std)
...k-all" > ## into a numeric N x 3 matrix (with rownames!) > ## > ---------------------------------------------------------------------- > ## Author: Martin Maechler, Date: 1 Mar 2004, 15:27 > > tDir <- file.path(Rhome,"tests") > dirLs <- c(tDir, file.path(tDir,"Examples"), > file.path(tDir, list.files(tDir, > pattern="\\.Rcheck$"))) > iniStr <- "^Time elapsed:" > endPat <- "\\.Rout$" > ir <- length(rr <- list()) > for(d in d...