R/internal_bindings.R

Defines functions system2

# Internal adapter bindings for testability
# These wrappers allow testthat::with_mocked_bindings to replace
# base/system and namespaced calls when needed during tests.

#' @noRd
system2 <- function(...)
{
  base::system2(...)
}

Try the transforEmotion package in your browser

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

transforEmotion documentation built on Jan. 8, 2026, 5:06 p.m.