diff --git a/index.Rmd b/index.Rmd index 4038d9ad..d15b74ed 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,9 +1,7 @@ --- title: "Happy Git and GitHub for the useR" author: "Jenny Bryan, the STAT 545 TAs, Jim Hester" -date: "`r Sys.Date()`" site: bookdown::bookdown_site -output: bookdown::gitbook documentclass: book bibliography: [book.bib, packages.bib] biblio-style: apalike @@ -15,32 +13,26 @@ url: 'https\://happygitwithr.com/' cover-image: img/watch-me-diff-watch-me-rebase-smaller.png --- -# A living book {-} +# Let's Git started {-} -Cover image +
+Cover image +

Still from Heaven King video

+
-Still from [Heaven King video](https://www.youtube.com/watch?v=uBWrpVrazzA) +Happy Git provides opinionated instructions on how to: -Repo that makes this site: + * Install Git and get it working smoothly with GitHub, in the shell and through the [RStudio IDE](https://www.rstudio.com/products/rstudio/). + * Integrate Git and GitHub into your daily work with R and [R Markdown](https://rmarkdown.rstudio.com). + * Develop a few key workflows that cover your most common tasks. + +The target reader is someone who uses R for data analysis or who works on R packages, but some of the content may be useful to those working in adjacent areas. -Present and quite stable, goal is to stay very current: - - * Instructions for Git/GitHub/R/RStudio installation and set-up - * Early and fundamental workflows using Git and GitHub with R and RStudio. - - Including special tips for the effective use of R Markdown and the rmarkdown package with GitHub. - -Present and still growing, within some limits: - - * More on Git itself. However we have no ambitions to be a full substitute for other comprehensive Git references. - * Intermediate and advanced workflows, with a special emphasis on concerns relevant to useRs, data analysts, etc. - -Present but stale / stalled. - - * Using GitHub to run a course. +## License {-} Creative Commons License
Happy Git and GitHub for the useR by Jennifer Bryan is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. -```{r include=FALSE} +```{r include = FALSE} # automatically create a bib database for R packages knitr::write_bib(c( .packages(), 'bookdown', 'knitr', 'rmarkdown'