> If I select
> "packages > install packages" in the R console, I get a message, "no
> packages were specified". I thought this command gave me a list of packages
> available to install.
You are thinking of the command line function "installed.packages", not the
menu function or the package insta
Hi,
install.packages() will install packages you specify,
update.packages(ask = FALSE, checkBuilt = TRUE)
is a useful way to update all installed packages after a major R update.
Your specific error message is probably because the sorengard mirror is down:
https://cran.r-project.org/mirmon_rep
Hello,
I recently upgraded my version of R and find I need to reinstall packages
(unless there is some method to import my old profile and files). I have set
my repository to CRAN and set my CRAN mirror to US, NY. If I select
"packages > install packages" in the R console, I get a message, "no
pac
3 matches
Mail list logo