PDE_install_Xpdftools4.02 {PDE} | R Documentation |
Install the Xpdf command line tools 4.02
Description
PDE_install_Xpdftools4.02
downloads and installs the XPDF command line tools 4.02.
Usage
PDE_install_Xpdftools4.02(
sysname = NULL,
bin = NULL,
verbose = TRUE,
permission = 0
)
Arguments
sysname |
String. In case the function returns "Unknown OS" the sysname can be set manually.
Allowed options are "Windows", "Linux", "SunOS" for Solaris, and "Darwin" for Mac. Default: |
bin |
String. In case the function returns "Unknown OS" the bin of the operational system
can be set manually. Allowed options are "64", and "32". Default: |
verbose |
Logical. Indicates whether messages will be printed in the console. Default: |
permission |
Numerical. If set to 0 the user is ask for a permission to
download Xpdftools. If set to 1, no user input is required. Default: |
Value
The function returns a Boolean for the installation status and a message in case the commands are not installed.
Examples
## Not run:
PDE_install_Xpdftools4.02()
## End(Not run)
[Package PDE version 1.4.10 Index]