From e390519424ba47e9d6b21d9d9dda536b2bcec53c Mon Sep 17 00:00:00 2001 From: Thierry Moudiki Date: Tue, 9 Jul 2024 17:42:33 +0200 Subject: [PATCH] Update README.md How to install --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 304327d..5469336 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,21 @@ -# learningmachine - -**R version** +# learningmachine (R version) [![learningmachine status badge](https://techtonique.r-universe.dev/badges/learningmachine)](https://techtonique.r-universe.dev/learningmachine) [![CodeFactor](https://www.codefactor.io/repository/github/techtonique/learningmachine/badge)](https://www.codefactor.io/repository/github/techtonique/learningmachine) [![HitCount](https://hits.dwyl.com/Techtonique/learningmachine.svg?style=flat-square)](http://hits.dwyl.com/Techtonique/learningmachine) -Read the [vignettes](./vignettes) \ No newline at end of file +**Install from GitHub** + +From R console: + +```R +remotes::install_github("Techtonique/learningmachine") +``` + +**Install from R-universe** + +```R +install.packages("learningmachine", repos = c("https://techtonique.r-universe.dev", "https://cloud.r-project.org")) +``` + +**Examples** + +Read the [vignettes](./vignettes)