The R Project SVN R

Rev

Rev 2686 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2686 Rev 2825
Line 24... Line 24...
24
## 1) ---- Header ----
24
## 1) ---- Header ----
25
(cat <<_EOF_
25
(cat <<_EOF_
26
.ptime <- proc.time()
26
.ptime <- proc.time()
27
postscript('PKG-Examples.ps')
27
postscript('PKG-Examples.ps')
28
.par.postscript <- par(no.readonly = TRUE)
28
.par.postscript <- par(no.readonly = TRUE)
-
 
29
options(contrasts = c(unordered = "contr.treatment", ordered =  "contr.poly"))
29
_EOF_
30
_EOF_
30
) | sed "s/PKG/${PKG}/"
31
) | sed "s/PKG/${PKG}/"
31
if [ "$PKG" != "base" ]; then echo "library('$PKG')" ; fi
32
if [ "$PKG" != "base" ]; then echo "library('$PKG')" ; fi
32
 
33
 
33
## 2) ---- edit a few of these files:
34
## 2) ---- edit a few of these files: