Skip to content

Commit 93ef777

Browse files
committed
refactor: revert dependency on R >= 3.5
1 parent 8362bd1 commit 93ef777

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DESCRIPTION

+1-1
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.5),
26+
R (>= 3.2.0),
2727
ggplot2 (>= 3.0.0)
2828
Imports:
2929
tools,

R/sysdata.rda

-28 Bytes
Binary file not shown.

tools/update_plotlyjs.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ withr::with_dir(tmpdir, {
8080
internal = TRUE,
8181
overwrite = TRUE,
8282
compress = "xz",
83-
version = 3L
83+
# TODO: use `version = 3L` once we depend on R (>= 3.5.0)
84+
version = 2L
8485
)
8586
)
8687

0 commit comments

Comments
 (0)