gvegayon's patch to Dev specify versions description mpw#363
Closed
gvegayon's patch to Dev specify versions description mpw#363
Conversation
for more information, see https://pre-commit.ci
Member
Author
|
Hello friends, this has a few conflicts, and I am unsure if you will ever want to merge this in, @micahwiesner67. I'm OK if not. |
Member
Author
|
OK, closing on my side; feel free to open @micahwiesner67 |
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.
This pull request introduces a new development container setup for the project, making it easier to build, test, and develop in a consistent environment. The changes include a new Dockerfile for the dev container, supporting scripts, configuration files, and updates to CI workflows to leverage the container for building and deploying documentation. Additionally, minor improvements and fixes have been made to package metadata and the Makefile.
Development Environment Setup:
.devcontainer/Containerfileto define a reproducible Docker-based development environment, including installation of R dependencies, building the package, and optional development tools and scripts..devcontainer/devcontainer.jsonto configure VS Code integration, extensions, and workspace mounts for the dev container..devcontainer/extra.shto automate installation of additional development dependencies and tools when in development mode.Continuous Integration / Deployment:
.github/workflows/pkgdown.yamlto build the pkgdown website using the new container image, including dynamic image tagging and improved setup steps. [1] [2].github/workflows/containers-and-az-pool.yamlto add apkgdownjob that uses the new workflow.Project Metadata and Build System:
DESCRIPTIONto use the correct format.CNTR_MGR) configurable via environment variable.NEWS.mdto document the addition of package version specification inDESCRIPTION.