Package: ghclass Title: Tools for Managing Classes on GitHub Version: 0.4.0 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 (>= 1.4.0), glue, httr, lubridate, purrr, rlang, tibble, whisker, withr, dplyr, cli (>= 3.0.0), lifecycle, readr, tidyselect Suggests: here, knitr, rmarkdown, sodium, styler, testthat (>= 3.0.0), usethis, gert, gitcreds Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/pak/sysreqs: cmake git make libuv1-dev libssl-dev libx11-dev Repository: https://rundel.r-universe.dev Date/Publication: 2026-06-07 20:32:36 UTC RemoteUrl: https://github.com/rundel/ghclass RemoteRef: HEAD RemoteSha: 51e37c3b8cc497da4fffe94edc09eac66f831d4e NeedsCompilation: no Packaged: 2026-06-07 21:17:19 UTC; root Author: Colin Rundel [aut, cre], Mine Cetinkaya-Rundel [aut], Therese Anders [ctb] Maintainer: Colin Rundel