Explorar el Código

pkgdown: put articles with child chunks back in vignettes/

tags/v0.3.0
Garrick Aden-Buie hace 6 años
padre
commit
b0907325f8
Se han modificado 4 ficheros con 7 adiciones y 5 borrados
  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 Ver fichero

@@ -13,3 +13,5 @@
^appveyor\.yml$
^\.travis\.yml$
^pkgdown$
^vignettes/fonts\.Rmd$
^vignettes/themes\.Rmd$

+ 3
- 3
pkgdown/_pkgdown.yml Ver fichero

@@ -17,7 +17,7 @@ reference:
- title: xaringan Themes
desc: |
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.
contents:
- starts_with("style_mono")
@@ -55,10 +55,10 @@ navbar:
href: reference/index.html
themes:
text: Themes
href: articles/singles/themes.html
href: articles/themes.html
fonts:
text: Fonts
href: articles/singles/fonts.html
href: articles/fonts.html
template-vars:
text: Template Variables
href: articles/template-variables.html

vignettes/singles/fonts.Rmd → vignettes/fonts.Rmd Ver fichero

@@ -8,5 +8,5 @@ title: Fonts
tvv <- xaringanthemer:::template_variables$variable
```

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

vignettes/singles/themes.Rmd → vignettes/themes.Rmd Ver fichero

@@ -7,5 +7,5 @@ library(xaringanthemer)
knitr::opts_chunk$set(results = "asis", echo=FALSE)
```

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

Cargando…
Cancelar
Guardar