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
        R CMD remove gmodels
        R CMD remove gplots
        R CMD remove gtools
        R CMD remove gregmisc

I assume that using remove.packages, viz.

        remove.packages("gregmisc")
        etc.

would have given the same result.


On 6/14/05, Muhammad Subianto <[EMAIL PROTECTED]> wrote:
> 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()
>  > update.packages(ask='graphics')
> 
> Regards,
> Muhammad Subianto
> R.2.1.0 on W2K
> 
> On this day 6/14/2005 1:51 PM, Gabor Grothendieck wrote:
> > 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 2465 bytes
> >>opened URL
> >>downloaded 2465 bytes
> >>
> >>package 'gregmisc' successfully unpacked and MD5 sums checked
> >>...
> >>
> >>then try to update again, still I must update package gregmisc, etc.
> >>I have tried 3,4,5, times with the same result.
> >>
> >
> >
> > This was discussed on r-devel recently.  See:
> >
> > https://www.stat.math.ethz.ch/pipermail/r-devel/2005-June/033479.html

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to