Package: ghclass
Title: Tools for Managing Classes on GitHub
Version: 0.2.1
Authors@R: 
    c(person(given = "Colin",
             family = "Rundel",
             role = c("aut", "cre"),
             email = "rundel@gmail.com"),
      person(given = "Mine",
             family = "Cetinkaya-Rundel",
             role = "aut",
             email = "mine@rstudio.com"),
      person(given = "Therese",
             family = "Anders",
             role = "ctb",
             email = "tanders@usc.edu"))
Description: Interface for the GitHub API that enables efficient 
    management of courses on GitHub. It has a functionality for 
    managing organizations, teams, repositories, and users on GitHub 
    and helps automate most of the tedious and repetitive tasks 
    around creating and distributing assignments.
License: GPL-3
URL: https://github.com/rundel/ghclass
BugReports: https://github.com/rundel/ghclass/issues
Depends: R (>= 3.4.0)
Imports: base64enc, fs, gh, glue, httr, lubridate, purrr, rlang,
        tibble, whisker, withr, dplyr, cli (>= 3.0.0)
Suggests: here, knitr, rmarkdown, sodium, styler, usethis, gert, readr,
        gitcreds
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-04 21:19:13 UTC; rundel
Author: Colin Rundel [aut, cre],
  Mine Cetinkaya-Rundel [aut],
  Therese Anders [ctb]
Maintainer: Colin Rundel <rundel@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-06 09:30:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:33:10 UTC; windows
