Skip to content

Create minimal R package #2

Create minimal R package

Create minimal R package #2

Triggered via pull request August 28, 2024 17:24
Status Failure
Total duration 1m 40s
Billable time 2m
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 31.
lint: R/bundles.R#L10
file=R/bundles.R,line=10,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 96 characters.
lint: R/bundles.R#L14
file=R/bundles.R,line=14,col=47,[infix_spaces_linter] Put spaces around all infix operators.
lint: R/bundles.R#L21
file=R/bundles.R,line=21,col=68,[infix_spaces_linter] Put spaces around all infix operators.
lint: R/bundles.R#L32
file=R/bundles.R,line=32,col=53,[object_usage_linter] no visible binding for global variable 'concept_name'
lint: R/bundles.R#L32
file=R/bundles.R,line=32,col=53,[object_usage_linter] no visible binding for global variable 'concept_name'
lint: R/bundles.R#L42
file=R/bundles.R,line=42,col=42,[brace_linter] There should be a space before an opening curly brace.
lint: R/bundles.R#L42
file=R/bundles.R,line=42,col=42,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
lint: tests/testthat/test-bundles.R#L6
file=tests/testthat/test-bundles.R,line=6,col=44,[commas_linter] Commas should always have a space after.
lint: tests/testthat/test-bundles.R#L11
file=tests/testthat/test-bundles.R,line=11,col=46,[commas_linter] Commas should always have a space after.
lint: tests/testthat/test-bundles.R#L15
file=tests/testthat/test-bundles.R,line=15,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 84 characters.