Skip to contents

Installs latest ROBOT and robot.jar files to default system path (/usr/local/bin). Only tested for Macs but also will likely work for Linux.

Usage

install_robot(...)

Arguments

...

arguments passed on to utils::download.file(); should not be needed

Value

The version of robot.jar, if successful, otherwise a warning indicating where failures occurred along with their non-zero integer codes. See documentation of utils::download.file() (for download of robot/robot.jar) and system2()

(for making robot executable; uses system chmod) under "Value" for more details.