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 has been 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.
I am on windows 10 x64.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
I am on windows 10 x64.
The text was updated successfully, but these errors were encountered: