Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN package checks are currently failing #188

Closed
brews opened this issue Feb 19, 2022 · 1 comment · Fixed by #191
Closed

CRAN package checks are currently failing #188

brews opened this issue Feb 19, 2022 · 1 comment · Fixed by #191
Assignees
Labels
bug Something isn't working
Milestone

Comments

@brews
Copy link
Member

brews commented Feb 19, 2022

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

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.

@brews brews added the bug Something isn't working label Feb 19, 2022
@brews brews self-assigned this Feb 19, 2022
@brews brews modified the milestones: v0.7.0, v0.6.1 Feb 19, 2022
@brews
Copy link
Member Author

brews commented Feb 19, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant