easystats / parameters

:bar_chart: Computation and processing of models' parameters
https://easystats.github.io/parameters/
GNU General Public License v3.0
416 stars 37 forks source link

fix format issue #937

Closed strengejacke closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: 275 lines in your changes are missing coverage. Please review.

Comparison is base (0d5fa75) 58.15% compared to head (32dd157) 59.19%. Report is 20 commits behind head on main.

:exclamation: Current head 32dd157 differs from pull request most recent head 51546ad. Consider uploading reports for the commit 51546ad to get more accurate results

Files Patch % Lines
R/print_table.R 0.00% 80 Missing :warning:
R/cluster_analysis.R 30.76% 45 Missing :warning:
R/utils_pca_efa.R 17.50% 33 Missing :warning:
R/n_factors.R 46.15% 14 Missing :warning:
R/methods_glmmTMB.R 53.57% 13 Missing :warning:
R/reduce_parameters.R 0.00% 12 Missing :warning:
R/utils_format.R 73.91% 12 Missing :warning:
R/cluster_meta.R 0.00% 9 Missing :warning:
R/extract_parameters.R 91.01% 8 Missing :warning:
R/methods_nestedLogit.R 60.00% 8 Missing :warning:
... and 15 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #937 +/- ## ========================================== + Coverage 58.15% 59.19% +1.04% ========================================== Files 186 187 +1 Lines 13959 14092 +133 ========================================== + Hits 8118 8342 +224 + Misses 5841 5750 -91 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

strengejacke commented 5 months ago

@IndrajeetPatil The tests repeatedly complain about

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-model_parameters.aov.R:59:3'): model_parameters.anova ──────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `skip_if_offline()`: The package "curl" is required.
Backtrace:
    ▆
 1. └─testthat::skip_if_offline() at test-model_parameters.aov.R:59:3
 2.   └─rlang::check_installed("curl")

Do I have to add curl to the description file, or can this be fixed in the GHA files?