Procházet zdrojové kódy

Adjust test docs

master
Garrick Aden-Buie před 7 roky
rodič
revize
e3ae563562
4 změnil soubory, kde provedl 34 přidání a 5 odebrání
  1. +0
    -0
      tests/manual/example/bibfile.bib
  2. +6
    -5
      tests/manual/example/bulma-test.Rmd
  3. +0
    -0
      tests/manual/example/custom.css
  4. +28
    -0
      tests/manual/tabset/bulma-tabset.Rmd

tests/manual/bibfile.bib → tests/manual/example/bibfile.bib Zobrazit soubor


tests/manual/bulma-test.Rmd → tests/manual/example/bulma-test.Rmd Zobrazit soubor

subtitle: "A minimal Bulma RMarkdown Template" subtitle: "A minimal Bulma RMarkdown Template"
author: author:
- name: Garrick Aden-Buie - name: Garrick Aden-Buie
url: "https://garrickadenbuie.com"
url: https://garrickadenbuie.com
extra: extra:
- "Moffitt Cancer Center" - "Moffitt Cancer Center"
- "[@grrrck](https://twitter.com/grrrck)" - "[@grrrck](https://twitter.com/grrrck)"
- name: Travis Gerke - name: Travis Gerke
url: "https://travisgerke.com"
url: https://travisgerke.com
extra: extra:
- "Moffitt Cancer Center" - "Moffitt Cancer Center"
- "@travisgerke" - "@travisgerke"
date: "12/7/2018" date: "12/7/2018"
header-links: header-links:
- name: Github - name: Github
url: "https://github.com/gerkelab"
url: https://github.com/gerkelab
- name: Home - name: Home
url: "https://gerkelab.com"
url: https://gerkelab.com
# bulma: # bulma:
# hero: ["dark", "bold"] # hero: ["dark", "bold"]
output: output:
bulma::bulma_document: default
bulma::bulma_document:
keep_md: TRUE
# css: custom.css # css: custom.css
html_document_base: html_document_base:
pandoc_args: ["--template", "/Users/4468739/work/bulmaRmd/inst/bulma/bulma-min.html" ] pandoc_args: ["--template", "/Users/4468739/work/bulmaRmd/inst/bulma/bulma-min.html" ]

tests/manual/custom.css → tests/manual/example/custom.css Zobrazit soubor


+ 28
- 0
tests/manual/tabset/bulma-tabset.Rmd Zobrazit soubor

---
title: "tab test"
output: bulma::bulma_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

# Tab Header {.tabs}

## R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.

## Knit

When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

```{r cars}
summary(cars)
```

# Not a Tab Header

## Not a Tabbed Sub Header

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut sapien risus, imperdiet ut laoreet sed, finibus ac nunc. Fusce nisl ligula, auctor at congue in, aliquam non odio. Sed a nisl ex. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean vel commodo libero. Mauris laoreet augue bibendum, feugiat nibh a, dapibus sapien. Mauris id velit pellentesque, fermentum libero vel, suscipit odio. Integer ipsum dui, ullamcorper vitae tempor eget, condimentum et ipsum. Integer nec mattis nunc.

Načítá se…
Zrušit
Uložit