Acumos R Client Installation and Maintenance Guide

Prerequisites

Before you begin:

  1. You must have an Acumos account
  2. You must have R installed on you system (R>3.4.4). Please refer to cran.r-project.org

Installing the Acumos R client

Under Debian/Ubuntu, you may need to install first some packages:

apt-get update
apt-get install -y libssl-dev libcurl4-openssl-dev make protobuf-compiler libprotoc-dev libprotobuf-dev

Install the Acumos R client package in R:

install.packages("acumos")

If you want to install the version under development, please use remotes or devtools:

remotes::install_github("acumos/acumos-r-client", subdir="acumos-package")

or

devtools::install_github("acumos/acumos-r-client", subdir="acumos-package")