Re: [Rd] R CMD check for the R code from vignettes

2014-06-04 Thread Duncan Murdoch
On 03/06/2014, 2:04 PM, Yihui Xie wrote: As I pointed out, \Sexpr{} is not the only potential problem. Besides, side effects are not necessarily evil in all cases. Since I have been described as "nitpicky", it is time for me to quit the discussion now In that case I'll also consider the issue

Re: [Rd] rgl pinch and zoom under Windows 8.1

2014-06-04 Thread Duncan Murdoch
On 03/06/2014, 2:02 PM, Dominick Samperi wrote: Under Windows 8.1 with a touch screen, the pinch gesture causes an rgl plot to expand (zoom in) instead of contract, the opposite of what I would expect. When using a map app, for example, the pinch gesture causes the map to contract (zoom out).

[Rd] Package keyval Error: noupquote undefined

2014-06-04 Thread Yihui Xie
Hi, Due to a change in Rd.sty a few days ago (https://github.com/wch/r-source/commit/620eb9a#diff-3bf3d821c6faae50cd6ec931f6f63296L272), the default installation of TeXLive 2009 or 2012 no longer works when building Rd to PDF. The error log is like this: === Converting Rd files to LaT

[Rd] Lapack / dgesvx function declaration

2014-06-04 Thread Kristian Buchardt
Hello there I'm writing some c-code to solve a numerically tough problem for me in R. Looking in Lapack.h, i find the following line F77_NAME(dgesvx)(const int* fact, const char* trans, const int* n, and I believe that "fact" should've been char instead of int, i.e. F77_NAME(dgesvx)(const ch