Re: [Rd] Feature request: mixing `...` (three dots) with other formal arguments in S4 methods

2014-12-01 Thread Michael Lawrence
On Thu, Nov 27, 2014 at 6:53 PM, Janko Thyson wrote: > Well, the benefit lies in the ability to pass along arguments via `...` to > more than one recipient that use *identical argument names* and/or when > these recipients are not necessarily located on the same calling stack > layer. > > I'm *no

Re: [Rd] Using FPP preprocessor for Fortran Code

2014-12-01 Thread Prof Brian Ripley
On 30/11/2014 06:46, Michael Hahsler wrote: Dear R Developers, For package seriation I use Fortran code. I recently got a request to add #if defined(__ICC) || defined(__INTEL_COMPILER) USE IFPORT #endif to the code since the Intel Fortran compiler otherwise has problems with rand(). How