Displaying 1 result from an estimated 1 matches for "checknogenerics".
2010 Mar 17
1
Suggestion: Not having to export .conflicts.OK in name spaces
...or
library() is:
>svn diff library.R
Index: library.R
===================================================================
--- library.R (revision 51296)
+++ library.R (working copy)
@@ -312,7 +312,7 @@
nogenerics <-
!.isMethodsDispatchOn() || checkNoGenerics(env, package
)
if(warn.conflicts &&
- !exists(".conflicts.OK", envir = env, inherits = FALSE))
+ !exists(".conflicts.OK", envir = ns, inherits = FALSE))
checkConflicts(package, pkg...