Re: [R-pkg-devel] checking for detritus finds unfamiliar files

2019-11-10 Thread Uwe Ligges
On 10.11.2019 11:31, Pere Millan Martinez wrote: Hello, I'm trying to submit a first version of the brinton package but the CRAN-pretest on Debian produces the following NOTE: Check: for detritus in the temp directory, Result: NOTE Found the following files/directories: ‘calibre_4.

Re: [R-pkg-devel] Install Package from GitHub in Vignette

2019-11-10 Thread Ben Bolker
I don't know the particular answer to your question, but perhaps an alternative way to go about this is to wrap the code in your vignette that depends on this package in an if (requireNamespace("gt")) {} clause (and perhaps supply pre-compiled versions of the vignette in the doc/ directory)? (An

[R-pkg-devel] checking for detritus finds unfamiliar files

2019-11-10 Thread Pere Millan Martinez
Hello, I'm trying to submit a first version of the brinton package but the CRAN-pretest on Debian produces the following NOTE: Check: for detritus in the temp directory, Result: NOTE Found the following files/directories: ‘calibre_4.2.0_tmp_BPGKxL’ ‘calibre_4.2.0_tmp_D8BXMj’ ‘calibr

[R-pkg-devel] Install Package from GitHub in Vignette

2019-11-10 Thread Daniel Sjoberg
There is a package only available on GitHub that prints beautiful tables. I list this package in the `Enhances:` section of my package's DESCRIPTION file. I would like to show the use of this enhancement in a vignette. I use the code below in a vignette to install the package to a temporary folde