Skip to content

Fix missing runtime dependencies: purrr, DT, lubridate - #82

Draft
IvoLeist with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-missing-r-package-dependencies
Draft

Fix missing runtime dependencies: purrr, DT, lubridate#82
IvoLeist with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-missing-r-package-dependencies

Conversation

Copilot AI commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

purrr, DT, and lubridate are actively used throughout the package but were absent from (or misplaced in) DESCRIPTION, allowing installation to succeed while runtime would fail.

Changes

  • DESCRIPTION: Moved DT from SuggestsImports; added purrr and lubridate to Imports
Package Used in Was
purrr mod_voting.R, init_env.R missing
DT mod_admin.R Suggests
lubridate mod_login.R, mod_userstats.R missing

Copilot AI changed the title [WIP] Fix missing R package dependencies for ShinyImageVoteR Fix missing runtime dependencies: purrr, DT, lubridate Apr 8, 2026
Copilot AI requested a review from IvoLeist April 8, 2026 12:52
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.

R package dependencies are missing at runtime after having installed the package from source

2 participants