Displaying 2 results from an estimated 2 matches for "editedon".
Did you mean:
edited
2006 May 09
1
2.3.0 problems
...ed
4: use of NULL environment is deprecated
5: use of NULL environment is deprecated
6: use of NULL environment is deprecated
7: use of NULL environment is deprecated
8: use of NULL environment is deprecated
------------------
What is NULL environment?
3. My files:
> .First
function() {
editedOn <- "2006-04-28, 11:08"
options(digits=6)
pk <- .packages(all = TRUE)
su <- substr(pk,1,3)
pk1 <- pk[(su=="cwh") & (!is.na(su))]
for (ii in pk1[pk1!="cwhmisc" & (sapply(pk1,function(x) !(" " %in%
unlist(strsplit(x,NULL))))...
2004 Jun 16
1
start-up problems
...tem("echo $HOME")
/home/woodstock/hoffmacw
> system("echo $R_PROFILE")
/home/woodstock/hoffmacw/R
> system("ls $R_PROFILE/.Rprofile")
/home/woodstock/hoffmacw/R/.Rprofile
> system("cat $R_PROFILE/.Rprofile") # gives
system("pwd")
(editedOn <- "2004-06-15, 11:10")
.Last <- function() {
cat("Adieu, delete all ps.out.*.ps files\n")
system("rm -f ps.out.*.ps")
system(" \n")
}
.First <- function() {
options(digits=6)
library(MASS)
help.start()
x11(display = "", wi...