Skip to content

Move release action file to correct directory #31

Move release action file to correct directory

Move release action file to correct directory #31

Triggered via push January 12, 2024 21:40
Status Failure
Total duration 3m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 31.
lint: R/Log_Likelihood.R#L171
file=R/Log_Likelihood.R,line=171,col=10,[indentation_linter] Indentation should be 8 spaces but is 10 spaces.
lint: R/Log_Likelihood.R#L248
file=R/Log_Likelihood.R,line=248,col=18,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
lint: R/Log_Likelihood.R#L254
file=R/Log_Likelihood.R,line=254,col=8,[indentation_linter] Indentation should be 37 spaces but is 8 spaces.
lint: R/Log_Likelihood.R#L258
file=R/Log_Likelihood.R,line=258,col=8,[indentation_linter] Indentation should be 15 spaces but is 8 spaces.
lint: R/Log_Likelihood.R#L261
file=R/Log_Likelihood.R,line=261,col=8,[indentation_linter] Indentation should be 45 spaces but is 8 spaces.
lint: R/Log_Likelihood.R#L295
file=R/Log_Likelihood.R,line=295,col=16,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
lint: R/PrestoGP_CreateU_Multivariate.R#L34
file=R/PrestoGP_CreateU_Multivariate.R,line=34,col=15,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.
lint: R/PrestoGP_CreateU_Multivariate.R#L41
file=R/PrestoGP_CreateU_Multivariate.R,line=41,col=28,[seq_linter] 1:length(...) is likely to be wrong in the empty edge case. Use seq_along(...) instead.
lint: R/PrestoGP_CreateU_Multivariate.R#L115
file=R/PrestoGP_CreateU_Multivariate.R,line=115,col=6,[indentation_linter] Indentation should be 21 spaces but is 6 spaces.
lint: R/PrestoGP_CreateU_Multivariate.R#L143
file=R/PrestoGP_CreateU_Multivariate.R,line=143,col=17,[seq_linter] 1:nrow(...) is likely to be wrong in the empty edge case. Use seq_len(nrow(...)) instead.