Re: [R] help finding a starting point to diagnose inability to install or update packages

2021-04-25 Thread Larry Johnson
t.org Subject: Re: [R] help finding a starting point to diagnose inability to install or update packages If this happens again in the future, you might try the development version of pak: install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/";) pak::pak("

Re: [R] help finding a starting point to diagnose inability to install or update packages

2021-04-25 Thread Hadley Wickham
figure out how to fix that later. > > So thanks Duncan. > > > Larry Johnson > > Editor and Publisher > > Cobb County Courier > > 404-664-2034 > > http://cobbcountycourier.com > > ________ > From: Duncan Murdoch > Sent: Sund

Re: [R] help finding a starting point to diagnose inability to install or update packages

2021-04-25 Thread Larry Johnson
com From: Duncan Murdoch Sent: Sunday, April 25, 2021 12:41 PM To: Larry Johnson ; r-help@r-project.org Subject: Re: [R] help finding a starting point to diagnose inability to install or update packages On 25/04/2021 10:52 a.m., Larry Johnson wrote: > Hi. Short

Re: [R] help finding a starting point to diagnose inability to install or update packages

2021-04-25 Thread Jeff Newmiller
These are all contributed packages... don't file a bug report on R. Also, tidyverse is a rediculously sprawling meta-package that seems prone to faulty dependency data. If you have a oroblem getting the right version of broom then focus on solving that. One possibility is that your CRAN mirror

Re: [R] help finding a starting point to diagnose inability to install or update packages

2021-04-25 Thread Duncan Murdoch
On 25/04/2021 10:52 a.m., Larry Johnson wrote: Hi. Short version. tidyverse disappeared from my packages, and won't install. The initial failure stated I had an outdated broom package, but updates are failing too, not just on broom, but on all packages, and there is no meaningful error outpu

[R] help finding a starting point to diagnose inability to install or update packages

2021-04-25 Thread Larry Johnson
Hi. Short version. tidyverse disappeared from my packages, and won't install. The initial failure stated I had an outdated broom package, but updates are failing too, not just on broom, but on all packages, and there is no meaningful error output on the installation failures. I typically use