Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Installing R packages on Alteryx server

Analytics_Pooja
8 - Asteroid

How can I install R packages on Alteryx server

11 REPLIES 11
binay2448
11 - Bolide

Steps :-

 

Open R Console with admin privileges

 

then run below commands one by one to install packages as given in example

 

If ask for location you can select location.

 

Example:-

install.packages("pdftools")

install.packages("tesseract")

install.packages("Rcpp")

Analytics_Pooja
8 - Asteroid

Is R installed on server by default? How can I verify?

BrandonB
Alteryx
Alteryx

@Analytics_Pooja R will only be installed on the Alteryx Server if it is selected during the initial configuration. It can be added after the fact if not by downloading the corresponding version of the predictive tools from downloads.alteryx.com

Analytics_Pooja
8 - Asteroid

Thanks @BrandonB . How can I confirm if it is installed on the server or not. I don't see R console. 

 

Best

Pooja

BrandonB
Alteryx
Alteryx

You would see this installed in "Apps & Features" 

 

BrandonB_0-1631716136159.png

 

Analytics_Pooja
8 - Asteroid

Ok got it. Thank you

Analytics_Pooja
8 - Asteroid

@BrandonB  "Apps & Features" is disables on the server

BrandonB
Alteryx
Alteryx

You may need to check with your server administrator or IT group if you do not have access

dYoast
11 - Bolide

@BrandonB  - I think you are stating that we can download the Predicitve Tools for Designer and install them on the Server.  Can you confirm?

Labels