Re: [R-pkg-devel] Macros in Rd files --- supplementary question ...

2017-11-09 Thread Rolf Turner
On 10/11/17 13:10, François Michonneau wrote: A github search might be helpful to identify packages that define macros in their Rd files: https://github.com/search?utf8=%E2%9C%93=user%3Acran+extension%3Ard+newcommand=Code Thanks. Looking into it. cheers, Rolf -- Technical Editor ANZJS

Re: [R-pkg-devel] Macros in Rd files --- supplementary question ...

2017-11-09 Thread François Michonneau
A github search might be helpful to identify packages that define macros in their Rd files: https://github.com/search?utf8=%E2%9C%93=user%3Acran+extension%3Ard+newcommand=Code On Thu, Nov 9, 2017 at 6:35 PM, Rolf Turner wrote: > > On 10/11/17 12:00, Duncan Murdoch

Re: [R-pkg-devel] Macros in Rd files --- supplementary question ...

2017-11-09 Thread Rolf Turner
On 10/11/17 12:00, Duncan Murdoch wrote: [Rolf Turner wrote:] ... when I do the "R CMD build" thing, when it comes to the "* building the PDF package manual" step it says "Hmm ... looks like a package" (no shit, Sherlock!) and emits a huge amount of verbose LaTeX diagnostics. "Normally"

Re: [R-pkg-devel] Macros in Rd files.

2017-11-09 Thread Duncan Murdoch
On 09/11/2017 3:05 PM, Rolf Turner wrote: On 09/11/17 23:40, Duncan Murdoch wrote: On 09/11/2017 5:06 AM, Uwe Ligges wrote: Note the % may be a comment? Yes, and the body should be written in Rd markup, not R.  Working out the appropriate number of escapes is painful; I recommend trial and

Re: [R-pkg-devel] Macros in Rd files --- supplementary question ...

2017-11-09 Thread Duncan Murdoch
On 09/11/2017 3:29 PM, Rolf Turner wrote: ... Mr. Speaker. On 09/11/17 23:40, Duncan Murdoch wrote: On 09/11/2017 5:06 AM, Uwe Ligges wrote: Note the % may be a comment? Yes, and the body should be written in Rd markup, not R.  Working out the appropriate number of escapes is painful; I

Re: [R-pkg-devel] Macros in Rd files.

2017-11-09 Thread Rolf Turner
On 09/11/17 23:40, Duncan Murdoch wrote: On 09/11/2017 5:06 AM, Uwe Ligges wrote: Note the % may be a comment? Yes, and the body should be written in Rd markup, not R.  Working out the appropriate number of escapes is painful; I recommend trial and error. This worked for me:  

[R-pkg-devel] R CMD INSTALL crashes with recent builds of r-devel

2017-11-09 Thread Chris Brien
Dear list members, I have three packages on CRAN (asremlPlus, dae and imageData). The current versions of all three packages can be built and installed using build of 2017-06-27 r72859 development snapshot of R. I am doing this on a 64-bit laptop and a 64-bit desktop, both running Windows 10.

Re: [R-pkg-devel] issues with SOfun - package upload

2017-11-09 Thread Dason Kurkiewicz
Did you write it from scratch or modify the function from the package you were referencing? There may be some licensing issues you need to consider either way. -Dason On Thu, Nov 9, 2017 at 3:53 AM, LUCA BELMONTE wrote: > Dear Brian, > Dear Uwe, > > Thank you for your

Re: [R-pkg-devel] Macros in Rd files.

2017-11-09 Thread Duncan Murdoch
On 09/11/2017 5:06 AM, Uwe Ligges wrote: Note the % may be a comment? Yes, and the body should be written in Rd markup, not R. Working out the appropriate number of escapes is painful; I recommend trial and error. This worked for me: