Просмотр исходного кода

pkgdown: put articles with child chunks back in vignettes/

tags/v0.3.0
Garrick Aden-Buie 6 лет назад
Родитель
Сommit
b0907325f8
4 измененных файлов: 7 добавлений и 5 удалений
  1. +2
    -0
      .Rbuildignore
  2. +3
    -3
      pkgdown/_pkgdown.yml
  3. +1
    -1
      vignettes/fonts.Rmd
  4. +1
    -1
      vignettes/themes.Rmd

+ 2
- 0
.Rbuildignore Просмотреть файл

^appveyor\.yml$ ^appveyor\.yml$
^\.travis\.yml$ ^\.travis\.yml$
^pkgdown$ ^pkgdown$
^vignettes/fonts\.Rmd$
^vignettes/themes\.Rmd$

+ 3
- 3
pkgdown/_pkgdown.yml Просмотреть файл

- title: xaringan Themes - title: xaringan Themes
desc: | desc: |
Parameterized styles for xaringan slides using one (mono) Parameterized styles for xaringan slides using one (mono)
or two (duo) base colors. Bonus: slide styles base on the
or two (duo) base colors. Bonus: slide styles based on the
solarized color palette. solarized color palette.
contents: contents:
- starts_with("style_mono") - starts_with("style_mono")
href: reference/index.html href: reference/index.html
themes: themes:
text: Themes text: Themes
href: articles/singles/themes.html
href: articles/themes.html
fonts: fonts:
text: Fonts text: Fonts
href: articles/singles/fonts.html
href: articles/fonts.html
template-vars: template-vars:
text: Template Variables text: Template Variables
href: articles/template-variables.html href: articles/template-variables.html

vignettes/singles/fonts.Rmd → vignettes/fonts.Rmd Просмотреть файл

tvv <- xaringanthemer:::template_variables$variable tvv <- xaringanthemer:::template_variables$variable
``` ```


```{r child="../../man/fragments/_fonts.Rmd"}
```{r child="../man/fragments/_fonts.Rmd"}
``` ```

vignettes/singles/themes.Rmd → vignettes/themes.Rmd Просмотреть файл

knitr::opts_chunk$set(results = "asis", echo=FALSE) knitr::opts_chunk$set(results = "asis", echo=FALSE)
``` ```


```{r child="../../man/fragments/_themes.Rmd"}
```{r child="../man/fragments/_themes.Rmd"}
``` ```

Загрузка…
Отмена
Сохранить