Skip to content

Commit 0aaa6a0

Browse files
committed
Export whichExecutables()
1 parent 327a052 commit 0aaa6a0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ export(unmerge)
301301
export(user)
302302
export(warnIfEmpty)
303303
export(warningDeprecated)
304+
export(whichExecutables)
304305
export(windowsPath)
305306
export(writeDictionary)
306307
export(writeText)

R/whichExecutables.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#' @param full.names if TRUE, the list items are the full paths, otherwise the
66
#' file names only
77
#' @return list with one entry per directory from the PATH variable
8+
#' @export
89
whichExecutables <- function(pattern = NULL, full.names = FALSE)
910
{
1011
paths <- kwb.utils::rStylePath(strsplit(Sys.getenv("PATH"), ";")[[1]])

0 commit comments

Comments
 (0)