Closed dkyleward closed 4 years ago
I guess I'm not sure why the pandoc binaries caused problems? That seems related to the user's R installation generally, and not to outviz
explicitly. Maybe you can convince me otherwise...
If we do change something, branch/pull request, please.
@dkyleward Pinging you to close this if it's not still an issue.
I've updated README.md, albeit without examples Kyle asked for. However, I'm thinking that we should spin those into vignettes rather than front page, so I'm going to close this issue. I admit that some improvements can still be made to this file, but I'm guessing they're minor. I don't know how to create vignettes and stitch them into the package, but will read on that this afternoon. I already have a few examples in RMarkdown that I should be able to quickly morph into vignettes.
@gregmacfarlane I just got finished incorporating outviz into the NCSAM. I'd like to add it as a use case example to the readme to help others build their project code. The main problem I tackled was adding the pandoc binaries to the system path on the fly so that
rmarkdown::render()
could find it.My main questions for you: