If cat(strsplit(Sys.getenv(“PATH”), “;”)[[1]], sep = “\n”)
shows anything pertaining to mingw_32 (which appears likely), then you need to remove it from your PATH using something like
1 Like
If cat(strsplit(Sys.getenv(“PATH”), “;”)[[1]], sep = “\n”)
shows anything pertaining to mingw_32 (which appears likely), then you need to remove it from your PATH using something like