Re: [R-pkg-devel] registering native routines

2018-04-11 Thread Henric Winell
, but the Rtools installer defaults to 32-bit versions. The issue was brought up on the R-devel list about a year ago: https://stat.ethz.ch/pipermail/r-devel/2017-February/073785.html Henric Winell Cheers, Rampal On 10-Apr-18 14:17, Thomas Petzoldt wrote: Hi, I assume you followed

Re: [R-pkg-devel] Warnings if Carriage Returns in Code Elements of R Documentation

2018-03-09 Thread Henric Winell
, as happens by default. The style of the documentation which I wrote is: See WRE. First, get of \cr. Second, replacing \code{} with \preformatted{} and your manual formatting will be preserved. Henric Winell \section{Constructor}{ \describe{ \item{}{ \code{DataClass(param

Re: [R-pkg-devel] building binary gives error when trying to load

2016-11-01 Thread Henric Winell
ow to solve this? Before I updated to the newest Rdevel, everything worked fine. This has been fixed as of revision 71616. Many thanks for looking into and fixing this issue. Henric Winell Duncan Murdoch __ R-package-devel@

Re: [R-pkg-devel] Note and warning about subdirectory sizes

2016-10-03 Thread Henric Winell
seems to me that you can use devtools::check() and pass on the compacting command through the 'build_args' argument. Henric Winell I also ran: build(compact-vignettes("gs+qpdf")) which gave me the error: Error in inherits(x, "package") : object 'compa

[R-pkg-devel] No reference output from knitr vignettes

2016-03-19 Thread Henric Winell
s and VignetteBuilder fields. I also added %\VignetteEngine(knitr::knitr) to the LaTeX preamble in .Rnw. The vignettes are built OK. Am I doing something wrong here? Henric Winell __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/ma