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.
Do we want to enhance the style of the Intro2bipartite vignette?
For example by using the
LaTeXlistings-package to highlight the code chunks?I also already kind of fixed the issue of overflowing code outputs by adding
options(width = 80)andoptions(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.