I reinstalled R and Rstudio and have noe problems installing and loading packages.
When I write:
install.packages("DT")
Installing package into ‘C:/Users/XXXXXX/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
also installing the dependencies ‘BH’, ‘jsonlite’, ‘yaml’, ‘shiny’, ‘later’, ‘htmltools’, ‘htmlwidgets’, ‘crosstalk’, ‘promises’
Tries different URLs but nothing happens. The stop button shows (red) so seems like Rstudio is running without anything happening
I have tried to install packages before but when I write library(package) nothing seems to happen. It does not show that package is loaded
System Information:
- RStudio Edition: Desktop
- RStudio Version: 1.2.1335
- OS Version: Windows10
- R Version: 3.6
Appreciate help