R/rextendr.R

#' Call Rust code from R using the 'extendr' Crate
#'
#' The rextendr package implements functions to interface with Rust code from R.
#' See [rust_source()] for details.
#' @name rextendr
#' @keywords internal
"_PACKAGE"

#' @importFrom dplyr   mutate
#' @importFrom glue    glue glue_collapse
#' @importFrom rlang   dots_list names2 as_function is_missing is_atomic is_null
#' @importFrom rlang   is_na .data .env caller_env as_name as_label enquo %||%
#' @importFrom stringi stri_replace_all_regex
NULL
clauswilke/rextendr documentation built on July 17, 2025, 12:05 a.m.