Message-ID: <376e97ec050810041561b1caf5@mail.gmail.com>
Date: 2005-08-10T11:15:56Z
From: Fredrik Karlsson
Subject: Not loading libraries
Dear list,
I have a bunch of libraries that are automatically loaded when I start
the R environment. How do I remove them?
Output:
fredrik at theodor:~/dokument/Thesis/Book$ make
Making file voicing.tex from voicing.Rnw
Loading Tcl/Tk interface ... done
Loading required package: tcltk
Loading required package: rgl
Loading required package: zoo
Loading required package: strucchange
Loading required package: sandwich
Loading required package: relimp
Loading required package: nnet
Loading required package: graphics
Loading required package: grDevices
Loading required package: stats
Loading required package: nlme
Loading required package: mvtnorm
Loading required package: multcomp
Loading required package: mgcv
This is mgcv 1.3-1
Loading required package: MASS
Loading required package: lmtest
Loading required package: lattice
Loading required package: grid
Loading required package: foreign
Loading required package: effects
Loading required package: car
Loading required package: abind
> library(tools); Sweave("voicing.Rnw")
....
/Fredrik