Package: friendlyGithubIntro
Title: A Friendly Introduction to Github for Project Version Control
Version: 1.1.0
Authors@R: 
    person(given = "Hao",
           family = "Ye",
           role = c("aut", "cre"),
           email = "haoye@ufl.edu",
           comment = c(ORCID = "0000-0002-8630-1458"))
Description: Github is a cloud-based platform commonly used to host open-source coding project... this workshop will introduce how it can be used more broadly to back-up your research projects, collaborate within your lab and with remote colleagues, and even practice open science by (optionally) sharing your research project publicly.
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports:
    showtext,
    xaringan,
    xaringanthemer
URL: https://github.com/uf-repro/friendly-github-intro
learningOutcomes: * explain the benefits of version control
 * articulate the differences between `git` and `Github`
 * create and update repositories using Github Desktop and the Github website
 * write descriptive README files
 * select and apply a license to a GitHub project
