cmd_install_check {cmdfun} | R Documentation |
Wrapper function for checking an install
Description
This function can be lightly wrapped by package builders to build a user-friendly install checking function.
Usage
cmd_install_check(path_search, path = NULL)
Arguments
path_search |
|
path |
user-override path to check (identical to |
Value
pretty printed message indicating whether files exits or not. Green check = Yes, red X = No.
Examples
## Not run:
path_search <- cmd_path_search(default = "/bin", utils = "ls")
cmd_install_check(path_search)
## End(Not run)
[Package cmdfun version 1.0.2 Index]