Skip to content
Prev 2465 / 12125 Next

[R-pkg-devel] vignette with third party software

2018-02-26 16:16 GMT+01:00 I?aki ?car <i.ucar86 at gmail.com>:
Let me add a couple more comments about this. In case you can include
the data file, this has the benefit that you can use it in your tests
too (I've seen that you simply skip_on_cran and skip_on_travis). Also,
I've seen that you write files in one vignette. Note that you should
use the tempdir() for that.
I?aki