Skip to content

Improving the efficiency of the Gaussian and (Gaussian) copula methods #427

Improving the efficiency of the Gaussian and (Gaussian) copula methods

Improving the efficiency of the Gaussian and (Gaussian) copula methods #427

Triggered via pull request January 7, 2024 15:28
Status Success
Total duration 2m 51s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
lint: R/approach_copula.R#L94
file=R/approach_copula.R,line=94,col=30,[seq_linter] seq(nrow(...)) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
lint: R/approach_gaussian.R#L83
file=R/approach_gaussian.R,line=83,col=30,[seq_linter] seq(nrow(...)) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.