Skip to content
Prev 5327 / 63421 Next

Detaching "ctest"

Agreed.  Actually, I think that .First *is* the right mechanism for
taking care of this, but not necessarily though explicit coding.  What I
have in mind is something like

	R> customize()
or
	R> customize("packages")

(as opposed to customize("options"))

bringing up a mechanism through which packages can be selected.  (There
is an additional issue of specifying their order ...)  This could then
be saved into, say, a user or site R configuration file (R.ini, .Rini),
containing e.g.

	[Packages]
	ctest = TRUE
	ts = FALSE

etc (modulo order ...).  The startup mechanism could then look for such
a file and build .First-style code from it ...

-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._