Closed levisc8 closed 6 years ago
Thanks Sam @levisc8 My initial intention was not to target CRAN, however now that you joined, the idea is nice. That is why the presence of the html "vignettes" in inst/doc
instead of /vignettes
folder. It was somehow more convenient to have the html files in inst/doc
so they could be rendered in real time with https://rawgit.com/ whenever I push modifications. I was also obsessed with having a floating TOC in my documentations, which apparently is not possible in classical vignettes :) Therefore, the header of *.Rmd
files indicated output: html_document
. I'll try to find another way to add the html files on GitHub back - maybe create a html folder and add it in .Rbuildignore
file?
I've rearranged a bunch of things in the package structure so you should be able to submit to CRAN if you want. I also added a function that automatically generates the whittaker biome plot with the Rickleffs colors, but is still customizable in case anyone would want to use a different scheme (but they shouldn't, it's beautiful as is!).
Let me know what you think!