Skip to content

Prepare CRAN release #460

Prepare CRAN release

Prepare CRAN release #460

Triggered via pull request August 29, 2025 08:40
Status Failure
Total duration 10m 17s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
10m 14s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: tests/testthat/test-describe_posterior.R#L596
file=tests/testthat/test-describe_posterior.R,line=596,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 153 characters.
lint-changed-files / lint-changed-files: R/append_datagrid.R#L25
file=R/append_datagrid.R,line=25,col=9,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.