Re: [R] internet routines cannot be loaded, R 3.5.0

2018-06-08 Thread S Ellison
> 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

Re: [R] internet routines cannot be loaded, R 3.5.0

2018-06-06 Thread Sarah Goslee
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

[R] internet routines cannot be loaded, R 3.5.0

2018-06-06 Thread LMH
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