How to install "swril package" in RStudio cloud.Can any one explain me.
Hi @Swathi_mangalampalli!
Do you mean the swirl package? You can install it in an rstudio.cloud project like any R package by using the command: install.packages('swirl')
swirl
install.packages('swirl')
Hope this helps!
but it is throwing me this: install.packages('swril') Installing package into ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘swril’ is not available for this version of R
A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Im afraid you have a typographical error swril != swirl
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.