I'm new to Alterxy Designer, but in order to use the prophet forecasting package I need a version of rlang >= 0.3.0, but Alteryx's rlang is 0.2.0. I get a warning that rlang 0.3.4 is being masked by 0.2.0. How do either "unmask" rlang 0.3.4 or update from 0.2.0?
If I try using remove.packages("rlang") in the R Tool and then installing rlang through the R Package Installer is completely breaks R in Alteryx and I have to uninstall and reinstall the R Prediction suite for Alteryx to get it back to normal. So I'm really reluctant to do any installing or removing with the R Tool (lest I have another hour to waste reinstalling everything).
Thanks!