Skip to content

updating packages?

2 messages · rkevinburton at charter.net, ronggui

#
I am trying to update the packages that I have installed but I get the following warning messages:

package 'tseries' successfully unpacked and MD5 sums checked
Warning: cannot remove prior installation of package 'tseries'
bundle 'forecasting' successfully unpacked and MD5 sums checked
Warning: cannot remove prior installation of package 'forecast'

What does that mean? How can I update these packages?

Thank you.

Kevin
#
Maybe they are loaded, use search() to see if they are. If yes, then
use detach() to unload them first.

Best

2009/3/13  <rkevinburton at charter.net>: