Hello,
I've spent most of my day figuring out this error, and thought to share my experience, and perhaps to suggest the developers to add a more informative error message.
Here's what happened: I updated my BiocManager, and immediately after the ldsc function stopped working. I got a vroom error, message:
Error: The size of the connection buffer (131072) was not large enough
to fit a complete line:
* Increase it by setting `Sys.setenv("VROOM_CONNECTION_SIZE")`
Because I just updated BiocManager and there are known conflicts between vroom and that package, I obviously thought that the issue was in package conflicts. After a lot of trial and error, I found out that somehow one of the munged input files had become corrupted and had become unreadable. Nothing wrong with vroom or Biocmanager. I was completely put off track by the error message. If it's not too much work, perhaps the coming update from Genomic SEM could incorporate some read checks and corresponding error messages?