I am completely new to R programming, and when I tried to install a package called "UsingR", I received an error. I used the below code:
install.packages("UsingR")
And the output was:
unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/4.3:
cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/4.3/PACKAGES'
argument "pkgs" is missing, with no default
System Information:
- RStudio Edition: (Desktop )
- RStudio Version: 4.3.1
- OS Version: Windows11
- R Version: 4.3.1(2023-06)