Re: [Rd] package: 'inline' to inline C or C++ code in R functions

2007-05-23 Thread Duncan Murdoch
On 5/23/2007 11:52 AM, Oleg Sklyar wrote: Dear all, following the earlier discussion, I've made a couple of changes to 'inline' (http://www.ebi.ac.uk/~osklyar/inline). As announced before the idea of the package is to enable inlining C or C++ code in R functions using only R sources. The changes

[Rd] package: 'inline' to inline C or C++ code in R functions

2007-05-23 Thread Oleg Sklyar
Dear all, following the earlier discussion, I've made a couple of changes to 'inline' (http://www.ebi.ac.uk/~osklyar/inline). As announced before the idea of the package is to enable inlining C or C++ code in R functions using only R sources. The changes include: - it is possible to select betwee