Skip to content

feat: add setters to toggle suppression during a session#43

Merged
jim-smith merged 14 commits intomainfrom
42-new-feature-requestadd-setters-so-user-can-toggle-suppression-during-a-session
Feb 2, 2026
Merged

feat: add setters to toggle suppression during a session#43
jim-smith merged 14 commits intomainfrom
42-new-feature-requestadd-setters-so-user-can-toggle-suppression-during-a-session

Conversation

@jim-smith
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8069069) to head (9d49e3a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #43   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          109       115    +6     
=========================================
+ Hits           109       115    +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jim-smith jim-smith requested review from JessUWE and rpreen and removed request for rpreen February 2, 2026 13:28
@jim-smith
Copy link
Collaborator Author

@rpreen @JessUWE there ar glitched when GitHub it tries to run the tests on their runners - but it is nowt to do without ur code - al works fine on may Mac, and error logs show it is to do with their runners.

@jim-smith jim-smith changed the title 42 new feature requestadd setters so user can toggle suppression during a session 42 [feat] add setters so user can toggle suppression during a session Feb 2, 2026
@rpreen rpreen changed the title 42 [feat] add setters so user can toggle suppression during a session feat: add setters to toggle suppression during a session Feb 2, 2026
jim-smith and others added 3 commits February 2, 2026 14:17
…estadd-setters-so-user-can-toggle-suppression-during-a-session' into 42-new-feature-requestadd-setters-so-user-can-toggle-suppression-during-a-session
Copy link
Collaborator

@rpreen rpreen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The macOS error looks like some kind of CI cache issue that should resolve later.

NEWS.md Outdated
* Added support for toggling suppression dynamically during session via ```acro_enable_supression()```
and ```acro_disable_suppression()```
* Improved documentation in package and at [sacro-tools.org](sacro-tools.org)
* AddedSupport for variable names with spaces when calling crosstab
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here? "AddedSupport"

NEWS.md Outdated
* Added support for installation via conda
* Added support for specifying config files when acro session is started
* Added support for specifying whether suppression is on or off when acro session is started
* Added support for toggling suppression dynamically during session via ```acro_enable_supression()```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only need single backticks for inline.

inst/WORDLIST Outdated
@@ -1,41 +1,39 @@
ADR
Acknowledgement
AddedSupport
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems odd

Copy link
Collaborator

@rpreen rpreen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments.

@jim-smith
Copy link
Collaborator Author

@rpreen fixed typos and number of ticks as per helpful comments.

I've spent a while trying to understand why the CI runners are failing for macosx and can't figure it out.
R has moved to a new version rhubv2 which is GitHub based and has dedicated runners on there and isn't macosx latest.
Don;t know how much effort it is to set that up? https://r-hub.github.io/rhub/reference/rhubv2.html

or do we just submit to CRAN without the checks on macosx?

…estadd-setters-so-user-can-toggle-suppression-during-a-session' into 42-new-feature-requestadd-setters-so-user-can-toggle-suppression-during-a-session
Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com>
@rpreen rpreen self-requested a review February 2, 2026 15:59
Copy link
Collaborator

@rpreen rpreen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge when ready. The macOS CI cache will probably clear on a later run.

@jim-smith jim-smith merged commit a9bf7c1 into main Feb 2, 2026
11 of 13 checks passed
@jim-smith jim-smith deleted the 42-new-feature-requestadd-setters-so-user-can-toggle-suppression-during-a-session branch February 2, 2026 16:16
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.

[New Feature Request]Add setters so user can toggle suppression during a session

2 participants