Skip to content

Software

Installation Procedure

How to install the CRAN package

RclusTool is a R toolbox, available on the CRAN repositories. It can be directly installed from a R session.

Open a R session, then execute the following instructions:

install.packages("RclusTool")

How to install the "working-in-progress" package

This package has not been submitted to the CRAN yet, but it is the last version available.

First, install the devtools package, then install it from the Gitlab repository, in a R session:

install.packages("devtools") # only if the package is not available yet
devtools::install_gitlab("PAHebert/RclusTool")

How to use it

In a R session, execute:

RclusTool::RclusToolGUI()