You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have several tails failing in CRAN's package checks for R-devel.
One log, for example:
using R Under development (unstable) (2022-02-16 r81750)
using platform: x86_64-pc-linux-gnu (64-bit)
using session charset: ISO8859-15
checking for file 'burnr/DESCRIPTION' ... OK
this is package 'burnr' version '0.6.0'
package encoding: UTF-8
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 executable files ... OK
checking for hidden files and directories ... OK
checking for portable file names ... OK
checking for sufficient/correct file permissions ... OK
checking serialization versions ... OK
checking whether package 'burnr' can be installed ... 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
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 ... [13s/19s] OK
checking Rd files ... [1s/1s] 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 contents of 'data' directory ... OK
checking data for non-ASCII characters ... OK
checking LazyData ... OK
checking data for ASCII and uncompressed saves ... OK
checking R/sysdata.rda ... OK
checking installed files from 'inst/doc' ... OK
checking files in 'vignettes' ... OK
checking examples ... [12s/14s] OK
checking for unstated dependencies in 'tests' ... OK
checking tests ... [14s/18s] ERROR
Running 'testthat.R' [14s/18s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(burnr)
>
> test_check("burnr")
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 109 ]
== Failed tests ================================================================
-- Failure (test-intervals.R:37:3): The intervals object prints ----------------
nchar(prnt_int) not equal to 771.
1/1 mismatches
[1] 793 - 771 == 22
[ FAIL 1 | WARN 3 | SKIP 0 | PASS 109 ]
Error: Test failures
Execution halted
checking for unstated dependencies in vignettes ... OK
checking package vignettes in 'inst/doc' ... OK
checking re-building of vignette outputs ... [13s/19s] OK
checking PDF version of manual ... OK
checking for non-standard things in the check directory ... OK
DONE
Status: 1 ERROR
We have several tails failing in CRAN's package checks for R-devel.
One log, for example:
See https://cran.rstudio.com/web/checks/check_results_burnr.html
This needs to be patched before 2022-03-02 or the package will be removed from CRAN.
The text was updated successfully, but these errors were encountered: