Skip to content

Commit

Permalink
How did I manage to get a linting error in here?!?
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Nov 29, 2023
1 parent 3947359 commit e17be30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/scoringutils.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ library(magrittr)
library(data.table)
library(ggplot2)
library(knitr)
# number of threads used for data.table computation, update as needed
data.table::setDTthreads(2)
# number of threads used for data.table computations, update as needed
data.table::setDTthreads(2)
```

The `scoringutils` package provides a collection of metrics and proper scoring rules that make it simple to score probabilistic forecasts against the true observed values. You can find more information in the paper [Evaluating Forecasts with scoringutils in R](https://arxiv.org/abs/2205.07090) as well as the [Metrics-Vignette](https://epiforecasts.io/scoringutils/articles/metric-details.html) and the [Scoring forecasts directly Vignette](https://epiforecasts.io/scoringutils/articles/scoring-forecasts-directly.html).
Expand Down

0 comments on commit e17be30

Please sign in to comment.