R/setup.R

Defines functions artma.setup

Documented in artma.setup

#' This function should take the user through an interactive setup window
#' @return `NULL` Sets up common functionality for the package.
#' @keywords internal
artma.setup <- function() { # nolint: unused_declared_object_linter.
  ensure_valid_boxpath() # nolint: box_usage_linter. # Imported on a package-level
}

Try the artma package in your browser

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

artma documentation built on April 13, 2025, 9:08 a.m.