Skip to content

Commit

Permalink
Add version and download badges
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 14, 2024
1 parent e72ebf3 commit bdc7cbe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ monitors:
followRedirect: false # should fetch follow redirects, default=false
linkable: true # allows the title to be a link, default=true

- id: www-r-pkg-org-badges
name: CRAN version badges
description: 'Badges with CRAN version numbers'
url: 'https://www.r-pkg.org/badges/version/cli'
linkurl: 'https://www.r-pkg.org/services#badges'
linkable: true

- id: api-r-hub-io-rversions
name: R versions API
description: 'API to query current and past R versions.'
Expand All @@ -47,6 +54,13 @@ monitors:
linkurl: 'https://cranlogs.r-pkg.org'
linkable: true

- id: cranlogs-r-pkg-org-badges
name: CRAN download badges
description: 'Badges with CRAN download counts.'
url: 'https://cranlogs.r-pkg.org/badges/last-day/cli'
linkurl: 'https://cranlogs.r-pkg.org/'
linkable: true

- id: evercran-r-pkg-org
name: Evercran
description: 'Run historical R versions, with historical CRAN.'
Expand Down

0 comments on commit bdc7cbe

Please sign in to comment.