Re: [R-pkg-devel] Avoid reprocessing Rmd vignette

2018-03-19 Thread Dirk Eddelbuettel
On 18 March 2018 at 21:57, Tim Keitt wrote: | That's a great idea, however my problem is with building a vignette, not | running tests, unless they are linked in some way I'm not understanding. Similar idea applies: condition, just as Inaki and Thierry suggested. An example for a conditional

[R-pkg-devel] Very large packages in Additional_repositories

2018-03-19 Thread Hugh Parsonage
Dear list, I'm considering submitting a package to CRAN. The package would be a 'foyer' or API to a much larger package (>1GB tarball) containing geographical data that the 'foyer' package would use to perform tasks like geocoding. The foyer package would be usable, though quite limited, as a

Re: [R-pkg-devel] Very large packages in Additional_repositories

2018-03-19 Thread Brian G. Peterson
Why not add an install function to foyer that would get the large data package? Have examples and vignette use a small test data set, so only end users would actually install the large data set. Regards, Brian --Brian G. Peterson ph: 773-459-4973im: bgpbraverockSent from my mobile, please

Re: [R-pkg-devel] Avoid reprocessing Rmd vignette

2018-03-19 Thread Tim Keitt
http://www.keittlab.org/ On Mon, Mar 19, 2018 at 2:18 AM, Iñaki Úcar wrote: > 2018-03-19 3:57 GMT+01:00 Tim Keitt : > > http://www.keittlab.org/ > > > > On Sun, Mar 18, 2018 at 8:14 PM, Dirk Eddelbuettel > wrote: > > > >> > >> Tim, > >> >

Re: [R-pkg-devel] Avoid reprocessing Rmd vignette

2018-03-19 Thread Tim Keitt
http://www.keittlab.org/ On Mon, Mar 19, 2018 at 3:29 AM, Thierry Onkelinx wrote: > You can make things even a bit easier by setting "eval=myeval" and set > "myeval <- FALSE" at the top of the vignette. In case you want to update > the figures, you only have to set

Re: [R-pkg-devel] Avoid reprocessing Rmd vignette

2018-03-19 Thread Tim Keitt
http://www.keittlab.org/ On Mon, Mar 19, 2018 at 6:41 AM, Dirk Eddelbuettel wrote: > > On 18 March 2018 at 21:57, Tim Keitt wrote: > | That's a great idea, however my problem is with building a vignette, not > | running tests, unless they are linked in some way I'm not

Re: [R-pkg-devel] Avoid reprocessing Rmd vignette

2018-03-19 Thread Thierry Onkelinx
You can make things even a bit easier by setting "eval=myeval" and set "myeval <- FALSE" at the top of the vignette. In case you want to update the figures, you only have to set "myeval <- TRUE" and run the vignette. ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government

Re: [R-pkg-devel] Avoid reprocessing Rmd vignette

2018-03-19 Thread Iñaki Úcar
2018-03-19 3:57 GMT+01:00 Tim Keitt : > http://www.keittlab.org/ > > On Sun, Mar 18, 2018 at 8:14 PM, Dirk Eddelbuettel wrote: > >> >> Tim, >> >> On 18 March 2018 at 18:58, Tim Keitt wrote: >> | I have an Rmd vignette that runs some benchmarks. It takes long