Skip to content

Commit b00d08d

Browse files
committed
Increment version number
1 parent ab926f8 commit b00d08d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.Rmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ _mlr3filters_ adds filters, feature selection methods and embedded feature selec
1515

1616
## Installation
1717

18+
CRAN version
19+
1820
```{r eval = FALSE}
21+
install.packages("mlr3filters")
22+
```
23+
24+
Development version
25+
26+
```{r, eval = FALSE}
1927
remotes::install_github("mlr-org/mlr3filters")
2028
```
2129

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ feature selection methods of algorithms to *mlr3*.
1717

1818
## Installation
1919

20+
CRAN version
21+
22+
``` r
23+
install.packages("mlr3filters")
24+
```
25+
26+
Development version
27+
2028
``` r
2129
remotes::install_github("mlr-org/mlr3filters")
2230
```

0 commit comments

Comments
 (0)