search for: r61253

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

Did you mean: 261253
2012 Dec 08
1
namespace S3 and S4 generic imports cannot both be satisfied:
...that * checking whether package 'PkgB' can be installed ... WARNING Found the following significant warnings: Warning: found an S4 version of 'unique' so it has not been imported correctly See '/home/mtmorgan/tmp/PkgB.Rcheck/00install.out' for details. This is from (svn r61253) R-devel/src/library/base/R/namespace.R:1339, where the code finds the S4 generic, but not the S3 generic. Obviously the namespace cannot have both the S3 and S4 symbols defined, but this seems to be required? A workaround might extend the check to include getGeneric(genname)@default. This scen...