-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
23 lines (23 loc) · 966 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: locatexec
Type: Package
Title: Detection and Localization of Executable Files
Version: 0.1.1
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"),
person(given = "ArData", role = "cph")
)
Description: A set of functions to locate some programs
available on the user machine. The package provides functions to locate
'Node.js', 'npm', 'LibreOffice', 'Microsoft Word', 'Microsoft PowerPoint',
'Microsoft Excel', 'Python', 'pip', 'Mozilla Firefox' and 'Google Chrome'.
User can test the availability of a program with eventually a version
and call it with function system2() or system(). This allows the use of
a single function to retrieve the path to a program regardless of the
operating system and its configuration.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports: utils
BugReports: https://github.com/ardata-fr/locatexec/issues