Refactor CI workflows and enhance deployment process#2
Merged
Conversation
- Updated R-CMD-check workflow to include caching for R package dependencies and added support for manual workflow dispatch. - Modified deploy-shinyapps workflow to utilize rocker/shiny-verse container, improved caching for R packages, and streamlined deployment steps. - Enhanced error handling for missing shinyapps.io credentials. - Removed app.R file and integrated deployment logic directly into the workflow. - Added new constants and theme management functions for improved UI consistency. - Established guidelines for module structure and organization in ADRs. - Created a new template for future architectural decision records (ADRs). - Updated DESCRIPTION file to reflect new package version and dependencies. - Added AGENTS.md and updated test guidelines to improve code quality and maintainability.
…PTION and NAMESPACE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve CI workflows by adding caching for R package dependencies and enabling manual dispatch. Streamline deployment steps using rocker/shiny-verse container and enhance error handling for missing credentials. Integrate deployment logic into workflows, establish module structure guidelines, and update documentation for better maintainability and code quality.