is_library: Is the directory a known R library?

Description Usage Arguments Value Note Examples

Description

Checks to see if the input directories are known R libraries.

Usage

1
2
3
4
5
6
7
assert_all_are_libraries(x, severity = getOption("assertive.severity",
  "stop"))

assert_any_are_libraries(x, severity = getOption("assertive.severity",
  "stop"))

is_library(x, .xname = get_name_in_parent(x))

Arguments

x

Directory paths

severity

How severe should the consequences of the assertion be? Either "stop", "warning", "message", or "none".

.xname

Not intended to be used directly.

Value

is_library returns TRUE if and only if the input paths are known R package libraries. That is, they must be paths returned by .libPaths.

Note

Input paths are converted to character, and then normalized using normalizePaths.

Examples

1

assertive.files documentation built on May 2, 2019, 1:29 p.m.