Skip to content

Test sim kwan em edits#444

Merged
d-morrison merged 52 commits into
mainfrom
test_sim_Kwan_EM_edits
Jun 27, 2025
Merged

Test sim kwan em edits#444
d-morrison merged 52 commits into
mainfrom
test_sim_Kwan_EM_edits

skip test on linux for now

18496c8
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jun 27, 2025 in 1s

10 issues found.

Annotations

Check notice on line 74 in data-raw/test_sim_020425.r

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

data-raw/test_sim_020425.r#L74

Use implicit return behavior; explicit return() is not needed. (return_linter)

Check notice on line 185 in data-raw/test_sim_020425.r

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

data-raw/test_sim_020425.r#L185

Use implicit return behavior; explicit return() is not needed. (return_linter)

Check notice on line 129 in data-raw/test_sim_020425.r

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

data-raw/test_sim_020425.r#L129

Use implicit return behavior; explicit return() is not needed. (return_linter)

Check notice on line 187 in data-raw/test_sim_020425.r

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

data-raw/test_sim_020425.r#L187

Use implicit return behavior; explicit return() is not needed. (return_linter)

Check notice on line 54 in R/analyze_sims.R

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

R/analyze_sims.R#L54

Use implicit return behavior; explicit return() is not needed. (return_linter)

Check warning on line 15 in tests/testthat/test-analyze_sims.R

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

tests/testthat/test-analyze_sims.R#L15

Avoid undesirable operator `:::`. It accesses non-exported functions inside packages. Code relying on these is likely to break in future versions of the package because the functions are not part of the public interface and may be changed or removed by the maintainers without notice. Use public functions via `::` instead. (undesirable_operator_linter)

Check notice on line 81 in R/analyze_sims.R

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

R/analyze_sims.R#L81

Use implicit return behavior; explicit return() is not needed. (return_linter)

Check notice on line 88 in data-raw/simulate_seroincidence.R

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

data-raw/simulate_seroincidence.R#L88

Use implicit return behavior; explicit return() is not needed. (return_linter)

Check notice on line 41 in data-raw/generate_sim_table.R

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

data-raw/generate_sim_table.R#L41

Use implicit return behavior; explicit return() is not needed. (return_linter)

Check notice on line 13 in data-raw/coverage-CI.R

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

data-raw/coverage-CI.R#L13

Use implicit return behavior; explicit return() is not needed. (return_linter)