All Projects → GuangchuangYu → Badger

GuangchuangYu / Badger

Badge for R Package

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to Badger

Bootstrap Maxlength
This plugin integrates by default with Twitter bootstrap using badges to display the maximum lenght of the field where the user is inserting text. Uses the HTML5 attribute "maxlength" to work.
Stars: ✭ 743 (+551.75%)
Mutual labels:  badge
Badgen.net
Fast badge service
Stars: ✭ 1,045 (+816.67%)
Mutual labels:  badge
Uitabbaritem Custombadge
UITabBarItem+CustomBadge is a workaround to change the aspect of IOS UIBadgeView
Stars: ✭ 84 (-26.32%)
Mutual labels:  badge
Badge
Add a badge to your app icon
Stars: ✭ 832 (+629.82%)
Mutual labels:  badge
Thsidebar
NSOutlineView and badge
Stars: ✭ 38 (-66.67%)
Mutual labels:  badge
Hitcon Badge 2019
HITCON electric badge for HITCON CMT 2019.
Stars: ✭ 71 (-37.72%)
Mutual labels:  badge
Badgeview
a BadeView base on android
Stars: ✭ 654 (+473.68%)
Mutual labels:  badge
Qualinsight Plugins Sonarqube Badges
Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
Stars: ✭ 108 (-5.26%)
Mutual labels:  badge
React Notification Badge
Simple notification badge react component
Stars: ✭ 42 (-63.16%)
Mutual labels:  badge
Badgeforappicon
The unread badges of the android launcher icon.
Stars: ✭ 83 (-27.19%)
Mutual labels:  badge
Best Practices Badge
🏆Core Infrastructure Initiative Best Practices Badge
Stars: ✭ 928 (+714.04%)
Mutual labels:  badge
Ruby Gem Downloads Badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
Stars: ✭ 29 (-74.56%)
Mutual labels:  badge
Awesome Github Badges
A curated list of awesome github README.md badges
Stars: ✭ 70 (-38.6%)
Mutual labels:  badge
Ppbadgeview
iOS Custom Badge, Support UIView, UITabBarItem, UIBarButtonItem ,Support Objective-C/Swift; iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem, 支持Objective-C/Swift
Stars: ✭ 807 (+607.89%)
Mutual labels:  badge
Materialbadgetextview
As the name describes, this is an Android library that you can use to show new messages badge and new features badge.
Stars: ✭ 1,331 (+1067.54%)
Mutual labels:  badge
Counterfab
A FloatingActionButton subclass that shows a counter badge on right top corner
Stars: ✭ 725 (+535.96%)
Mutual labels:  badge
Toolbaritembadgesample
Sample shows how to add a badge to ToolBarItems in Xamarin Forms for iOS and Android
Stars: ✭ 70 (-38.6%)
Mutual labels:  badge
Tdbadgedcell
TDBadgedCell is a table view cell class that adds a badge, similar to the badges in Apple's own apps
Stars: ✭ 1,444 (+1166.67%)
Mutual labels:  badge
Badge42
🚀 Dynamically generated 42 badge for your git readmes.
Stars: ✭ 103 (-9.65%)
Mutual labels:  badge
Github Badges
Star / Fork badges for your GitHub Repository!
Stars: ✭ 76 (-33.33%)
Mutual labels:  badge

badger: Badge for R Package

Query information and generate badge for using in README and GitHub Pages.

✍️ Author

Guangchuang YU https://guangchuangyu.github.io

School of Basic Medical Sciences, Southern Medical University

saythanks

⏬ Installation

Get the released version from CRAN:

install.packages("badger")

Or the development version from github:

## install.packages("devtools")
devtools::install_github("GuangchuangYu/badger")

📖 Examples

Package Version

  • release version (bioconductor)
    • syntax: `r badge_bioc_release("ggtree", "green")`
    • badge:
  • release version (CRAN)
    • syntax: `r badge_cran("badger", "orange")`
    • badge:
  • devel version
    • syntax: `r badge_devel("guangchuangyu/ggtree", "blue")`
    • badge:

Download stats for bioconductor

  • Total of total :)
    • syntax: `r badge_bioc_download("clusterProfiler", "total", "blue", "total")`
    • badge:
  • Total of distinct IPs
    • syntax: `r badge_bioc_download("clusterProfiler", "total", "yellow")`
    • badge:
  • Monthly download of distinct IPs
    • syntax: `r badge_bioc_download("clusterProfiler", "month", "green")`
    • badge:

Download stats for CRAN

  • Total downloads
    • syntax: `r badge_cran_download("badger", "grand-total", "blue")`
    • badge:
  • Monthly Downloads
    • syntax: `r badge_cran_download("badger", "last-month", "green")`
    • badge:
  • Weekly Downloads
    • syntax: `r badge_cran_download("badger", "last-week", "yellow")`
    • badge:

Impact

  • Altmetric score
    • syntax: `r badge_altmetric("10533079", "green")`
    • badge:

Academic

  • DOI
    • syntax: `r badge_doi("10.1111/2041-210X.12628", "yellow")`
    • badge:

Customize badge

  • syntax: `r badge_custom("1st most cited paper", "in OMICS", "blue", "http://online.liebertpub.com/action/showMostCitedArticles?journalCode=omi")`
  • badge:

Development

  • Lifecycle
    • syntax: `r badge_lifecycle("maturing", "blue")`
    • badge:
  • License
    • syntax: `r badge_license("Artistic-2.0")`
    • badge: License: Artistic-2.0
  • travis build-status
    • syntax: `r badge_travis("rstudio/rmarkdown")`
    • badge:
  • coveralls code coverage
    • syntax: `r badge_coveralls("google/benchmark")`
    • badge:
  • codecov code coverage
    • syntax: `r badge_codecov("rcannood/princurve")`
    • badge:
  • code size
    • syntax: `r badge_code_size("GuangchuangYu/badger")`
    • badge:
  • last commit date
    • syntax: `r badge_last_commit("GuangchuangYu/badger")`
    • badge:
  • direct and recursive dependencies (for CRAN pkgs)
    • syntax: `r badge_dependencies("badger")`
    • badge: Dependencies
  • CRAN checks results
    • syntax: `r badge_cran_checks("badger")`
    • badge: CRAN checks
  • GitHub actions
    • syntax: `r badge_github_actions("rossellhayes/ipa")`
    • badge: R build status
  • CodeFactor code quality
    • syntax: `r badge_codefactor("rossellhayes/ipa")`
    • badge: CodeFactor

🔨 Related Tools

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].