[Rd] Strange warnings when unloading packages with S4 classes

2013-12-19 Thread Winston Chang
I've been seeing warnings when unloading packages. They can be seen with the shiny and sp packages, among others (this is on R 3.0.2). For example: library(sp) unloadNamespace('sp') Warning messages: 1: In FUN(X[[2L]], ...) : Created a package name, ‘2013-12-19 12:14:24’, when none found 2: In

Re: [Rd] Strange warnings when unloading packages with S4 classes

2013-12-19 Thread Winston Chang
(Sorry, this was previously sent with HTML mail. Resending in plain text.) I've been seeing warnings when unloading packages. They can be seen with the shiny and sp packages, among others (this is on R 3.0.2). For example: library(sp) unloadNamespace('sp') Warning messages: 1: In FUN(X[[2L]],

Re: [Rd] Strange warnings when unloading packages with S4 classes

2013-12-19 Thread John Chambers
Previously reported and fixed in 3.0.2-patched (Bug 15481). Unless there is a 3.0.3, you will have to wait for 3.1.0. On Dec 19, 2013, at 10:19 AM, Winston Chang winstoncha...@gmail.com wrote: I've been seeing warnings when unloading packages. They can be seen with the shiny and sp packages,

Re: [Rd] Strange warnings when unloading packages with S4 classes

2013-12-19 Thread Winston Chang
Excellent, thanks. -Winston On Thu, Dec 19, 2013 at 1:22 PM, John Chambers j...@r-project.org wrote: Previously reported and fixed in 3.0.2-patched (Bug 15481). Unless there is a 3.0.3, you will have to wait for 3.1.0. On Dec 19, 2013, at 10:19 AM, Winston Chang winstoncha...@gmail.com