Customizing the Theme of Your R HTML Help | /en/2011/01/customizing-the-theme-of-your-r-html-help/
Customizing the Theme of Your R HTML Help
https://yihui.org/en/2011/01/customizing-the-theme-of-your-r-html-help/
https://yihui.org/en/2011/01/customizing-the-theme-of-your-r-html-help/
Guest *marcie* @ 2011-01-07 19:12:48 originally posted:
thanks!
Guest *Baidu413* @ 2012-05-19 05:37:36 originally posted:
afrer replacing the file with your version of R.css,
it dose not work !
no differenc.
why?
R has changed the way it uses R.css -- in the past, it only used one copy of R.css which is under the path I mentioned above, but now it copies R.css to all package directories, so if you want to use that theme, you have to copy it to the package directory to override R.css there.
Originally posted on 2012-05-20 15:51:04
Guest *Baidu413* @ 2012-05-21 02:11:24 originally posted:
If I have 100 packages,does it means I must do this job for 100 times?
oh my god!
Unfortunately, the answer is yes, but you can certainly do it with a simple R script; start with .packages(TRUE), and override R.css under each package.
Originally posted on 2012-05-21 03:15:45
Sign in to join the discussion
Sign in with GitHub