tests/testthat/bad_export_order/R/funcs.R

internal_helper <- function(x) {
  x + 1
}

public_func <- function(x) {
  internal_helper(x)
}

Try the goodpractice package in your browser

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

goodpractice documentation built on June 5, 2026, 5:06 p.m.