Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jul 9, 2024
2 parents 15f11ce + e390519 commit 96895b6
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
**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)

0 comments on commit 96895b6

Please sign in to comment.