Re: [R-pkg-devel] unable to run 'make clean' in 'src'

2019-09-18 Thread Spencer Graves
Hi, Georgi et al.:   Thanks to Georgi, I changed my path.  That led me to a different error.  A search for the new error led me to: https://thecoatlessprofessor.com/programming/cpp/installing-rtools-for-compiled-code-via-rcpp/ That recommended: install.packages("installr") library("i

Re: [R-pkg-devel] unable to run 'make clean' in 'src'

2019-09-18 Thread Georgi Boshnakov
I don't know about Windows 10 but I think that the pointers to Rtools need to be to the bin subdirectory. Also, it is prudent to have these at the beginning of the search path, e.g. PATH=c:\Rtools\bin;c:\Rtools\mingw_64\bin;c:\ProgramF\R\R-3.6.0patched\bin; I am not sure if the entry for ming_w