Skip to content

Commit

Permalink
fixed badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Aug 27, 2024
1 parent 24c1289 commit 748cf7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# <img src="man/figures/logo.svg" align="right" height="139" /> 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

Expand Down Expand Up @@ -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
Expand Down
Binary file modified inst/README_files/graph-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inst/README_files/scatterplot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 748cf7a

Please sign in to comment.