knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Let's Write a Paper!

Welcome to Let's Write a Paper, a collaborative workshop series about using git and GitHub for paper writing and other non-code uses! This repository is the source code for the site deployed at nyuglobalties.github.io/git-workshops. Please feel free to browse!

Setup

Install the packages for this project using

# in R
renv::restore()

To rebuild the site, run

targets::tar_make()

The site will be saved to www/_site.



nyuglobalties/git-workshops documentation built on July 3, 2022, 12:53 p.m.