-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add setters to toggle suppression during a session #43
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
feat: add setters to toggle suppression during a session #43
Conversation
for more information, see https://pre-commit.ci
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
for more information, see https://pre-commit.ci
…estadd-setters-so-user-can-toggle-suppression-during-a-session' into 42-new-feature-requestadd-setters-so-user-can-toggle-suppression-during-a-session
for more information, see https://pre-commit.ci
rpreen
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.
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 |
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.
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()``` |
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.
Only need single backticks for inline.
inst/WORDLIST
Outdated
| @@ -1,41 +1,39 @@ | |||
| ADR | |||
| Acknowledgement | |||
| AddedSupport | |||
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.
Seems odd
rpreen
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.
See comments.
|
@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. 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
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.
Merge when ready. The macOS CI cache will probably clear on a later run.
No description provided.