Re: [R-pkg-devel] Package building - compiling multiple dll files from within src directory

2017-05-05 Thread Duncan Murdoch
On 05/05/2017 2:09 PM, Mark wrote: Hi Uwe, Thank you, I have a series of cc files that use similar function names, so to avoid overriding functions, I thought to compile and load each of the cc files separately. In more detail, I have a series of models for the use in deSolve, they all have

Re: [R-pkg-devel] Package building - compiling multiple dll files from within src directory

2017-05-05 Thread Mark
Hi Uwe, Thank you, I have a series of cc files that use similar function names, so to avoid overriding functions, I thought to compile and load each of the cc files separately. In more detail, I have a series of models for the use in deSolve, they all have the same initmod and derivs internal

Re: [R-pkg-devel] Latex got me

2017-05-05 Thread Duncan Murdoch
On 05/05/2017 5:47 AM, Jim Lemon wrote: Hi, In adding a contributed function to the plotrix package, I keep getting a latex error: * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! File ended while

[R-pkg-devel] Latex got me

2017-05-05 Thread Jim Lemon
Hi, In adding a contributed function to the plotrix package, I keep getting a latex error: * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! File ended while scanning use of \HeaderA.

Re: [R-pkg-devel] Package building - compiling multiple dll files from within src directory

2017-05-05 Thread Uwe Ligges
Why do you want to build separate dll files if you want to load all of them anyway? That way you add some overhead, at least. From Writing R Extensions: "A few packages use the src directory for purposes other than making a shared object (e.g. to create executables). Such packages should