-
Notifications
You must be signed in to change notification settings - Fork 3
Cran Release as Main #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Cran Release as Main #137
Conversation
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
…ret_cell_content()
* add function h_restrict_val and apply in when val = NULL and label_map provided
* changelog
* wordlist
* pkgdown update
* document()
* add collapse_combo
* usethis::use_package("vcdExtra")
* move over new functions
* use standard formatting for cmhrms
* also more standard in the modified afun
* add to changelog
* disable air formatting - not sure if that would be appreciated here
* add `do_exclude_split()` with tests
* move wrapper afuns with level exclusions into respective files and document them
* remove note about sparse data problems because this has been fixed in vcdExtra repo
* remove @importFrom because we use the function directly from its namespace
* slight cleanup of cmhrms function code
* add full test suite for cmhrms
* add tests for h_restrict_val
* refresh docs
* add tests for a_freq_j funs with label_map
* refresh docs
* update: package version to 0.1.3 and fix air.toml errors
* update: added snapshot to be reviewed
* fix a small issue and add snapshots
* add new snapshot which seems to have been missing
* fix: note on na.omit
* fix: linting issue
* update: add do_exclude_split to exported
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: munoztd0 <[email protected]>
Co-authored-by: Daniel Sabanes Bove <[email protected]>
Co-authored-by: Daniel Sabanes Bove <[email protected]>
… 70-formatting-function-round_type
…m/johnsonandjohnson/junco into 70-formatting-function-round_type
* remove expect silent * fix: prop_diff_test
# Conflicts: # CHANGELOG.md # DESCRIPTION # _pkgdown.yml # inst/WORDLIST
…xporter # Conflicts: # DESCRIPTION # inst/WORDLIST
* check mac tests * fix: mac tests rgl instead xquartz
…e' into 70-formatting-function-round_type
…round_type 70 formatting function round type
40 docx exporter
* Update README.md * Update README.md * update: rtables 0.6.15 * update: tern 0.9.10 * update: CHANGELOG.md * update: spelling * Update README.md * Update DESCRIPTION tidytlg 0.11.0 * Update docx_exporter_functions.R * fix: update [-c(1:2,9)] to remove last NULL vector index * fix: new update tidytlg border and landscape * fix: lintr * add: snaps .csv * fix: extraneous empty line when we turn off timestamp line * force text comparison --------- Co-authored-by: David Muñoz Tord <[email protected]> Co-authored-by: munoztd0 <[email protected]> Co-authored-by: Ezequiel Anokian <[email protected]>
jkovach2
approved these changes
Jan 12, 2026
Collaborator
jkovach2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
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.
Pull Request
Fixes #128
Checks