R/pkgconfig-package.R

#' Persistent configuration for R packages
#'
#' This package is meant to be used in other packages, and provides
#' configuration options for them.
#'
#' It is currently very minimal, and has two main functions: one
#' for setting configuration options (\code{\link{set_config}}), and one
#' for querying them (\code{\link{get_config}}).
#'
#' @docType package
#' @name pkgconfig-package
NULL

Try the pkgconfig package in your browser

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

pkgconfig documentation built on Sept. 22, 2019, 5:05 p.m.