Skip to content

Fix reg()

Fix reg() #19

Triggered via pull request March 1, 2024 13:22
Status Failure
Total duration 3m 10s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
lint
Process completed with exit code 31.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: tests/testthat/test-reg.R#L3
file=tests/testthat/test-reg.R,line=3,col=3,[object_usage_linter] local variable 'K' assigned but may not be used
lint: tests/testthat/test-reg.R#L4
file=tests/testthat/test-reg.R,line=4,col=3,[object_usage_linter] local variable 'N' assigned but may not be used
lint: tests/testthat/test-reg.R#L23
file=tests/testthat/test-reg.R,line=23,col=5,[expect_identical_linter] Use expect_identical(x, y) by default; resort to expect_equal() only when needed, e.g. when setting ignore_attr= or tolerance=.