Message-ID: <4EB88CFB.9080901@gmail.com>
Date: 2011-11-08T01:59:23Z
From: Duncan Murdoch
Subject: Warning message interpretation
In-Reply-To: <1320714482267-4014483.post@n4.nabble.com>
On 11-11-07 8:08 PM, eric wrote:
> Using the rmarketdata package and getting a warning message.
>
> What does this warning message tell me ? What could I do to eliminate or
> address it ?
>
> require(rdatamarket)
> Loading required package: rdatamarket
> Loading required package: zoo
>
>
> Warning message:
> In assignInNamespace("as.Date.numeric", function(x, origin, ...) { :
> binding of ?as.Date.numeric? is locked and will not be changed
It says one of the packages tried to change an object in another
package, which is not allowed.
Duncan Murdoch