Skip to content

Commit 974a3ca

Browse files
committed
refactor: use R's v3 serialization format
1 parent a4759a1 commit 974a3ca

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Description: Create interactive web graphics from 'ggplot2' graphs and/or a cust
2323
URL: https://plotly-r.com, https://github.com/plotly/plotly.R, https://plotly.com/r/
2424
BugReports: https://github.com/plotly/plotly.R/issues
2525
Depends:
26-
R (>= 3.2.0),
26+
R (>= 3.5),
2727
ggplot2 (>= 3.0.0)
2828
Imports:
2929
tools,

R/sysdata.rda

76 Bytes
Binary file not shown.

tools/update_plotlyjs.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ withr::with_dir(tmpdir, {
9292
internal = TRUE,
9393
overwrite = TRUE,
9494
compress = "xz",
95-
# TODO: use `version = 3L` once we depend on R (>= 3.5.0)
96-
version = 2L
95+
version = 3L
9796
)
9897
)
9998

0 commit comments

Comments
 (0)