R/aaa-rpart-compat.R

#' @keywords internal
#' @importFrom rpart rpart rpart.control
NULL

# Make sure a symbol named 'rpart' (and 'rpart.control') exists in our namespace,
# so APIs that do 'get("rpart", envir=...)' can find it without 'library(rpart)'.
rpart <- rpart::rpart
rpart.control <- rpart::rpart.control

Try the causal.decomp package in your browser

Any scripts or data that you put into this service are public.

causal.decomp documentation built on Aug. 27, 2025, 5:11 p.m.