pure R code package for Windows
On 4/28/2007 7:50 AM, Petr Savicky wrote:
Dear R developers, I am using R under Linux, but I would like to share an extension package with some Windows users. The package contains only data and .R scripts. There is no src directory. So, I think I do not need a Windows machine with C compiler, "make", "sh" and "perl". If I am wrong, please tell me.
Yes, you need the R tools and Perl. See the R Admin manual; it describes the necessary tools in the "Windows Toolset" appendix. Duncan Murdoch