Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Oct 20, 2023
1 parent 00b34d6 commit 27d2161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ remotes::install_github("mlr-org/mlr3extralearners")



Alternatively, you can add the following to your .Rprofile, which allows you to install `mlr3extralearners`
via `install.packages()`.
Alternatively, you can add the following to your .Rprofile, which allows you to install `mlr3extralearners` via `install.packages()`.
Note that this will install the development version.

```{r, eval = FALSE}
# .Rprofile
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ remotes::install_github("mlr-org/mlr3extralearners")
```

Alternatively, you can add the following to your .Rprofile, which allows
you to install `mlr3extralearners` via `install.packages()`.
you to install `mlr3extralearners` via `install.packages()`. Note that
this will install the development version.

``` r
# .Rprofile
Expand Down

0 comments on commit 27d2161

Please sign in to comment.