{rsthemes}
安装
您可以使用以下方法从GitHub安装rsthemes:
# install.packages("devtools")
devtools :: install_github( " gadenbuie/rsthemes " )
然后,使用以下命令安装随附的手工制作的主题:
rsthemes :: install_rsthemes()
或者您可以安装主题以及另外一组基于
rsthemes :: install_rsthemes( include_base16 = TRUE )
用法
rsthemes软件包包括用于探索主题的几个辅助功能。
# list installed themes
rsthemes :: list_rsthemes()
# Try all themes
rsthemes :: try_rsthemes()
# Try just the l
1