-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Do we want to enhance the style of the Intro2bipartite vignette?
For example by using the LaTeX listings-package to highlight the code chunks?
I also already kind of fixed the issue of overflowing code outputs by adding options(width = 80) and options(str = strOptions(strict.width = "cut")) to the beginning of the document.
Additionally, it would probably be nice to wrap up long code lines for readability.