This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
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
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
Workflow
Hope this helps.
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