tests/testthat/config-unique/R/manual.R

#' @global this that
#' @global thistoo
manualmode <- function(data) {
  data |>
    dplyr::mutate(this = 1, that = 2) |>
    dplyr::arrange(thistoo)
}

#' @global this that
#' @global thistoo
manualmode_duplicate <- function(data) {
  data |>
    dplyr::mutate(this = 1, that = 2) |>
    dplyr::arrange(thistoo)
}
anthonynorth/roxyglobals documentation built on Aug. 28, 2023, 9:58 p.m.