I just installed RStudio, and when I launch it I get the following error.
R version 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Error in if (totalCols == 0) return(NULL) : argument is of length zero
>
I have tried searching this error but nothing turns up. The error, so far, does not seem to get in the way of anything, but it still bothers me. The only packages on startup are the default ones: base, datasets, graphics, grDevices, methods, stats, and utils.
I am running RStudio on Microsoft Windows 10 Pro.
Does anyone have any ideas?
Thanks in advance.