Skip to content
Prev 1817 / 12125 Next

[R-pkg-devel] CRAN upload and prechecking confusion

On Thu, 2017-08-24 at 02:59 -0500, Brian G. Peterson wrote:
Thank you for that hint. I run on https://builder.r-hub.io and as on my
own arch systems, there appears to be NO issue with the package using
debian:
2591#> About to run xvfb-run R CMD check multipanelfigure_0.10.2.tar.gz
2592#> * using log directory ?/home/docker/multipanelfigure.Rcheck?
2593#> * using R Under development (unstable) (2017-08-19 r73108)
2594#> * using platform: x86_64-pc-linux-gnu (64-bit)
2595#> * using session charset: UTF-8
2596#> * checking for file ?multipanelfigure/DESCRIPTION? ... OK
2597#> * checking extension type ... Package
2598#> * this is package ?multipanelfigure? version ?0.10.2?
2599#> * checking package namespace information ... OK
2600#> * checking package dependencies ... OK
2601#> * checking if this is a source package ... OK
2602#> * checking if there is a namespace ... OK
2603#> * checking for executable files ... OK
2604#> * checking for hidden files and directories ... OK
2605#> * checking for portable file names ... OK
2606#> * checking for sufficient/correct file permissions ... OK
2607#> * checking whether package ?multipanelfigure? can be installed
... OK
2608#> * checking installed package size ... OK
2609#> * checking package directory ... OK
2610#> * checking ?build? directory ... OK
2611#> * checking DESCRIPTION meta-information ... OK
2612#> * checking top-level files ... OK
2613#> * checking for left-over files ... OK
2614#> * checking index information ... OK
2615#> * checking package subdirectories ... OK
2616#> * checking R files for non-ASCII characters ... OK
2617#> * checking R files for syntax errors ... OK
2618#> * checking whether the package can be loaded ... OK
2619#> * checking whether the package can be loaded with stated
dependencies ... OK
2620#> * checking whether the package can be unloaded cleanly ... OK
2621#> * checking whether the namespace can be loaded with stated
dependencies ... OK
2622#> * checking whether the namespace can be unloaded cleanly ... OK
2623#> * checking loading without being on the library search path ...
OK
2624#> * checking dependencies in R code ... OK
2625#> * checking S3 generic/method consistency ... OK
2626#> * checking replacement functions ... OK
2627#> * checking foreign function calls ... OK
2628#> * checking R code for possible problems ... OK
2629#> * checking Rd files ... OK
2630#> * checking Rd metadata ... OK
2631#> * checking Rd cross-references ... OK
2632#> * checking for missing documentation entries ... OK
2633#> * checking for code/documentation mismatches ... OK
2634#> * checking Rd \usage sections ... OK
2635#> * checking Rd contents ... OK
2636#> * checking for unstated dependencies in examples ... OK
2637#> * checking contents of ?data? directory ... OK
2638#> * checking data for non-ASCII characters ... OK
2639#> * checking data for ASCII and uncompressed saves ... OK
2640#> * checking installed files from ?inst/doc? ... OK
2641#> * checking files in ?vignettes? ... OK
2642#> * checking examples ... OK
2643#> * checking for unstated dependencies in vignettes ... OK
2644#> * checking package vignettes in ?inst/doc? ... OK
2645#> * checking running R code from vignettes ...
2646#> ?panel-positioning.Rmd? ... OK
2647#> ?scaling-clipping-images.Rmd? ... OK
2648#> NONE
2649#> * checking re-building of vignette outputs ... OK
2650#> * checking PDF version of manual ... OK
2651#> * DONE
2652#> Status: OK

Am rerunning on windows now ...

Sincerely, Joh