Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updated to Mac OS Big Sur and getting "Warning: Expected min height of view" errors in R

I updated to Mac OS Big Sur last night and every time I open R or plot anything in R I get the warning:

2020-11-16 12:07:49.015 R[2217:9583] Warning: Expected min height of view: (<NSPopoverTouchBarItemButton: 0x7faf465ba2b0>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.

Any ideas? So far it hasn't prevented me from doing anything just pops up occasionally as I'm working. Let me know if there is more information I can provide. I've not had to post about non-code related questions here before.

Running newest version of R, but happened on 4.0.2 as well.

like image 972
KTrooper Avatar asked Nov 16 '20 17:11

KTrooper


1 Answers

Here is a step-by-step process to fix it:

  • Updating brew by running these on your terminal brew update and brew upgrade

  • Updating to the newer command line tools (CLT) sudo rm -rf /Library/Developer/CommandLineTools and sudo xcode-select --install

  • Uninstalling macvim brew uninstall macvim

  • Reinstalling macvim brew install macvim

For more information, check out this link: https://github.com/macvim-dev/macvim/issues/1114

like image 144
Sk Saqlain Ali Avatar answered Nov 15 '22 05:11

Sk Saqlain Ali