Add uuid, glue, and httr to R dependencies in workflow configuration#1
Merged
Add uuid, glue, and httr to R dependencies in workflow configuration#1
Conversation
Member
fpahlke
commented
Nov 25, 2025
- Updated extra-packages in R-CMD-check workflow
- Included any::uuid for unique ID generation
- Added any::glue for string interpolation support
- Integrated any::httr for HTTP requests handling
- Ensured compatibility with rcmdcheck
- No other workflow steps modified
- Updated extra-packages in R-CMD-check workflow - Included any::uuid for unique ID generation - Added any::glue for string interpolation support - Integrated any::httr for HTTP requests handling - Ensured compatibility with rcmdcheck - No other workflow steps modified
- Ensures uuid is a required dependency - Updates package dependency management - Improves consistency in DESCRIPTION - Maintains minimum version requirement for uuid - Keeps knitr and other dependencies unchanged - No changes to package functionality
- Insert step to install httr and glue packages via Rscript - Ensure required packages are present before package check - Update workflow for improved package management - Maintain compatibility with r-lib/actions/check-r-package - No changes to other workflow steps or logic - Fix missing newline at end of file
- Corrected missing quote in install.packages argument - Ensures both httr and glue are installed properly - Prevents Rscript execution errors in CI workflow
tests - Remove explicit httr and glue install from workflow YAML - Move package checks inside createSeed tryCatch block - Add skip_if_not_installed for httr and glue in testthat tests - Improve test reliability by skipping if dependencies are missing - Clean up redundant code in R/f_seed.R and test_f_seed.R
- Add `_pkgdown.yml` and `.github` to `.Rbuildignore` - Document unused `...` argument in randomizer constructor - Fix factor level access in `f_random_stratum_builder` - Remove unused `@seealso` from `f_seed` documentation
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.