How can I install R packages on Alteryx server
@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
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")
Is R installed on server by default? How can I verify?
Thanks @BrandonB . How can I confirm if it is installed on the server or not. I don't see R console.
Best
Pooja
You would see this installed in "Apps & Features"
Ok got it. Thank you
@BrandonB "Apps & Features" is disables on the server
You may need to check with your server administrator or IT group if you do not have access
@BrandonB - I think you are stating that we can download the Predicitve Tools for Designer and install them on the Server. Can you confirm?
@dYoast yes this is correct as the installer is the same for predictive tools. You just want to make sure that you are picking the correct version number and that it is the admin installer.
@BrandonB - Thank you. The extra tip about the admin version is appreciated.