Skip to content
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

Implement knit_print for subclasses of Design #814

Closed
Puzzled-Face opened this issue Apr 24, 2024 · 3 comments · Fixed by #823
Closed

Implement knit_print for subclasses of Design #814

Puzzled-Face opened this issue Apr 24, 2024 · 3 comments · Fixed by #823
Assignees
Labels
enhancement New feature or request

Comments

@Puzzled-Face
Copy link
Collaborator

See #774 for details.

@Puzzled-Face
Copy link
Collaborator Author

Blocked by absence of knit_print methods for

  • subclasses of SafetyWindow
  • Effloglog
  • LogisticIndepBeta

@Puzzled-Face
Copy link
Collaborator Author

Puzzled-Face commented May 2, 2024

Without a double line feed at the end of output created by knit_print, headings for subsequent report content are not formatted correctly. The presence of the double line feed is currently erratic. This PR will retro fit the needed code to knit_print methods that have been implemented for other classes.

This was actually done in #816.

@Puzzled-Face
Copy link
Collaborator Author

Puzzled-Face commented May 8, 2024

This PR implements the tidy and knit_print methods for Model classes Effloglog and LogisticIndepBeta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant