Package: locatexec 0.1.1
locatexec: Detection and Localization of Executable Files
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.
Authors:
locatexec_0.1.1.tar.gz
locatexec_0.1.1.zip(r-4.5)locatexec_0.1.1.zip(r-4.4)locatexec_0.1.1.zip(r-4.3)
locatexec_0.1.1.tgz(r-4.4-any)locatexec_0.1.1.tgz(r-4.3-any)
locatexec_0.1.1.tar.gz(r-4.5-noble)locatexec_0.1.1.tar.gz(r-4.4-noble)
locatexec_0.1.1.tgz(r-4.4-emscripten)locatexec_0.1.1.tgz(r-4.3-emscripten)
locatexec.pdf |locatexec.html✨
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
Last updated 1 years agofrom:a0ab8128e2. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
R-4.4-win | OK | Nov 21 2024 |
R-4.4-mac | OK | Nov 21 2024 |
R-4.3-win | OK | Nov 21 2024 |
R-4.3-mac | OK | Nov 21 2024 |
Exports:chrome_execexcel_execexec_availableexec_locateexec_versionfirefox_execis_osxis_unixis_windowslibreoffice_execnode_execnpm_execpip_execpowerpoint_execpython_execword_exec
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
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 'pip' executable | pip_exec |
Path to 'Microsoft PowerPoint' executable | powerpoint_exec |
Path to 'python' executable | python_exec |
Path to 'Microsoft Word' executable | word_exec |