From f5fcd9f2e0c12ba2f4c341d654eb030912c093a8 Mon Sep 17 00:00:00 2001 From: mb706 Date: Tue, 7 Sep 2021 17:34:40 +0200 Subject: [PATCH] http -> https --- NEWS.md | 2 ++ README.Rmd | 2 +- README.md | 4 ++-- inst/CITATION | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index c34704294..b1efbb535 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,8 @@ * Bugfix: Make empty Multiplicities work (unless they are nested) * Fixed: Compatibility with upcoming bbotk version. +* New mlr_graphs: pipeline_stacking +* Added JMLR-Citation # mlr3pipelines 0.3.5-1 diff --git a/README.Rmd b/README.Rmd index d6503de79..11e82e977 100644 --- a/README.Rmd +++ b/README.Rmd @@ -82,7 +82,7 @@ Please understand that the resources of the project are limited: response may so ## Citing mlr3pipelines -If you use mlr3pipelines, please cite our [JMLR article](http://jmlr.org/papers/v22/21-0281.html): +If you use mlr3pipelines, please cite our [JMLR article](https://jmlr.org/papers/v22/21-0281.html): ```{r echo = FALSE, comment = ""} toBibtex(citation("mlr3pipelines")) ``` diff --git a/README.md b/README.md index 7cb72e00e..4cd1704aa 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ vision behind the project. ## Citing mlr3pipelines If you use mlr3pipelines, please cite our [JMLR -article](http://jmlr.org/papers/v22/21-0281.html): +article](https://jmlr.org/papers/v22/21-0281.html): @Article{mlr3pipelines, title = {{mlr3pipelines} - Flexible Machine Learning Pipelines in R}, @@ -116,7 +116,7 @@ article](http://jmlr.org/papers/v22/21-0281.html): volume = {22}, number = {184}, pages = {1-7}, - url = {http://jmlr.org/papers/v22/21-0281.html}, + url = {https://jmlr.org/papers/v22/21-0281.html}, } ## Similar Projects diff --git a/inst/CITATION b/inst/CITATION index 2e42e813a..cc67ba43c 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -15,7 +15,7 @@ bibentry( volume = 22, number = 184, pages = "1-7", - url = "http://jmlr.org/papers/v22/21-0281.html" + url = "https://jmlr.org/papers/v22/21-0281.html" ) # vim: ft=r