You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2021. It is now read-only.
I was getting an issue when I was trying to directly install BreakoutDetection in RStudio. It was prompting me to install RBuildTools which I already had. Seems like there is a hard-coded path reference to "c:/Rtools/mingw_64/bin/g++" . If you copy the RBuildTools (currently in C:\RBuildTools for me), the library compiles fine. I couldn't find which makefile was making that reference call.