Stock rstudio{,-server} can't knit Rmarkdown files due to missing Pandoc as well as various R packages (knitr, etc.). Normally the user gets a dialog offering to install these (except Pandoc) but this of course installs in the user's home directory rather than using Nix-managed packages. Should these be additional packages be available by default?
Bit ambivalent about this one, lots of people are knitting but pandoc isn't something I'd generally want to bundle by default. The NixOS module could have a configuration option.
Describe the bug
Stock
rstudio{,-server}
can't knit Rmarkdown files due to missing Pandoc as well as various R packages (knitr, etc.). Normally the user gets a dialog offering to install these (except Pandoc) but this of course installs in the user's home directory rather than using Nix-managed packages. Should these be additional packages be available by default?Steps To Reproduce
Steps to reproduce the behavior:
nix-shell -p rstudio
rstudio
knit
Notify maintainers
@cfhammill @ciil @jbedo