How to install ROSE package on TIBCO Data Science Team Studio R?

How to install ROSE package on TIBCO Data Science Team Studio R?

book

Article ID: KB0071865

calendar_today

Updated On:

Products Versions
Spotfire Data Science Team Studio All supported versions

Description

The article illustrates how to install "ROSE" package on TIBCO Data Science Team Studio R.

Environment

Linux Based

Resolution

Steps to install ROSE Package: 

1. Open the command prompt on which R Server is installed. 
2. Now navigate to the R installation folder.
 cd /opt/R_connector
3. Run the following commands:
 R
User-added image
 
 install.packages('ROSE')
   
     Select a CRAN mirror based on your location (CRAN is a network of ftp and web servers around the world that store identical, up-to-date, versions of code and documentation for R)
 
User-added image
User-added image
 

Issue/Introduction

How to install ROSE package on TIBCO Data Science Team Studio R ?

Additional Information

https://cran.r-project.org/web/packages/ROSE/ROSE.pdf