Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jan 15, 2025
1 parent f12885d commit 67ce44b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lgr::get_logger("mlr3")$set_threshold("warn")

# mlr3inferr <a href="https://mlr3inferr.mlr-org.com"><img src="man/figures/logo.png" align="right" height="138" alt="mlr3inferr website" /></a>

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/)

Expand All @@ -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")
```

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# mlr3inferr <a href="https://mlr3inferr.mlr-org.com"><img src="man/figures/logo.png" align="right" height="138" alt="mlr3inferr website" /></a>

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/)
Expand All @@ -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")
```

Expand Down

0 comments on commit 67ce44b

Please sign in to comment.