Michał Bojanowski
Michał Bojanowski
It is often the case that bibliographic information needs updating because of typos, first names as initials rather then in full, etc. Currently bibliographic entries are added to the local...
Currently **box** does not render Markdown markup in the documentation, which would be very convenient. It seems to be hackable though with: ```r use::box(m = a/module) old
### Error description I'm test-driving **box** (1.1.0) currently, and I'm pretty happy with it so far (thanks!). I have developed a module and try to document the functions in the...
Great! Thanks for that! One suggestion, at least for the index-calculating functions. I think it would make sense if they all would share the same first two arguments: 1. The...
Glitches
@schochastics , I have a small army of students doing lab projects on various data sets from the package. We are finding various small glitches in data and documentation. For...
Why knitr.kable.NA is an option not an argument to knitr::kable()? It is a bit cumbersome to change this if in multiple `kable`s I need to use a different way to...
I ran into #67 again, and so did my inexpeRienced students... Perhaps following https://github.com/thomasp85/lime/issues/14#issuecomment-328827703 this should not be a default after all? Don't we want a bullet-proof default that works...
Just came across https://github.com/oxinabox/LayeredLayouts.jl which seems an interesting inspiration for possible alternative layouts for the boxes and alluvia.
Can we have R layer function for `git filter-branch`? On the command line `git filter-branch` can be used, among other things, to filter e.g. commit messages through a shell script....
Thanks for this package! It would be nice for e.g. `simpleNetwork` and `forceNetwork` to have methods for `igraph` and `network` objects. I started to write one for igraph. Is anybody...