search for: s_first

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

Did you mean: _first
1997 May 08
1
R-beta: Two simple suggestions.
...f R_WORK is missing, then use the standard name. If R_WORK exists, then use that name as the file to save the R session in. (Maybe S_WORK exists in Splus only to please me, but it is useful :-). 2) Again, along the lines of something that S does that is actually useful. In S you can set the S_FIRST environment variable and have this used as the equivalent of the R .Rprofile file. Might it be a good idea to allow an R_FIRST environment variable as well. That way I could set user specific preferences that apply no matter what directory I have working in. --Mike Mike Meyer, Department o...
1999 Jul 15
1
which() does not handle NAs in named vectors. (PR#226)
Version: platform = sparc-sun-solaris2.6 arch = sparc os = solaris2.6 system = sparc, solaris2.6 status = status.rev = 0 major = 0 minor = 64.2 year = 1999 month = July day = 3 language = R -- It is unclear to me that the handling of NAs is desirable, and it has problems with names: > z <- c(T,T,NA,F,T) > names(z) <- letters[1:5] > which(z) Error: names attribute