|
|
|
|
|
by phillc73
1966 days ago
|
|
I'm all for finding alternatives to RStudio's dominance in the R space. No doubt they do some excellent things, but I also have a vague uneasiness at the cultishness surrounding some of their products. It sometimes feels like if you're not using the 'tidyverse', you're viewed as doing it wrong. Anyway, this feeling set me off on an exploration of alternative tools and packages. Instead of rmarkdown I'm now exploring the pander[1] package, which seems to do most of what I'm looking for, perhaps only a little limited in output formats. Edit: The Pandoc.brew examples might be most interesting from a direct alternative to rmarkdown for document creation context.[2] [1] http://rapporter.github.io/pander/ [2] http://rapporter.github.io/pander/#examples |
|