diff --git a/README.md b/README.md index 9abc056..855524f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # R package arulesViz - Visualizing Association Rules and Frequent Itemsets -[![CRAN -version](http://www.r-pkg.org/badges/version/arulesViz)](https://CRAN.R-project.org/package=arulesViz) -[![stream r-universe +[![r-universe status](https://mhahsler.r-universe.dev/badges/arulesViz)](https://mhahsler.r-universe.dev/arulesViz) +[![Package on +CRAN](https://www.r-pkg.org/badges/version/arulesViz)](https://CRAN.R-project.org/package=arulesViz) [![CRAN RStudio mirror -downloads](http://cranlogs.r-pkg.org/badges/arulesViz)](https://CRAN.R-project.org/package=arulesViz) +downloads](https://cranlogs.r-pkg.org/badges/arulesViz)](https://CRAN.R-project.org/package=arulesViz) ## Introduction @@ -76,7 +76,8 @@ install.packages("arulesViz") ``` r install.packages("arulesViz", - repos = c("https://mhahsler.r-universe.dev". "https://cloud.r-project.org/")) + repos = c("https://mhahsler.r-universe.dev", + "https://cloud.r-project.org/")) ``` ## Usage diff --git a/inst/README_files/graph-1.png b/inst/README_files/graph-1.png index fb0c32c..8e1b0be 100644 Binary files a/inst/README_files/graph-1.png and b/inst/README_files/graph-1.png differ diff --git a/inst/README_files/scatterplot-1.png b/inst/README_files/scatterplot-1.png index bc752d4..c666e8a 100644 Binary files a/inst/README_files/scatterplot-1.png and b/inst/README_files/scatterplot-1.png differ