Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update d3 v6 to use 6.7.0 #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: r2d3
Type: Package
Title: Interface to 'D3' Visualizations
Version: 0.2.5
Version: 0.2.5.9000
Authors@R: c(
person("Nick", "Strayer", email = "[email protected]", role = c("aut", "cre")),
person("Javier", "Luraschi", email = "[email protected]", role = c("aut")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# r2d3 (development version)

- Update D3 v6 from 6.2.0 to 6.7.0 (@cjyetman).

# r2d3 0.2.5

- Support for D3 v6 (@dkjoluju, #85).
Expand Down
2 changes: 1 addition & 1 deletion R/version.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Completes major version to full version
version_complete <- function(minor) {
versions <- list(
"6" = "6.2.0",
"6" = "6.7.0",
"5" = "5.9.2",
"4" = "4.13.0",
"3" = "3.5.17"
Expand Down
2 changes: 0 additions & 2 deletions inst/www/d3/6.2.0/d3.min.js

This file was deleted.

888 changes: 450 additions & 438 deletions inst/www/d3/6.2.0/API.md → inst/www/d3/6.7.0/API.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions inst/www/d3/6.7.0/d3.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/testthat/barchart/tests/shinytest-expected/001.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"deps": [
{
"name": "d3v6",
"version": "6.2.0",
"version": "6.7.0",
"src": {
"href": "d3v6-6.2.0"
"href": "d3v6-6.7.0"
},
"meta": null,
"script": "d3.min.js",
Expand Down
Binary file modified tests/testthat/barchart/tests/shinytest-expected/001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/testthat/barchart/tests/shinytest-expected/002.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"deps": [
{
"name": "d3v6",
"version": "6.2.0",
"version": "6.7.0",
"src": {
"href": "d3v6-6.2.0"
"href": "d3v6-6.7.0"
},
"meta": null,
"script": "d3.min.js",
Expand Down
Binary file modified tests/testthat/barchart/tests/shinytest-expected/002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.