[Rd] unloadNamespace problem in 3.3

Jeroen Ooms jeroen.ooms at stat.ucla.edu
Tue May 10 16:39:08 CEST 2016


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.



More information about the R-devel mailing list