Learn more about the Alteryx Maveryx Universe recently announced at Inspire 2023!

Alteryx Designer Desktop Discussions

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

Standard R packages installed

roe_r
7 - Meteor

Is there a list somewhere showing what packages are installed by default when Alteryx predictive tools are installed? 

 

I've added a few to my own install but need to know what's standard for when I share workflows with colleagues.

 

Thanks!

 

Roe

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

Good question.

 

When you added your own packages, are they installed in C:/Program Files/Alteryx/R-3.4.4/library (i.e. the default location). If not, you could use the list in this folder as a basis for knowing the default packages.

 

You can get these in Alteryx by copying and pasting the following code into the R-tool,

 

pkgs <- data.frame(installed.packages())
write.Alteryx(pkgs, 1)

 

The LibPath field should be the indicator

 

 

WorkflowWorkflow

Hope this helps.

PaulN
Alteryx Alumni (Retired)

Hi @roe_r,

 

You could use the method described in https://community.alteryx.com/t5/Alteryx-Knowledge-Base/R-Packages-in-the-R-Tool/ta-p/256177.

It slightly expands on the answer kindly provided by @PhilipMannering.

 

Thanks,

 

Paul Noirel

Sr Customer Support Engineer, Alteryx

Labels