Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 2
    So one should use this each time one wants to run R on Google Colab?! Running it does return some warning(about non Google authorised). Is it safe? Commented Aug 14, 2019 at 7:01
  • and how to install R libraries? Commented Oct 9, 2019 at 20:17
  • 2
    Just call install.packages("wordcloud") to install wordcloud library, for example. Commented Oct 10, 2019 at 2:24
  • 1
    Do you have to re-install the packages each time you load the notebook? Commented Apr 11, 2020 at 13:54
  • 2
    @Nathan Exactly. 😁 Commented Jun 30, 2020 at 15:28