Re: [R] update.packages() - gregmisc

2005-06-15 Thread Muhammad Subianto
On this day 6/15/2005 12:03 AM, Gabor Grothendieck wrote: > Is the code in your post intended to show what worked so others > will know what to do Yes, I succes to remove and install gregmisc again like I have posted before. Regards, Muhammad Subianto or is that code intended to show what you

Re: [R] update.packages() - gregmisc

2005-06-14 Thread Gabor Grothendieck
Is the code in your post intended to show what worked so others will know what to do or is that code intended to show what you did but did not work? If its the latter, I successfully did it last week and don't clearly remember my precise steps but I may have done this: R CMD remove gdata

Re: [R] update.packages() - gregmisc

2005-06-14 Thread Muhammad Subianto
Thanks. I do like this, > remove.packages("gregmisc", .libPaths()[1]) > remove.packages("gtools", .libPaths()[1]) > install.packages("gregmisc", .libPaths()[1]) > update.packages() > update.packages() > install.packages("gtools", .libPaths()[1]) > update.packages() > update.packages() > up

Re: [R] update.packages() - gregmisc

2005-06-14 Thread Gabor Grothendieck
On 6/14/05, Muhammad Subianto <[EMAIL PROTECTED]> wrote: > Dear all, > I have a problem to update package gregmisc. > After I update, > > update.packages(ask='graphics') > trying URL > 'http://cran.at.r-project.org/bin/windows/contrib/2.1/gregmisc_2.0.8.zip' > Content type 'application/zip' length

[R] update.packages() - gregmisc

2005-06-14 Thread Muhammad Subianto
Dear all, I have a problem to update package gregmisc. After I update, > update.packages(ask='graphics') trying URL 'http://cran.at.r-project.org/bin/windows/contrib/2.1/gregmisc_2.0.8.zip' Content type 'application/zip' length 2465 bytes opened URL downloaded 2465 bytes package 'gregmisc' succe