Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid namespace conflict with purrr #141

Closed
Bisaloo opened this issue Nov 10, 2021 · 1 comment · Fixed by #145
Closed

Avoid namespace conflict with purrr #141

Bisaloo opened this issue Nov 10, 2021 · 1 comment · Fixed by #145

Comments

@Bisaloo
Copy link
Member

Bisaloo commented Nov 10, 2021

library(purrr)
library(scoringutils)
#> Note: The definition of the weighted interval score has slightly changed in version 0.1.5. If you want to use the old definition, use the argument `count_median_twice = TRUE` in the function `eval_forecasts()`
#> 
#> Attaching package: 'scoringutils'
#> The following object is masked from 'package:purrr':
#> 
#>     update_list

Created on 2021-11-10 by the reprex package (v2.0.1.9000)

@seabbs
Copy link
Contributor

seabbs commented Nov 21, 2021

Adding to this update_list is really only for internal use so this can be dealt with by just stopping exporting it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants