Re: [R-pkg-devel] .bib file in vignette not found during R CMD check

2017-03-01 Thread Duncan Murdoch
On 01/03/2017 2:17 AM, Henrik Bengtsson wrote: On Tue, Feb 28, 2017 at 2:47 PM, Duncan Murdoch wrote: On 28/02/2017 5:17 PM, Patrick Schratz wrote: Thanks Duncan, that was the problem! Although the Rbuildignore entry pointed to the main dir No, it contains

Re: [R-pkg-devel] .bib file in vignette not found during R CMD check

2017-02-28 Thread Henrik Bengtsson
On Tue, Feb 28, 2017 at 2:47 PM, Duncan Murdoch wrote: > On 28/02/2017 5:17 PM, Patrick Schratz wrote: >> >> Thanks Duncan, that was the problem! Although the Rbuildignore entry >> pointed to the main dir > > > No, it contains patterns, not paths, and is matched

Re: [R-pkg-devel] .bib file in vignette not found during R CMD check

2017-02-28 Thread Duncan Murdoch
On 28/02/2017 5:17 PM, Patrick Schratz wrote: Thanks Duncan, that was the problem! Although the Rbuildignore entry pointed to the main dir No, it contains patterns, not paths, and is matched "case-insensitively against the file and directory names relative to the top-level package source

Re: [R-pkg-devel] .bib file in vignette not found during R CMD check

2017-02-28 Thread Hadley Wickham
I wonder if it would be useful for R CMD build to list the files it ignores? A misspecified .Rbuildignore seems to be reasonable for a high proportion of weird errors where you have no idea what's going wrong. Hadley On Tue, Feb 28, 2017 at 11:57 AM, Duncan Murdoch

Re: [R-pkg-devel] .bib file in vignette not found during R CMD check

2017-02-28 Thread Duncan Murdoch
On 28/02/2017 10:44 AM, Patrick Schratz wrote: When building the vignette using R CMD Build or `devtools::build_vignette()` everything works fine. However, during R CMD check I get the following ** checking running R code from vignettes ...* * ‘sperrorest-vignette.Rmd’ using ‘UTF-8’ ... OK*

[R-pkg-devel] .bib file in vignette not found during R CMD check

2017-02-28 Thread Patrick Schratz
When building the vignette using R CMD Build or `devtools::build_vignette()` everything works fine. However, during R CMD check I get the following ** checking running R code from vignettes ...* * ‘sperrorest-vignette.Rmd’ using ‘UTF-8’ ... OK* * NONE* ** checking re-building of vignette