[R-pkg-devel] Problem with \Sexpr{} expressions

2016-06-08 Thread Daniel Marcelino
Hi, I'm receiving the following note from CRAN check. Package has help file(s) containing install/render-stage \Sexpr{} expressions but no prebuilt PDF manual. I went through all files having the expression, but couldn't find where the offending part is. Is there any way I could try to pin-down w

Re: [R-pkg-devel] Problem with \Sexpr{} expressions

2016-06-08 Thread Georgi Boshnakov
Hi, Check the source directory of your package. It may contain files created during installation that should not be included in the tar.gz package source. If so, just delete the offending files before building the tar.gz source or use file .Rbuildignore to instruct the builder not to include