Skip to content

Rtools for writing packages

2 messages · Adam Clark, Duncan Murdoch

#
On 13-11-03 2:40 PM, Adam Clark wrote:
Windows users require Rtools to develop packages containing C code, but 
not to run them, as long as someone is producing a "binary" package for 
them.  If you send your package to CRAN that will happen automatically. 
  If you don't, you'll need to find some other way to produce the 
binaries (e.g. WinBuilder).

Mac users are similar, but don't use Rtools, they use a different 
collection of tools.

So you should be fine:  if you write portable C and send your package to 
CRAN, you don't need to worry.

Duncan Murdoch