R/dvthis.R

#' \code{dvthis} package
#'
#' R utilities for DVC pipelines
#' @docType package
#' @name dvthis
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") {
  utils::globalVariables(
    c(
      "this_stage"
    )
  )
}
jcpsantiago/dvthis documentation built on Dec. 20, 2021, 10:03 p.m.