Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Sep 5, 2024
1 parent 3ce98e4 commit 73088e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/virtual-select.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
html_dependency_virtualselect <- function() {
htmlDependency(
name = "virtual-select",
version = "1.0.41",
version = "1.0.45",
src = c(file = system.file("packer", package = "shinyWidgets")),
script = "virtual-select.js",
all_files = FALSE
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> Extend widgets available in [shiny](https://github.com/rstudio/shiny)
<!-- badges: start -->
[![version](http://www.r-pkg.org/badges/version/shinyWidgets)](https://CRAN.R-project.org/package=shinyWidgets)
[![CRAN status](https://www.r-pkg.org/badges/version/shinyWidgets)](https://CRAN.R-project.org/package=shinyWidgets)
[![cranlogs](https://cranlogs.r-pkg.org/badges/shinyWidgets?color=brightgreen)](https://CRAN.R-project.org/package=shinyWidgets)
[![cran checks](https://badges.cranchecks.info/worst/shinyWidgets.svg)](https://cran.r-project.org/web/checks/check_results_shinyWidgets.html)
[![Coverage Status](https://img.shields.io/codecov/c/github/dreamRs/shinyWidgets/master.svg)](https://app.codecov.io/github/dreamRs/shinyWidgets?branch=master)
Expand Down

0 comments on commit 73088e2

Please sign in to comment.