Package: locatexec 0.2.0
locatexec: Detection and Localization of Executable Files
A set of functions to locate some programs available on the user machine. It can locate 'Node.js', 'npm', 'LibreOffice', 'Microsoft Word', 'Microsoft PowerPoint', 'Microsoft Excel', 'Python', 'pip', 'Mozilla Firefox', 'Google Chrome', 'Air' and 'Pandoc'. The user can test the availability of a program, optionally with a required version, and call it with the functions 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.
Authors:
locatexec_0.2.0.tar.gz
locatexec_0.2.0.zip(r-4.7)locatexec_0.2.0.zip(r-4.6)locatexec_0.2.0.zip(r-4.5)
locatexec_0.2.0.tgz(r-4.6-any)locatexec_0.2.0.tgz(r-4.5-any)
locatexec_0.2.0.tar.gz(r-4.7-any)locatexec_0.2.0.tar.gz(r-4.6-any)
locatexec_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
locatexec/json (API)
NEWS
| # Install 'locatexec' in R: |
| install.packages('locatexec', repos = c('https://ardata-fr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ardata-fr/locatexec/issues
Pkgdown/docs site:https://ardata-fr.github.io
Last updated from:d5bba058cb. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 103 | ||
| source / vignettes | OK | 152 | ||
| linux-release-x86_64 | OK | 100 | ||
| macos-release-arm64 | OK | 71 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| windows-devel | OK | 89 | ||
| windows-release | OK | 77 | ||
| windows-oldrel | OK | 72 | ||
| wasm-release | OK | 112 |
Exports:air_execchrome_execexcel_execexec_availableexec_locateexec_versionfirefox_execis_osxis_unixis_windowslibreoffice_execnode_execnpm_execpandoc_execpip_execpowerpoint_execpython_execword_exec
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Path to 'air' executable | air_exec |
| Path to 'Google Chrome' executable | chrome_exec |
| Path to 'Microsoft Execl' executable | excel_exec |
| Check executable availability and version | exec_available |
| Find an executable | exec_locate |
| Get executable version | exec_version |
| Path to 'Mozilla Firefox' executable | firefox_exec |
| Test if the system is "macOS" | is_osx |
| Test if the system is "unix" | is_unix |
| Test if the system is "Windows" | is_windows |
| Path to 'LibreOffice' executable | libreoffice_exec |
| Path to 'node.js' executable | node_exec |
| Path to 'npm' executable | npm_exec |
| Path to 'pandoc' executable | pandoc_exec |
| Path to 'pip' executable | pip_exec |
| Path to 'Microsoft PowerPoint' executable | powerpoint_exec |
| Path to 'python' executable | python_exec |
| Path to 'Microsoft Word' executable | word_exec |
