Runnable R packages
I'm not sure whether GCC is in Rtools or not. I will check on Monday. However, that's not the main point. In Rtools, there's nothing like the following: R CMD Rpkg2exe -o my_r_application.exe my_r_package or R CMD Rpkg2exe -o my_r_application.exe my_r_package_0.1.0.tar.gz Which would convert an R package into an executable file. On Thu, Feb 7, 2019 at 9:38 PM Peter Meissner <retep.meissner at gmail.com> wrote:
Doesn't Rtools provide everything needed to build R packages and R on Windows - including gcc?