From 67ce44b4e2f7a5c6e6b66dcdf2db903a17269379 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Wed, 15 Jan 2025 10:20:48 +0100 Subject: [PATCH] update readme --- README.Rmd | 5 ++++- README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index ccc3f70..12bf1c3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ lgr::get_logger("mlr3")$set_threshold("warn") # mlr3inferr mlr3inferr website -Methods for statistical *inf*erence on the generalization *err*or. +Methods for statistical **inf**erence on the generalization **err**or. Package website: [release](https://mlr3inferr.mlr-org.com/) | [dev](https://mlr3inferr.mlr-org.com/dev/) @@ -36,6 +36,9 @@ Package website: [release](https://mlr3inferr.mlr-org.com/) | [dev](https://mlr3 ## Installation ```{r, eval = FALSE} +# Install release from CRAN +install.packages("mlr3inferr") +# Install development version from GitHub pak::pkg_install("mlr-org/mlr3inferr") ``` diff --git a/README.md b/README.md index 99220b3..7adbcc2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # mlr3inferr mlr3inferr website -Methods for statistical *inf*erence on the generalization *err*or. +Methods for statistical **inf**erence on the generalization **err**or. Package website: [release](https://mlr3inferr.mlr-org.com/) \| [dev](https://mlr3inferr.mlr-org.com/dev/) @@ -21,6 +21,9 @@ status](https://www.r-pkg.org/badges/version/mlr3inferr)](https://CRAN.R-project ## Installation ``` r +# Install release from CRAN +install.packages("mlr3inferr") +# Install development version from GitHub pak::pkg_install("mlr-org/mlr3inferr") ```