-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
31 lines (26 loc) · 866 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: "ggschema"
description: |
The design philosophy of ggspec
author:
- name: "Ian Lyttle"
url: https://github.com/ijlyttle
affiliation: Schneider Electric
affiliation_url: https://www.se.com
- name: "Haley Jeppson"
url: https://github.com/haleyjeppson
affiliation: Schneider Electric, Iowa State University
affiliation_url: https://www.se.com
- name: "Wenyu Yang"
url: https://github.com/wenyuyangpku
affiliation: George Washington University
affiliation_url: https://www.gwu.edu
site: distill::distill_website
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
# Learn more about creating websites with Distill at:
# https://rstudio.github.io/distill/website.html
# Learn more about publishing to GitHub Pages at:
# https://rstudio.github.io/distill/publish_website.html#github-pages
```