issue loading tidyverse

library(tidyverse)
#> Warning: package 'tidyverse' was built under R version 3.5.3
#> Error: package or namespace load failed for 'tidyverse' in rbind(info, getNamespaceInfo(env, "S3methods")):
#> number of columns of matrices must match (see arg 2)

Hi Grober, I'm not totally confident as to what tends to cause this error (I see it reported with install.packages on the r-help maillist, stack overflow and stan forums), but generally the most successful advice has been to remove and reinstall this package.

For example

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.