home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / library / Rprofile < prev    next >
Encoding:
Text File  |  1997-09-14  |  350 b   |  13 lines

  1. .GlobalEnv <- globalenv()
  2. .SystemEnv <- NULL
  3. getenv <- function (item) system(paste("echo $", item, sep = ""), intern = TRUE)
  4. T <- TRUE
  5. F <- FALSE
  6. version <- Version()
  7. .Machine <- Machine()
  8. .Libraries <- character(0)
  9. options(na.action="na.omit")
  10. options(printcmd=getenv("R_PRINTCMD"))
  11. options(papersize=getenv("R_PAPERSIZE"))
  12. if(interactive()) x11()
  13.