search for: r69801

Displaying 1 result from an estimated 1 matches for "r69801".

Did you mean: 369801
2015 Dec 22
0
unloadNamespace() does not address unevaluated promises in the S3 Methods Table
Given the extremely simple package at https://github.com/jimhester/testUnload, which includes only one S3 method 'print.object' the following code produces a lazy load error from a new R session (R-devel r69801) install.packages("testUnload", repos = NULL) library("testUnload") unloadNamespace("testUnload") install.packages("testUnload", repos = NULL) library("testUnload") #> Error in get(method, envir = home) : #> lazy-load database '{sic}/te...