R/pkgdepends.R

Defines functions fix_check

# nocov start

#' @description
#' pkgdepends is a toolkit for package dependencies, downloads and
#' installations, to be used in other packages. If you are looking for a
#' package manager, see [pak](https://github.com/r-lib/pak).
#'
#' @includeRmd tools/doc/README-body.Rmd
"_PACKAGE"

fix_check <- function() {
  R6::R6Class
  processx::process
  invisible()
}

# nocov end

Try the pkgdepends package in your browser

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

pkgdepends documentation built on Nov. 10, 2023, 5:06 p.m.