Re: [R] How to remove a package.

2010-11-29 Thread Gavin Simpson
t"? NOt only Ecdat > separately. > > B.R. > Stephen L > > > > > ________________ > From: David Winsemius > > Cc: Stefan Grosse ; r-help@r-project.org > Sent: Sun, November 28, 2010 11:16:34 PM > Subject: Re: [R] How to remove

Re: [R] How to remove a package.

2010-11-28 Thread Liviu Andronic
ot;?  NOt only Ecdat > separately. > Read ?data. Try data(package='AER') data(package='Ecdat') Regards Liviu > B.R. > Stephen L > > > > > > From: David Winsemius > > Cc: Stefan Grosse ; r-help@r-project.org >

Re: [R] How to remove a package.

2010-11-28 Thread Stephen Liu
ncluding those in package "Ecdat"? NOt only Ecdat separately. B.R. Stephen L From: David Winsemius Cc: Stefan Grosse ; r-help@r-project.org Sent: Sun, November 28, 2010 11:16:34 PM Subject: Re: [R] How to remove a package. On Nov 28, 2010, a

Re: [R] How to remove a package.

2010-11-28 Thread David Winsemius
5 2 ... $ college : num 0 1 0 0 0 0 1 1 0 1 ... $ hsg2 : num 0 1 1 0 1 0 1 0 0 0 ... Note that this dataset was NEVER spelled "car". -- David. ____________________ From: Stefan Grosse Sent: Sun, November 28, 2010 7:23:19 PM Subject: Re: [R] How to remo

Re: [R] How to remove a package.

2010-11-28 Thread Stephen Liu
object 'Caschool' not found > MCAS Error: object 'MCAS' not found Please help. TIA B.R. Stephen L ________ From: Stefan Grosse Sent: Sun, November 28, 2010 7:23:19 PM Subject: Re: [R] How to remove a package. Am 27.11.2010 09:48, schrieb Stephen Liu: > I found the

Re: [R] How to remove a package.

2010-11-28 Thread Stefan Grosse
Am 27.11.2010 09:48, schrieb Stephen Liu: > I found the datasets of AER cool. > detach("package:AER", unload = TRUE) detach(package:AER) works for me. > data() > still found "car" there. you mean "cars" ? This is not part of AER but in a base R installation. >> install.packages("EcDat") >

[R] How to remove a package.

2010-11-27 Thread Stephen Liu
Hi folks, library(AER) data() I found the datasets of AER package. But I couldn't remove AER with: either detach("package:AER") or detach("package:AER", unload = TRUE) data() still found "car" there. What will be the correct way to remove it? TIA Besides:- I couldn't find EcDat > librar