Displaying 1 result from an estimated 1 matches for "iscurr".
Did you mean:
incurr
2012 Jun 21
1
package slot of generic "[" and missing env@target?
...mply to patch R/library/methods to downgrade the stop() to a warning(), as well as inserting the missing packageSlot values there and then.
This got both packages loaded. But then, some actual use of "[", it gives this error instead:
Error in .methodPackageSlots(def, label, table, dupl, isCurrent) :
trying to get slot "target" from an object of a basic class ("environment") with no slots
and when I downgrade this error to a warning again, modifying (src/main/attrib.c) I got "[" dispatched to the base class (as well as stack imbalance - the latter is expe...