epiforecasts / scoringutils

Utilities for Scoring and Assessing Predictions
https://epiforecasts.io/scoringutils/
Other
48 stars 20 forks source link

Issue #851 - Create S3 methods for converting to point and quantile forecasts #876

Closed nikosbosse closed 1 month ago

nikosbosse commented 1 month ago

Description

This PR closes #851.

The PR

Checklist

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 77.77778% with 6 lines in your changes missing coverage. Please review.

Project coverage is 95.20%. Comparing base (4fee240) to head (1904f52). Report is 43 commits behind head on main.

Files Patch % Lines
R/forecast.R 76.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #876 +/- ## ========================================== - Coverage 95.47% 95.20% -0.27% ========================================== Files 21 21 Lines 1568 1606 +38 ========================================== + Hits 1497 1529 +32 - Misses 71 77 +6 ```

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

nikosbosse commented 1 month ago

I think I successfully addressed all points by deferring them to new issues :D Good to merge?