Skip to content

Merge branch 'issue-107' into develop #122

Merge branch 'issue-107' into develop

Merge branch 'issue-107' into develop #122

Triggered via push March 13, 2024 16:18
Status Success
Total duration 1m 30s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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: R/binomial.R#L24
file=R/binomial.R,line=24,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 91 characters.
lint: R/prepEta.R#L2
file=R/prepEta.R,line=2,col=10,[undesirable_function_linter] Function "structure" is undesirable. As an alternative, Use class<-, names<-, and attr<- to set attributes.
lint: R/probdist-class.R#L25
file=R/probdist-class.R,line=25,col=11,[undesirable_operator_linter] Operator `<<-` is undesirable. It assigns outside the current environment in a way that can be hard to reason about. Prefer fully-encapsulated functions wherever possible, or, if necessary, assign to a specific environment with assign(). Recall that you can create an environment at the desired scope with new.env().
lint: R/probdist-class.R#L29
file=R/probdist-class.R,line=29,col=12,[undesirable_operator_linter] Operator `<<-` is undesirable. It assigns outside the current environment in a way that can be hard to reason about. Prefer fully-encapsulated functions wherever possible, or, if necessary, assign to a specific environment with assign(). Recall that you can create an environment at the desired scope with new.env().
lint: R/probdist-class.R#L38
file=R/probdist-class.R,line=38,col=17,[undesirable_operator_linter] Operator `<<-` is undesirable. It assigns outside the current environment in a way that can be hard to reason about. Prefer fully-encapsulated functions wherever possible, or, if necessary, assign to a specific environment with assign(). Recall that you can create an environment at the desired scope with new.env().
lint: R/probdist-class.R#L40
file=R/probdist-class.R,line=40,col=13,[undesirable_operator_linter] Operator `<<-` is undesirable. It assigns outside the current environment in a way that can be hard to reason about. Prefer fully-encapsulated functions wherever possible, or, if necessary, assign to a specific environment with assign(). Recall that you can create an environment at the desired scope with new.env().
lint: R/probdist-class.R#L43
file=R/probdist-class.R,line=43,col=17,[undesirable_operator_linter] Operator `<<-` is undesirable. It assigns outside the current environment in a way that can be hard to reason about. Prefer fully-encapsulated functions wherever possible, or, if necessary, assign to a specific environment with assign(). Recall that you can create an environment at the desired scope with new.env().
lint: R/rtrunc_direct.R#L5
file=R/rtrunc_direct.R,line=5,col=3,[todo_comment_linter] TODO comments should be removed.
lint: R/rtrunc_direct.R#L5
file=R/rtrunc_direct.R,line=5,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 95 characters.
lint: R/rtrunc_direct.R#L163
file=R/rtrunc_direct.R,line=163,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 87 characters.