fn checked_try_from_sexp_numeric_scalar<T>(sexp: SEXP, param: &str) -> Twhere i32: TryCoerce<T>, f64: TryCoerce<T>, <i32 as TryCoerce<T>>::Error: Debug, <f64 as TryCoerce<T>>::Error: Debug,
Generic strict scalar conversion: only INTSXP and REALSXP allowed.