Mac OS 10.15.6 update, rstan symbol missing

I did the MacOS 10.15.6 combo update this morning and now in R when I do the library for “rstan” I get this message.

I tried to download and compile from source but get the same message.

dlopen(/Library/Frameworks/R.framework/Versions/4.0/Resources/library/V8/libs/V8.so, 6): Symbol not found: __ZN2v82V810InitializeEv
Referenced from: /Library/Frameworks/R.framework/Versions/4.0/Resources/library/V8/libs/V8.so
Expected in: /usr/local/opt/v8/libexec/libv8.dylib
in /Library/Frameworks/R.framework/Versions/4.0/Resources/library/V8/libs/V8.so

Maybe try reinstalling the V8 R package? I would first try binary then source.

It worked. Thank you.