Home Comments Thread
New Thread

2 Comments

giscus-bot giscus-bot 2022-12-16 20:16:42
Guest *marcie* @ 2011-01-07 19:12:48 originally posted:

thanks!

giscus-bot giscus-bot 2022-12-16 20:16:43
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?

yihui yihui 2022-12-16 20:16:44

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

giscus-bot giscus-bot 2022-12-16 20:16:45
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!

yihui yihui 2022-12-16 20:16:46

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