File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,15 @@ Please follow one of the two following methods to install it:
54
54
### R-universe
55
55
56
56
Install the latest released version:
57
+
57
58
``` {r eval = FALSE}
58
59
install.packages("mlr3proba", repos = "https://mlr-org.r-universe.dev")
59
60
```
60
61
61
62
### GitHub
62
63
63
64
Install the latest development version:
65
+
64
66
``` {r eval = FALSE}
65
67
# install.packages("pak")
66
68
pak::pak("mlr-org/mlr3proba")
@@ -91,7 +93,7 @@ Some commonly used measures for right-censored single-event tasks are the follow
91
93
92
94
## Bugs, Questions, Feedback
93
95
94
- ** mlr3proba** is a free and open source software project that encourages participation and feedback.
96
+ ** mlr3proba** is a free and open source software project that encourages participation and feedback.
95
97
If you have any issues, questions, suggestions or feedback, please do not hesitate to open an
96
98
"issue" about it on the [ GitHub page] ( https://github.com/mlr-org/mlr3proba/issues ) \!
97
99
You can’t perform that action at this time.
0 commit comments