checkForVServer: Check for Video Server binary
Description
checkForVServer
A utility function to check if the Video Server standalone binary is present.Usage
checkForVServer(jarloc = NULL, update = FALSE)
Arguments
jarloc
A directory in which the binary is to be
placed. Defaults to the /bin of rDVR package.
update
A boolean indicating whether to update the
binary if it is present.
Detail
The Video Server java binary can be found at
https://github.com/johndharrison/rDVR. If users would
like to create their own please refe to documentation.
This convience function downloads the standalone server
and places it in the rDVR package directory bin folder by
default.