Skip to content

Modify dabestr print to make greeting/ending optional and fix formatting#185

Open
marsiwiec wants to merge 9 commits intoACCLAB:devfrom
marsiwiec:master
Open

Modify dabestr print to make greeting/ending optional and fix formatting#185
marsiwiec wants to merge 9 commits intoACCLAB:devfrom
marsiwiec:master

Conversation

@marsiwiec
Copy link

Hi, this is a relatively straightforward change to make the additional text in printed summaries ("greeting" and "ending") optional via a print_greet_end boolean argument to print methods (defaulting to TRUE, thus not changing default behavior). This makes it easier to directly paste into reports etc.

Also included are some formatting fixes and improved formatting for confidence intervals, which facilitates automated reporting.

  • add 'print_greet_end' argument to print methods
  • add needed white-space for more readable formatting
  • fix unnecessary 'character 0' instead of empty string in print.
  • fix typos related to double-escaped newlines
  • rearrange wording for the reporting of confidence intervals in print methods

sunroofgod and others added 8 commits September 12, 2023 23:48
Merge dev branch into master branch
v2023.9.12 along with favicon updates
Added swarm bars, forest plot function
- add 'print_greet_end' argument to print methods
- fix unnecessary 'character 0' instead of empty string in print.
- fix typos related to double-escaped newlines
- rearrange wording for the reporting of confidence intervals in print
methods
ggplot2 transitioned from S3 class to S7 class, hence affecting several functions including 
```
expect_s3_class(p, "ggplot")
expect_length(p, 11)
expect_type(p, "list")
```
which directly affects the testing script for function add_scaling_component_to_delta_plot(). 
The output of this function is a list, and the first element of the list is a ggplot2 object.
@marsiwiec marsiwiec force-pushed the master branch 3 times, most recently from 2f8eb5c to 00532d4 Compare January 23, 2026 11:47
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.

5 participants