Skip to content

Commit

Permalink
Update of the billboard.js library to 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Sep 5, 2024
1 parent 8d2c1d2 commit a658f31
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 234 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
^\.github$
^LICENSE\.md$
^pkgdown$
^CRAN-SUBMISSION$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ inst/rmarkdown/rsconnect/
inst/doc
docs
inst/**/*.html
CRAN-SUBMISSION
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: billboarder
Title: Create Interactive Chart with the JavaScript 'Billboard' Library
Version: 0.4.1.9100
Version: 0.4.1.9200
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre")),
person("Fanny", "Meyer", role = "aut"),
Expand All @@ -17,7 +17,7 @@ Depends: R (>= 3.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Imports: htmlwidgets,
htmltools,
magrittr,
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
billboarder 0.4.2
billboarder 0.5.0
==================

* Update of the billboard.js library to 3.11.0.
* Update of the billboard.js library to 3.13.0 (see https://github.com/naver/billboard.js/releases).
* `set_theme()` : new theme modern available.


Expand Down
3 changes: 1 addition & 2 deletions R/billboarder-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
#' a re-usable easy interface JavaScript chart library, based on D3 v4+.
#'
#' @name billboarder-package
#' @docType package
#' @author Victor Perrier (@@dreamRs_fr)
NULL
"_PACKAGE"

#' billboarder exported operators and S3 methods
#'
Expand Down
2 changes: 1 addition & 1 deletion R/billboarder.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ billboard_dependencies <- function() {
}
htmlDependency(
name = "billboard",
version = "3.11.0",
version = "3.13.0",
src = c(file = "htmlwidgets/lib"),
package = "billboarder",
script = "billboard/billboard.pkgd.min.js",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
> Htmlwidget for [billboard.js](https://github.com/naver/billboard.js)
<!-- badges: start -->
[![version](http://www.r-pkg.org/badges/version/billboarder)](https://CRAN.R-project.org/package=billboarder)
[![cranlogs](http://cranlogs.r-pkg.org/badges/billboarder)](https://CRAN.R-project.org/package=billboarder)
[![CRAN status](https://www.r-pkg.org/badges/version/billboarder)](https://CRAN.R-project.org/package=billboarder)
[![cranlogs](https://cranlogs.r-pkg.org/badges/shinyWidgets?color=brightgreen)](https://CRAN.R-project.org/package=shinyWidgets)
[![Codecov test coverage](https://codecov.io/gh/dreamRs/billboarder/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dreamRs/billboarder?branch=master)
[![R-CMD-check](https://github.com/dreamRs/billboarder/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/billboarder/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
Expand Down
210 changes: 0 additions & 210 deletions inst/examples/readme.R

This file was deleted.

4 changes: 2 additions & 2 deletions inst/htmlwidgets/lib/billboard/billboard.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 35 additions & 3 deletions inst/htmlwidgets/lib/billboard/billboard.pkgd.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit a658f31

Please sign in to comment.