The R Project SVN R

Rev

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

Rev 7218 Rev 9548
Line 22... Line 22...
22
postscript("PKG-Examples.ps")
22
postscript("PKG-Examples.ps")
23
assign("par.postscript", par(no.readonly = TRUE), env = .CheckExEnv)
23
assign("par.postscript", par(no.readonly = TRUE), env = .CheckExEnv)
24
options(contrasts = c(unordered = "contr.treatment", ordered = "contr.poly"))
24
options(contrasts = c(unordered = "contr.treatment", ordered = "contr.poly"))
25
_EOF_
25
_EOF_
26
) | sed "s/PKG/${PKG}/"
26
) | sed "s/PKG/${PKG}/"
-
 
27
if [ "${PKG}" = "tcltk" ]; then 
-
 
28
  echo "require('tcltk') || q()"
-
 
29
else
27
if [ "${PKG}" != "base" ]; then echo "library('${PKG}')" ; fi
30
  if [ "${PKG}" != "base" ]; then echo "library('${PKG}')" ; fi
-
 
31
fi
28
 
32
 
29
## 2) ---- edit a few of these files:
33
## 2) ---- edit a few of these files:
30
for file in ${FILES}
34
for file in ${FILES}
31
do
35
do
32
  bf=`basename $file .R`
36
  bf=`basename $file .R`