Re: [R] C project within R function

2014-11-21 Thread Mark Sharp
Diogo, For a gentle introduction to package creation see Hadley Wickham's book in progress on the subject at http://r-pkgs.had.co.nz. This site is particularly accessible if you use RStudio, but is not dependent on its use. I use very simple packages that are not designed to be used by others t

Re: [R] C project within R function

2014-11-21 Thread Duncan Murdoch
On 21/11/2014, 3:02 PM, Diogo André Alagador wrote: > Hi all, > > > > I need some assistance regarding the use of C project (set of programming > files) as R functions in Windows OS. > > By now I really would like to avoid package-building. > > What are the steps to undergo or where can I ch