dev_pkg: Package Introspection

Description Usage Arguments Functions

Description

Introspecting into the package in which these utilities are called

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
dev_pkg_name(envir = parent.frame())

dev_pkg_objects(filter_in = NULL, filter_out = NULL, envir = parent.frame())

dev_pkg_version(envir = parent.frame())

dev_pkg_inst(..., envir = parent.frame())

dev_pkg_config(
  value,
  config = Sys.getenv("R_CONFIG_ACTIVE", "default"),
  file = "config.yml",
  use_parent = FALSE
)

Arguments

envir

package environment

filter_in

filter in only objects matching this pattern

filter_out

filter out these objects after filter_in is applied

value, config, file, use_parent

see config::get()

Functions


tjpalanca/tjutils documentation built on Jan. 20, 2021, 2:01 p.m.