Everytime I start or restart RStudio, I seem to have an error when it looks at the list of packages.
This text will be hidden
Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, :
arguments imply differing number of rows: 263, 262
This error shows up practically everytime I try install a package or look at the list of packages in the Rstudio "packages" frame. The only time I've been able to get rid of it is when I start with a fresh user library. This makes me suspect that there is some package that isn't being registered appropriately. I'm not even sure how to debug this.
I was able to get a traceback on the error. And it looks like one of the packages that I have installed is missing a "Title" element. I'm not really sure how to adjudicate which!