{
  "_id": "6a1d18151d7bb097a0a3769f",
  "Package": "ghclass",
  "Title": "Tools for Managing Classes on GitHub",
  "Version": "0.4.0",
  "Authors@R": "c(person(given = \"Colin\",\nfamily = \"Rundel\",\nrole = c(\"aut\", \"cre\"),\nemail = \"rundel@gmail.com\"),\nperson(given = \"Mine\",\nfamily = \"Cetinkaya-Rundel\",\nrole = \"aut\",\nemail = \"mine@rstudio.com\"),\nperson(given = \"Therese\",\nfamily = \"Anders\",\nrole = \"ctb\",\nemail = \"tanders@usc.edu\"))",
  "Description": "Interface for the GitHub API that enables efficient\nmanagement of courses on GitHub. It has a functionality for\nmanaging organizations, teams, repositories, and users on\nGitHub and helps automate most of the tedious and repetitive\ntasks around creating and distributing assignments.",
  "License": "GPL-3",
  "URL": "https://github.com/rundel/ghclass",
  "BugReports": "https://github.com/rundel/ghclass/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "cmake git make libuv1-dev libssl-dev",
  "Repository": "https://rundel.r-universe.dev",
  "Date/Publication": "2026-06-01 03:37:18 UTC",
  "RemoteUrl": "https://github.com/rundel/ghclass",
  "RemoteRef": "HEAD",
  "RemoteSha": "b7814bd08f546bf9f287032961af14fb985642a0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 05:23:57 UTC",
    "User": "root"
  },
  "Author": "Colin Rundel [aut, cre],\nMine Cetinkaya-Rundel [aut],\nTherese Anders [ctb]",
  "Maintainer": "Colin Rundel <rundel@gmail.com>",
  "MD5sum": "fc5d1ed8c487454e577f82340838662b",
  "_user": "rundel",
  "_type": "src",
  "_file": "ghclass_0.4.0.tar.gz",
  "_fileid": "2ac5cf842109abd30a13b48ee9a076820d9d913682f0df9a23e87ec72c34776f",
  "_filesize": 1073355,
  "_sha256": "2ac5cf842109abd30a13b48ee9a076820d9d913682f0df9a23e87ec72c34776f",
  "_created": "2026-06-01T05:23:57.000Z",
  "_published": "2026-06-01T05:26:45.224Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78791661281,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7323995666"
    },
    {
      "job": 78791661286,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323994839"
    },
    {
      "job": 78791661294,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7323989302"
    },
    {
      "job": 78791661292,
      "time": 83,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323984496"
    },
    {
      "job": 78791427273,
      "time": 158,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323969643"
    },
    {
      "job": 78791661282,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323990731"
    },
    {
      "job": 78791661296,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7323985570"
    },
    {
      "job": 78791661315,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7323984853"
    },
    {
      "job": 78791661297,
      "time": 114,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323990606"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rundel/actions/runs/26736731829",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rundel/ghclass",
  "_commit": {
    "id": "b7814bd08f546bf9f287032961af14fb985642a0",
    "author": "Colin Rundel <rundel@gmail.com>",
    "committer": "Colin Rundel <rundel@gmail.com>",
    "message": "v0.4 release\n",
    "time": 1780285038
  },
  "_maintainer": {
    "name": "Colin Rundel",
    "email": "rundel@gmail.com",
    "login": "rundel",
    "twitter": "@rundel",
    "description": "Associate Professor of the Practice, Department of Statistical Science, Duke University\n\nR and computing enthusiast",
    "uuid": 273926
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "base64enc",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "gh",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "whisker",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "cli",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "here",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "sodium",
      "role": "Suggests"
    },
    {
      "package": "styler",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    },
    {
      "package": "gert",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "gitcreds",
      "role": "Suggests"
    }
  ],
  "_owner": "rundel",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-38",
      "n": 6
    },
    {
      "week": "2026-05",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 3
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 5
    },
    {
      "week": "2026-16",
      "n": 2
    },
    {
      "week": "2026-17",
      "n": 2
    },
    {
      "week": "2026-19",
      "n": 5
    },
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.3.1",
      "date": "2025-09-17"
    },
    {
      "name": "0.4.0",
      "date": "2026-06-01"
    }
  ],
  "_stars": 147,
  "_contributors": [
    {
      "user": "rundel",
      "count": 889,
      "uuid": 273926
    },
    {
      "user": "thereseanders",
      "count": 155,
      "uuid": 26805373
    },
    {
      "user": "mine-cetinkaya-rundel",
      "count": 63,
      "uuid": 5965649
    },
    {
      "user": "merliseclyde",
      "count": 13,
      "uuid": 384532
    },
    {
      "user": "rudeboybert",
      "count": 2,
      "uuid": 4574203
    },
    {
      "user": "finnlindgren",
      "count": 1,
      "uuid": 7162803
    },
    {
      "user": "pat-s",
      "count": 1,
      "uuid": 8430564
    },
    {
      "user": "davidkane9",
      "count": 1,
      "uuid": 4552851
    }
  ],
  "_userbio": {
    "uuid": 273926,
    "type": "user",
    "name": "Colin Rundel",
    "description": "Associate Professor of the Practice, Department of Statistical Science, Duke University\r\n\r\nR and computing enthusiast"
  },
  "_downloads": {
    "count": 383,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ghclass"
  },
  "_devurl": "https://github.com/rundel/ghclass",
  "_searchresults": 80,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ghclass.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rundel/ghclass",
  "_realowner": "rundel",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2022-01-06"
    },
    {
      "version": "0.3.0",
      "date": "2024-03-26"
    },
    {
      "version": "0.3.1",
      "date": "2025-05-06"
    },
    {
      "version": "0.4.0",
      "date": "2026-05-08"
    }
  ],
  "_exports": [
    "action_add_badge",
    "action_artifact_delete",
    "action_artifact_download",
    "action_artifacts",
    "action_remove_badge",
    "action_run_logs",
    "action_runs",
    "action_runtime",
    "action_status",
    "action_workflows",
    "arg_is_chr",
    "arg_is_chr_scalar",
    "arg_is_lgl",
    "arg_is_lgl_scalar",
    "arg_is_pos_int",
    "arg_is_pos_int_scalar",
    "branch_create",
    "branch_delete",
    "branch_remove",
    "cli_glue",
    "cli_stop",
    "cli_warn",
    "error",
    "failed",
    "format_repo",
    "get_repo_name",
    "get_repo_owner",
    "ghclass_api_v3_req",
    "github_api_repo_get_file",
    "github_api_repo_tree",
    "github_get_api_limit",
    "github_get_token",
    "github_graphql_rate_limit",
    "github_orgs",
    "github_rate_limit",
    "github_reset_token",
    "github_set_api_limit",
    "github_set_token",
    "github_test_token",
    "github_token_scopes",
    "github_whoami",
    "issue_close",
    "issue_create",
    "issue_edit",
    "local_pat",
    "local_repo_add",
    "local_repo_branch",
    "local_repo_clone",
    "local_repo_commit",
    "local_repo_log",
    "local_repo_pull",
    "local_repo_push",
    "local_repo_rename",
    "match_repo",
    "org_admins",
    "org_allows_forking",
    "org_create_assignment",
    "org_exists",
    "org_grade_assignment",
    "org_invite",
    "org_members",
    "org_pending",
    "org_remove",
    "org_repo_forking",
    "org_repo_search",
    "org_repo_stats",
    "org_repos",
    "org_set_repo_permission",
    "org_set_workflow_permissions",
    "org_sitrep",
    "org_team_details",
    "org_teams",
    "org_user_repos",
    "org_workflow_permissions",
    "pages_create",
    "pages_delete",
    "pages_enabled",
    "pages_status",
    "pr_create",
    "read_bin_file",
    "repo_add_file",
    "repo_add_team",
    "repo_add_user",
    "repo_allows_forking",
    "repo_branches",
    "repo_clone",
    "repo_clone_url",
    "repo_collaborators",
    "repo_commits",
    "repo_contributors",
    "repo_create",
    "repo_delete",
    "repo_delete_file",
    "repo_exists",
    "repo_files",
    "repo_get_file",
    "repo_get_readme",
    "repo_ignore",
    "repo_is_template",
    "repo_issues",
    "repo_ls",
    "repo_mirror",
    "repo_mirror_template",
    "repo_modify_file",
    "repo_n_commits",
    "repo_prs",
    "repo_pushes",
    "repo_put_file",
    "repo_remove_team",
    "repo_remove_user",
    "repo_rename",
    "repo_set_forking",
    "repo_set_template",
    "repo_style",
    "repo_team_permission",
    "repo_unwatch",
    "repo_user_permission",
    "repo_watch",
    "repo_watching",
    "result",
    "status_msg",
    "succeeded",
    "team_create",
    "team_delete",
    "team_invite",
    "team_members",
    "team_pending",
    "team_remove",
    "team_rename",
    "team_repos",
    "user_exists",
    "user_repos",
    "user_type",
    "with_pat"
  ],
  "_help": [
    {
      "page": "action",
      "title": "Retrieve information about GitHub Actions workflows and their runs.",
      "topics": [
        "action",
        "action_artifacts",
        "action_artifact_delete",
        "action_artifact_download",
        "action_runs",
        "action_runtime",
        "action_run_logs",
        "action_status",
        "action_workflows"
      ]
    },
    {
      "page": "action_badge",
      "title": "Add or remove GitHub Actions badges from a repository",
      "topics": [
        "action_add_badge",
        "action_badge",
        "action_remove_badge"
      ]
    },
    {
      "page": "branch",
      "title": "Create and delete branches in a repository",
      "topics": [
        "branch",
        "branch_create",
        "branch_delete",
        "branch_remove"
      ]
    },
    {
      "page": "github_api_limit",
      "title": "Tools for limiting gh's GitHub api requests.",
      "topics": [
        "github_api_limit",
        "github_get_api_limit",
        "github_set_api_limit"
      ]
    },
    {
      "page": "github_orgs",
      "title": "Collect details on the authenticated user's GitHub organization memberships (based on the current PAT).",
      "topics": [
        "github_orgs"
      ]
    },
    {
      "page": "github_token",
      "title": "Tools for handling GitHub personal access tokens (PAT)",
      "topics": [
        "github_get_token",
        "github_graphql_rate_limit",
        "github_rate_limit",
        "github_reset_token",
        "github_set_token",
        "github_test_token",
        "github_token",
        "github_token_scopes"
      ]
    },
    {
      "page": "github_whoami",
      "title": "Returns the login of the authenticated user (based on the current PAT).",
      "topics": [
        "github_whoami"
      ]
    },
    {
      "page": "github_with_pat",
      "title": "'withr'-like functions for temporary personal access token",
      "topics": [
        "github_with_pat",
        "local_pat",
        "with_pat"
      ]
    },
    {
      "page": "issue",
      "title": "GitHub Issue related tools",
      "topics": [
        "issue",
        "issue_close",
        "issue_create",
        "issue_edit"
      ]
    },
    {
      "page": "local_repo",
      "title": "Functions for managing local git repositories",
      "topics": [
        "local_repo",
        "local_repo_add",
        "local_repo_branch",
        "local_repo_clone",
        "local_repo_commit",
        "local_repo_log",
        "local_repo_pull",
        "local_repo_push",
        "repo_clone"
      ]
    },
    {
      "page": "local_repo_rename",
      "title": "Rename local directories using a vector of patterns and replacements.",
      "topics": [
        "local_repo_rename"
      ]
    },
    {
      "page": "org_create_assignment",
      "title": "Create a team or individual assignment",
      "topics": [
        "org_create_assignment"
      ]
    },
    {
      "page": "org_details",
      "title": "Obtain details on an organization's repos and teams",
      "topics": [
        "org_details",
        "org_exists",
        "org_repos",
        "org_repo_forking",
        "org_repo_search",
        "org_repo_stats",
        "org_teams",
        "org_team_details",
        "org_user_repos"
      ]
    },
    {
      "page": "org_grade_assignment",
      "title": "Setup grading for an assignment",
      "topics": [
        "org_grade_assignment"
      ]
    },
    {
      "page": "org_members",
      "title": "Tools for managing organization membership",
      "topics": [
        "org_admins",
        "org_invite",
        "org_members",
        "org_pending",
        "org_remove"
      ]
    },
    {
      "page": "org_perm",
      "title": "Organization permissions",
      "topics": [
        "org_allows_forking",
        "org_perm",
        "org_set_repo_permission",
        "org_set_workflow_permissions",
        "org_sitrep",
        "org_workflow_permissions"
      ]
    },
    {
      "page": "pages",
      "title": "Retrieve information about GitHub Pages sites and builds.",
      "topics": [
        "pages",
        "pages_create",
        "pages_delete",
        "pages_enabled",
        "pages_status"
      ]
    },
    {
      "page": "pr",
      "title": "GitHub Pull Request related tools",
      "topics": [
        "pr",
        "pr_create"
      ]
    },
    {
      "page": "repo_core",
      "title": "GitHub Repository tools - core functions",
      "topics": [
        "repo_allows_forking",
        "repo_core",
        "repo_create",
        "repo_delete",
        "repo_exists",
        "repo_is_template",
        "repo_mirror",
        "repo_mirror_template",
        "repo_rename",
        "repo_set_forking",
        "repo_set_template"
      ]
    },
    {
      "page": "repo_details",
      "title": "GitHub Repository tools - repository details",
      "topics": [
        "repo_branches",
        "repo_clone_url",
        "repo_commits",
        "repo_details",
        "repo_issues",
        "repo_n_commits",
        "repo_prs",
        "repo_pushes"
      ]
    },
    {
      "page": "repo_file",
      "title": "GitHub Repository tools - file functions",
      "topics": [
        "repo_add_file",
        "repo_delete_file",
        "repo_file",
        "repo_get_file",
        "repo_get_readme",
        "repo_ls",
        "repo_modify_file",
        "repo_put_file"
      ]
    },
    {
      "page": "repo_notification",
      "title": "GitHub Repository tools - notification functions",
      "topics": [
        "repo_ignore",
        "repo_notification",
        "repo_unwatch",
        "repo_watch",
        "repo_watching"
      ]
    },
    {
      "page": "repo_style",
      "title": "Style repository with styler",
      "topics": [
        "repo_style"
      ]
    },
    {
      "page": "repo_user",
      "title": "GitHub Repository tools - user functions",
      "topics": [
        "repo_add_team",
        "repo_add_user",
        "repo_collaborators",
        "repo_contributors",
        "repo_remove_team",
        "repo_remove_user",
        "repo_team_permission",
        "repo_user",
        "repo_user_permission"
      ]
    },
    {
      "page": "team",
      "title": "Create, delete, and rename teams within an organization",
      "topics": [
        "team",
        "team_create",
        "team_delete",
        "team_rename"
      ]
    },
    {
      "page": "team_members",
      "title": "Tools for inviting, removing, and managing members of an organization team",
      "topics": [
        "team_invite",
        "team_members",
        "team_pending",
        "team_remove",
        "team_repos"
      ]
    },
    {
      "page": "user",
      "title": "GitHub user related tools",
      "topics": [
        "user",
        "user_exists",
        "user_repos",
        "user_type"
      ]
    }
  ],
  "_pkglogo": "https://github.com/rundel/ghclass/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/rundel/ghclass/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "fs",
    "generics",
    "gitcreds",
    "glue",
    "httr",
    "httr2",
    "ini",
    "jsonlite",
    "lifecycle",
    "lubridate",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "tibble",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "whisker",
    "withr"
  ],
  "_score": 7.56871787552972,
  "_indexed": true,
  "_nocasepkg": "ghclass",
  "_universes": [
    "rundel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-01T05:26:13.000Z",
      "distro": "noble",
      "commit": "b7814bd08f546bf9f287032961af14fb985642a0",
      "fileid": "624a57c1e4a390b46896f287afad0ce8706bf5685304ca2403ade83e1dc6fc63",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26736731829"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-01T05:26:11.000Z",
      "distro": "noble",
      "commit": "b7814bd08f546bf9f287032961af14fb985642a0",
      "fileid": "8b067f8085f8c0a6d7f435d26e2948cce898ea0fd8485faedd4ed1b596f63096",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26736731829"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-01T05:25:46.000Z",
      "commit": "b7814bd08f546bf9f287032961af14fb985642a0",
      "fileid": "9adc86b93eeb74c95b0e9eb6b2bf334b49492d855d26cb21a64c025ed2e3e1d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26736731829"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-01T05:25:25.000Z",
      "commit": "b7814bd08f546bf9f287032961af14fb985642a0",
      "fileid": "845b211c9d06fffb54ca1d752f033a52a376abbc56f388c1e8088fda1d19f86a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26736731829"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-06-01T05:26:09.000Z",
      "commit": "b7814bd08f546bf9f287032961af14fb985642a0",
      "fileid": "3a3d726ffe46c11c4c2bb3cb4950144b94b594d8da7aad2aceef5fe58a5b7ac3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26736731829"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-01T05:25:15.000Z",
      "commit": "b7814bd08f546bf9f287032961af14fb985642a0",
      "fileid": "050fcf12a06063c59bd0ef401568262e623964a29ca6c86a89f8641d0a12931f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26736731829"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-01T05:25:13.000Z",
      "commit": "b7814bd08f546bf9f287032961af14fb985642a0",
      "fileid": "00712918f068421e2ee3d4f9266060f6668cdb90c2bcc1f8bfd8a47978c9bd82",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26736731829"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-01T05:25:39.000Z",
      "commit": "b7814bd08f546bf9f287032961af14fb985642a0",
      "fileid": "82b310c2d2e5887f72cf68afe320184ee9e944028c09ad09106b137787ae9e1a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rundel/actions/runs/26736731829"
    }
  ]
}