Package: ghclass
Title: Tools for Managing Classes on GitHub
Version: 0.3.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), lifecycle
Suggests: here, knitr, rmarkdown, sodium, styler, usethis, gert, readr,
        gitcreds
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-05-06 15:59:17 UTC; rundel
Author: Colin Rundel [aut, cre],
  Mine Cetinkaya-Rundel [aut],
  Therese Anders [ctb]
Maintainer: Colin Rundel <rundel@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-06 16:20:02 UTC
Built: R 4.4.3; ; 2025-10-08 03:14:27 UTC; windows
