Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jul 31, 2023
1 parent 84203cc commit b38db88
Show file tree
Hide file tree
Showing 35 changed files with 11,794 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b705bcf
47 changes: 47 additions & 0 deletions 00template/README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
output:
github_document:
html_preview: false
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
warning = FALSE,
message = FALSE,
comment = "#>",
fig.retina = 3
)
```

## EMSE 4572: Exploratory Data Analysis <a href='https://github.com/emse-eda-gwu/'><img src='images/eda_hex_sticker.png' align="right" height="139"/></a>

<!-- badges: start -->
[![License: CC-BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA-lightgrey)](https://creativecommons.org/licenses/by-sa/4.0/)
<!-- badges: end -->

### Description

```{r child = '_description.Rmd'}
```

### Select Section

Select to view the course site for a particular semester:

- [Spring 2020 (listed as EMSE 4197)](http://eda.seas.gwu.edu/2020-Spring/)
- [Spring 2021 (listed as EMSE 4575)](http://eda.seas.gwu.edu/2021-Spring/)
- [Fall 2022](http://eda.seas.gwu.edu/2022-Fall/)

### Student Project Showcase

Select to view the showcase of student projects from a previous semester:

- [Spring 2020](http://eda.seas.gwu.edu/showcase-2020-spring.html)
- [Spring 2021](http://eda.seas.gwu.edu/showcase-2021-spring.html)

### Acknowledgments

This course was inspired by many other courses / resources that cover similar material - see the course [about page](http://eda.seas.gwu.edu/about.html) for more details.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
p4a.seas.gwu.edu
24 changes: 24 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Type: Website
Package: emsep4a
Title: Intro to Programming for Analytics
Authors@R: c(
person(given = "John",
family = "Helveston",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2657-9191")))
)
Depends: R (>= 3.6.0)
License: CC-BY-SA
Encoding: UTF-8
Imports:
rmarkdown,
knitr,
yaml,
tidyverse,
devtools,
roxygen2,
here
Remotes:
rstudio/fontawesome,
rstudio/rmarkdown
Loading

0 comments on commit b38db88

Please sign in to comment.