@Specialization
 protected RNull dfltWarn(String msg, Object call) {
   RErrorHandling.dfltWarn(msg, call);
   return RNull.instance;
 }