Skip to main content

R_FindNamespace_unchecked

Function R_FindNamespace_unchecked 

Source
unsafe extern "C-unwind" fn R_FindNamespace_unchecked(
    info: SEXP,
) -> SEXP
Expand description

Find a registered namespace by name. Longjmps on error — prefer REnv::package_namespace() which wraps this safely. Unchecked FFI binding for R_FindNamespace. Generated from source location line 2561, column 8. Generated from source file miniextendr-api/src/ffi.rs.