[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
where this issue occurs?

Daniel

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


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 them.

Georgi

-Original Message-
From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf 
Of Daniel Marcelino
Sent: 08 June 2016 13:15
To: R-list Package Devel
Subject: [R-pkg-devel] Problem with \Sexpr{} expressions

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 where this issue 
occurs?

Daniel

__
R-package-devel@r-project.org mailing list 
https://stat.ethz.ch/mailman/listinfo/r-package-devel

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel