PDE_install_Xpdftools4.02: Install the Xpdf command line tools 4.02

View source: R/PDE.R

PDE_install_Xpdftools4.02R 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: NULL.

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: NULL.

verbose

Logical. Indicates whether messages will be printed in the console. Default: TRUE.

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: 0.

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)



PDE documentation built on Feb. 16, 2023, 9:29 p.m.