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 failures on R-devel #2527

Closed
jimhester opened this issue Mar 20, 2024 · 1 comment · Fixed by #2528
Closed

CRAN failures on R-devel #2527

jimhester opened this issue Mar 20, 2024 · 1 comment · Fixed by #2528
Milestone

Comments

@jimhester
Copy link
Member

 ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test-get_source_expressions.R:97:5'): Multi-byte character truncated by parser is ignored ──
    error$message (`actual`) not identical to "unexpected input" (`expected`).
    
    `actual`:   "unexpected invalid token"
    `expected`: "unexpected input"        
    Backtrace:
        ▆
     1. └─lintr (local) with_content_to_parse(...) at test-get_source_expressions.R:96:3
     2.   └─base::eval(substitute(code), envir = content_env) at test-get_source_expressions.R:12:3
     3.     └─base::eval(substitute(code), envir = content_env)
     4.       └─testthat::expect_identical(error$message, "unexpected input") at test-get_source_expressions.R:97:5
    
    [ FAIL 1 | WARN 0 | SKIP 1 | PASS 5154 ]

check results

Please correct before 2024-04-01 to safely retain your package on CRAN.

@MichaelChirico
Copy link
Collaborator

Current plan is to submit this fix, the maintainer change, and all the false positive/negative fixes in current dev as 3.1.2, here's the ongoing patch branch compared to v3.1.1:

https://github.com/r-lib/lintr/compare/v3.1.1...patch-3.1.2?expand=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants