Skip to content

Conversation

@fpahlke
Copy link
Member

@fpahlke 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
@fpahlke fpahlke merged commit 57323aa into main Nov 25, 2025
2 checks passed
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.

2 participants