cosmoscalibur / venn.compute

Compute Venn diagram element intersections
Other
0 stars 0 forks source link

Vignettes rebuild fail in win-builder #1

Closed cosmoscalibur closed 4 years ago

cosmoscalibur commented 4 years ago

During rebuild in win-builder, vignettes fail because directory structure apparently is not copied or VennDiagram is not installed.

* using log directory 'd:/RCompile/CRANguest/R-release/venn.compute.Rcheck'
* using R version 4.0.0 (2020-04-24)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'venn.compute/DESCRIPTION' ... OK
* this is package 'venn.compute' version '1.1.0'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Edward Villegas-Pulgarin <cosmoscalibur@gmail.com>'

New submission
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking serialization versions ... OK
* checking whether package 'venn.compute' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
** checking use of S3 registration ... OK
* loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
** checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [4s] OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... [1s] OK
** running examples for arch 'x64' ... [1s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking re-building of vignette outputs ... [3s] WARNING
Error(s) in re-building vignettes:
--- re-building 'compute.Rmd' using rmarkdown
Quitting from lines 69-70 (compute.Rmd) 
Error: processing vignette 'compute.Rmd' failed with diagnostics:
Cannot find the file(s): "../tests/output/primes_even_fibo.png"
--- failed re-building 'compute.Rmd'

--- re-building 'install.Rmd' using rmarkdown
--- finished re-building 'install.Rmd'

SUMMARY: processing the following file failed:
  'compute.Rmd'

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* checking for detritus in the temp directory ... OK
* DONE
Status: 1 WARNING, 1 NOTE
cosmoscalibur commented 4 years ago

High priority because is requiered to pass this check in order to publish in CRAN.

cosmoscalibur commented 4 years ago

Error is associated to windows machine for validation in vignettes. For some reason, vignettes is generated correctly but an error is flagged here with the image path (but is correctly added to html). Solution is remove the image in vignettes, otherwise not publish in CRAN.