Skip to content

Commit 8fa3218

Browse files
cpsievertclaude
andcommitted
Clean up upgrade tracking files and revert R version requirement
- Remove PLOTLYJS_UPGRADE_LOG.md and PLOTLYJS_UPGRADE_TODO.md from git (kept locally via .gitignore) - Revert R version requirement to >= 3.2.0 (plotly.js upgrade doesn't require newer R) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f0ae020 commit 8fa3218

5 files changed

Lines changed: 3 additions & 685 deletions

File tree

.Rbuildignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ abbvie.R
2323
^\.github$
2424
^\.venv$
2525
CLAUDE\.md
26-
PLOTLYJS_UPGRADE_LOG\.md
27-
PLOTLYJS_UPGRADE_TODO\.md

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ travis_debug.R
2020
.httr-oauth
2121
tests/testthat/Rplots.pdf
2222
.venv/
23+
PLOTLYJS_UPGRADE_LOG.md
24+
PLOTLYJS_UPGRADE_TODO.md

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

0 commit comments

Comments
 (0)