We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e786a commit 5693573Copy full SHA for 5693573
.Rbuildignore
@@ -17,4 +17,5 @@ test/testthat/_snaps
17
^paper$
18
^contributions.md$
19
^cran-comments\.md$
20
-^mcboost-manual.tex$
+^mcboost-manual.tex$
21
+^CRAN-RELEASE$
README.md
@@ -17,9 +17,15 @@ More details with respect to usage and the procedures can be found in the packag
## Installation
-You can install the released version of mcboost from **Github** with:
+The current version can be downloaded from CRAN using:
22
-``` r
+```r
23
+install.packages("mcboost")
24
+```
25
+
26
+You can install the development version of mcboost from **Github** with:
27
28
29
remotes::install_github("mlr-org/mcboost")
30
```
31
0 commit comments