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

2017-11-11 Thread Georgi Boshnakov
It is more subtle than that. \Sexpr triggers the creation of "partial Rd database" which becomes part of the built package (the tar.gz file), although what exactly happens may also depend on 'stage' options of the \Sexpr's. > ... However when I do the "R CMD build" thing, when it comes to the

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

2017-11-11 Thread Rolf Turner
On 12/11/17 08:08, Georgi Boshnakov wrote: It is more subtle than that. \Sexpr triggers the creation of "partial Rd database" which becomes part of the built package (the tar.gz file), although what exactly happens may also depend on 'stage' options of the \Sexpr's. ... However when I do the

[R-pkg-devel] Compiling packages from source on Mac OS X that require "-f openmp" - A solution

2017-11-11 Thread Roy Mendelssohn - NOAA Federal
Hi All: I wasn't quite certain the appropriate list for this, but hopefully this will be found as needed. I know I have seen for several packages where building from source has failed on the Mac because of an error from using "-f openmp" in the compile options, because the clang on the Mac di