ソースを参照

Recommend settin warning=FALSE in r chunk

This way, warning show up in the console when rendering
tags/v0.3.0
コミット
3b391a9f0f
4個のファイルの変更4行の追加4行の削除
  1. +1
    -1
      index.md
  2. +1
    -1
      inst/rmarkdown/templates/xaringanthemer/skeleton/skeleton.Rmd
  3. +1
    -1
      man/fragments/_quick-intro.Rmd
  4. +1
    -1
      vignettes/ggplot2-themes.Rmd

+ 1
- 1
index.md ファイルの表示

**xaringanthemer** and try one of the [theme functions](#themes). **xaringanthemer** and try one of the [theme functions](#themes).


```` markdown ```` markdown
```{r xaringan-themer, include = FALSE}
```{r xaringan-themer, include=FALSE, warning=FALSE}
library(xaringanthemer) library(xaringanthemer)
style_mono_accent( style_mono_accent(
base_color = "#1c5253", base_color = "#1c5253",

+ 1
- 1
inst/rmarkdown/templates/xaringanthemer/skeleton/skeleton.Rmd ファイルの表示

options(htmltools.dir.version = FALSE) options(htmltools.dir.version = FALSE)
``` ```


```{r xaringan-themer, include=FALSE}
```{r xaringan-themer, include=FALSE, warning=FALSE}
library(xaringanthemer) library(xaringanthemer)
style_duo_accent( style_duo_accent(
primary_color = "#1381B0", primary_color = "#1381B0",

+ 1
- 1
man/fragments/_quick-intro.Rmd ファイルの表示

Then, in a hidden chunk just after the knitr setup chunk, load **xaringanthemer** and try one of the [theme functions][theme-functions]. Then, in a hidden chunk just after the knitr setup chunk, load **xaringanthemer** and try one of the [theme functions][theme-functions].


````markdown ````markdown
```{r xaringan-themer, include = FALSE}`r ""`
```{r xaringan-themer, include=FALSE, warning=FALSE}`r ""`
library(xaringanthemer) library(xaringanthemer)
style_mono_accent( style_mono_accent(
base_color = "#1c5253", base_color = "#1c5253",

+ 1
- 1
vignettes/ggplot2-themes.Rmd ファイルの表示

that we're not using the standard default fonts. that we're not using the standard default fonts.


````markdown ````markdown
```{r xaringan-themer, include=FALSE}`r ''`
```{r xaringan-themer, include=FALSE, warning=FALSE}`r ''`
library(xaringanthemer) library(xaringanthemer)
style_mono_accent( style_mono_accent(
base_color = "#DC322F", # bright red base_color = "#DC322F", # bright red

読み込み中…
キャンセル
保存