On 25.11.2019 00:45, Spencer Graves wrote:
I encountered this or a similar problem with
"https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd";.
I tried both "R CMD build Ecfun" and R CMD build Ecfun
--compact-vignettes". With both, "R CMD check
I encountered this or a similar problem with
"https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd";.
I tried both "R CMD build Ecfun" and R CMD build Ecfun
--compact-vignettes". With both, "R CMD check Ecfun_0.2-2.tar.gz"
included the following:
On 21 November 2019 at 16:43, Joris Meys wrote:
| The workflow as described in the manual :
|
https://cran.r-project.org/doc/manuals/R-exts.html#Checking-and-building-packages
|
| is as follows :
|
| R CMD build pkg --compact-vignettes
| R CMD check pkg_x.y.z.tar.gz --as-cran
|
| In a basic T
From: R-package-devel on behalf of R.
Mark Sharp
Sent: Thursday, November 21, 2019 5:08 PM
To: R Package Devel
Subject: [R-pkg-devel] compression of vignettes
I have been unsuccessful with all of the following attempts to have compression
of dynamically generated vignettes during
I have been unsuccessful with all of the following attempts to have compression
of dynamically generated vignettes during the build on travis-ci and within
RStudio. Help is appreciated.
I have tried the following travis-ci YAML to have vignettes compressed.
script:
- R -e 'r <- rcmdcheck::rcmd