Skip to content

Commit

Permalink
On CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
fouodo committed Dec 17, 2024
1 parent 19aaed0 commit d1e226c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ The general architecture of `fuseMLR` includes the collection classes `Training`

### Installation

Install the release version from CRAN with

```R
install.packages("fuseMLR")
```

Install the development version from GitHub with

```R
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[![codecov](https://codecov.io/github/imbs-hl/fuseMLR/graph/badge.svg?token=SZU7NGK8G8)](https://app.codecov.io/github/imbs-hl/fuseMLR/)
[![Lifecycle:
Stable](https://img.shields.io/badge/lifecycle-Stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#Stable)
[![CRAN v0.0.1](https://www.r-pkg.org/badges/version/fuseMLR?refresh)](https://cran.r-project.org/web/packages/fuseMLR/)
[![CRAN
v0.0.1](https://www.r-pkg.org/badges/version/fuseMLR?refresh)](https://cran.r-project.org/web/packages/fuseMLR/)

<!-- badges: end -->

Expand Down Expand Up @@ -58,6 +59,12 @@ and train layer-specfic learner and the meta-learner. Analogously, a

### Installation

Install the release version from CRAN with

``` r
install.packages("fuseMLR")
```

Install the development version from GitHub with

``` r
Expand Down

0 comments on commit d1e226c

Please sign in to comment.