> 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.
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