Skip to content

Commit

Permalink
Update with CRAN details
Browse files Browse the repository at this point in the history
  • Loading branch information
rundel committed Jan 7, 2022
1 parent 73a3f53 commit cf3873c
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 62 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.2.1
Date: 2021-12-16 19:36:06 UTC
SHA: 8cef029796af413f5cdaaee4e7ba51a67c15b740
Date: 2022-01-04 21:19:23 UTC
SHA: 73a3f5362be901efe007327f53effe3cb717df03
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ghclass 0.2.1

* ghclass is now on [CRAN](https://cran.r-project.org/web/packages/ghclass/)!

* improved action support with `action_runs()` and `action_status()`

* revised how GitHub PATs are handled - now uses `gitcreds` by way of ` gh::gh_token()`
Expand Down
6 changes: 6 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ output: github_document

This R package is designed to enable instructors to efficiently manage their courses on GitHub. It has a wide range of 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.

Install ghclass from CRAN:

```r
install.packages("ghclass")
```

Install the development version package from GitHub:

``` r
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ managing organizations, teams, repositories, and users on GitHub and
helps automate most of the tedious and repetitive tasks around creating
and distributing assignments.

Install ghclass from CRAN:

``` r
install.packages("ghclass")
```

Install the development version package from GitHub:

``` r
Expand Down
8 changes: 6 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.1.9000
pkgdown_sha: 1c2bedc10283fe39c5e539083021cb87f208903a
articles:
ghclass: ghclass.html
last_built: 2022-01-04T21:15Z
last_built: 2022-01-07T03:29Z
urls:
reference: https://rundel.github.io/ghclass/reference
article: https://rundel.github.io/ghclass/articles
Expand Down
Loading

0 comments on commit cf3873c

Please sign in to comment.