Re: [Rd] unloadNamespace problem in 3.3

2016-05-10 Thread Martin Maechler
> Jeroen Ooms > on Tue, 10 May 2016 16:39:08 +0200 writes: > The following used to work in R 3.2.5 but not in 3.3.0: > library(MASS) > ns <-.getNamespace("MASS") > unloadNamespace(ns) or simply ns <- getNamespace("MASS") ; unloadNamespace(ns) yes, indeed.

[Rd] unloadNamespace problem in 3.3

2016-05-10 Thread Jeroen Ooms
The following used to work in R 3.2.5 but not in 3.3.0: library(MASS) ns <-.getNamespace("MASS") unloadNamespace(ns) Calling unloadNamespace("MASS") directly still works. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo