Want to help out or contribute?

If you find any typos, errors, or places where the text may be improved, please let us know by providing feedback using GitHub.

On GitHub open an issue or submit a pull requests by clicking the " Edit this page" link at the side of this page.

12  Frequently asked questions

12.1 Installation Problems

Depending on your institutional policies and infrastructure, you may not be able to download newer versions of R and RStudio. Firstly, you should contact your IT support person to see whether you are able to access an updated version. While you could attempt to use the older version of these programs available to you, you may notice that some things either look quite different or not work at all. One solution is to use the Posit Cloud platform, as per the instructions in the section Setting up Posit Cloud.

Rest assured that this is simply the way that R informs you that packages are being installed, even though it may look scary. If there really was an error, the output would likely begin with a message saying “Error: …” or “Warning: …”, to differentiate between informational compared to error messages.

You can fix this problem by going to the menu “Tools > Global options”, then going to the “Python” tab on the sidebar. There, if you untick the “Automatically activate project-local Python environments” option, it will stop giving you the error.

For some Windows users, you may need to install Rtools.

This is the most common problem you will face, check out the troubleshooting section in the Introductory course on how to solve problems.

12.2 Difficult to diagnose issues

There could be many issues here. One that we’ve encountered is that your file path may have a non-standard/recognizable character in the file path, like the Danish å or æ. Replacing these characters with the “English standard” may solve this problem.