Skip to content

disables autoload of R/#93

Merged
tomjemmett merged 1 commit intomainfrom
disable_autoload
Feb 3, 2026
Merged

disables autoload of R/#93
tomjemmett merged 1 commit intomainfrom
disable_autoload

Conversation

@tomjemmett
Copy link
Member

disables shiny trying to load R/, which we load via pkgload::load_all instead

Copilot AI review requested due to automatic review settings February 2, 2026 22:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR disables Shiny's automatic loading of R/ directory files by introducing a special marker file that Shiny's loadSupport() function recognizes, allowing the package to use pkgload::load_all() for loading instead.

Changes:

  • Added R/_disable_autoload.R file to prevent Shiny from automatically loading files in the R/ directory

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

@matt-dray matt-dray removed the request for review from DCEW February 3, 2026 09:57
@tomjemmett tomjemmett merged commit a5bacf9 into main Feb 3, 2026
2 of 4 checks passed
@tomjemmett tomjemmett deleted the disable_autoload branch February 3, 2026 10:00
@matt-dray matt-dray added this to the v0.3.4 milestone Feb 3, 2026
@matt-dray matt-dray added the enhancement New feature or request label Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants