ghclass icon indicating copy to clipboard operation
ghclass copied to clipboard

Tools for managing classroom organizations

Results 43 ghclass issues
Sort by recently updated
recently updated
newest added

`repo_add_file()` can take a vector of file names and will add all those files to the repositories, however it creates a new commit for each file. Because each commit triggers...

enhancement

Looks like the templates provided in the package does not work with `rmarkdown::draft()`: ``` > rmarkdown::draft(file = "test-ghclass.Rmd", template = "review", package = "ghclass") Error in rmarkdown::draft(file = "test-ghclass.Rmd", template...

Hello, Thank you for this great package! I have an issue I don't know how to replicate because it seems to happen sporadically. I have a class of 50-ish students...

Currently, the `peer_review` branch seems to retrieve GitHub PAT directly from .Renviron file. I have securely saved my token using `gitcreds::gitcreds_set()` already. When I tested using `ghclass::github_test_token()`, the `peer_review` version...

I wrote a couple of simple functions that will export email address and groups to CSVs so they can be imported directly into Zoom and Moodle. Would you field a...

Hello this is the 3rd course I am managing with ghclass, and it is a great tool, however today, when I was trying to assign a peer review assignment, I...

I think this happens when someone commits without configuring their `user.email` and their commits are not linked to their username on GitHub. In the output of `repo_commits()` their `login` is...

Hi. We've been doing some test rounds with this package, works great on github, but we're struggling to get things working on github enterprise. Unsure if it's us or whether...

``` repo_contributors(repo) #> Timeout, no response within 10 seconds. #> x Failed to retrieve contributors for 'ghclass-test/hw1'. #> API message: #> API docs: #> Missing page: #> └─ #> #...