Skip to content

Ggplot2 dependency feb26#56

Merged
arcaldwell49 merged 4 commits into
masterfrom
ggplot2-dependency-feb26
Apr 24, 2026
Merged

Ggplot2 dependency feb26#56
arcaldwell49 merged 4 commits into
masterfrom
ggplot2-dependency-feb26

Conversation

@arcaldwell49

Copy link
Copy Markdown
Owner

quick fix for ggplot issue

arcaldwell49 and others added 2 commits March 1, 2026 19:46
Need to debug
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@arcaldwell49
arcaldwell49 requested review from Lakens and Copilot April 19, 2026 19:56
@arcaldwell49 arcaldwell49 linked an issue Apr 19, 2026 that may be closed by this pull request

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the package’s dependency declarations to address a ggplot2-related issue by ensuring the .data pronoun is available at runtime and during package checks.

Changes:

  • Import rlang::.data via roxygen and NAMESPACE.
  • Add rlang to DESCRIPTION Imports (and update RoxygenNote).
  • Add repo hygiene files/ignores (.Rbuildignore, .gitignore) and a new CLAUDE.md guidance doc.

Reviewed changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
R/ANOVA_design.R Adds roxygen import for rlang::.data used in ggplot aesthetics.
NAMESPACE Adds importFrom(rlang,.data) so .data is available in the package namespace.
DESCRIPTION Adds rlang to Imports and updates RoxygenNote.
CLAUDE.md Adds contributor guidance for ggplot2 deprecation cleanup workflow.
.gitignore Ignores references/ and local Claude settings.
.Rbuildignore Excludes CLAUDE.md, references, and .claude from package builds.
.DS_Store Adds a macOS metadata file (should not be committed).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@arcaldwell49
arcaldwell49 merged commit c606a92 into master Apr 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lifecycle warning

2 participants