Skip to content

Commit

Permalink
update revdep checks; bump version; update codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 28, 2020
1 parent 3135f44 commit 06ae765
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 55 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description: Work with 'GitHub' 'gists' from 'R' (e.g.,
'gist' 'commits', and get rate limit information when 'authenticated'. Some
requests require authentication and some do not. 'Gists' website:
<https://gist.github.com/>.
Version: 0.5.2.91
Version: 0.9.0
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com",
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
gistr 0.9.0
===============

### MINOR IMPROVEMENTS

* replace httr with crul for all but the oauth handling (#68)
* fix to internal fxn `stopstatus()` to handle correctly detecting scope header issues (#82)
* fixed old urls that have changed


gistr 0.5.0
===============

Expand Down
25 changes: 17 additions & 8 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
],
"@type": "SoftwareSourceCode",
"identifier": "gistr",
"description": "Work with 'GitHub' 'gists' from 'R' (e.g., \n <http://en.wikipedia.org/wiki/GitHub#Gist>, \n <https://help.github.com/articles/about-gists/>). A 'gist'\n is simply one or more files with code/text/images/etc. This package allows\n the user to create new 'gists', update 'gists' with new files, rename files,\n delete files, get and delete 'gists', star and 'un-star' 'gists', fork 'gists',\n open a 'gist' in your default browser, get embed code for a 'gist', list\n 'gist' 'commits', and get rate limit information when 'authenticated'. Some\n requests require authentication and some do not. 'Gists' website: \n <https://gist.github.com/>.",
"description": "Work with 'GitHub' 'gists' from 'R' (e.g., \n <https://en.wikipedia.org/wiki/GitHub#Gist>, \n <https://docs.github.com/en/github/writing-on-github/creating-gists/>). A 'gist'\n is simply one or more files with code/text/images/etc. This package allows\n the user to create new 'gists', update 'gists' with new files, rename files,\n delete files, get and delete 'gists', star and 'un-star' 'gists', fork 'gists',\n open a 'gist' in your default browser, get embed code for a 'gist', list\n 'gist' 'commits', and get rate limit information when 'authenticated'. Some\n requests require authentication and some do not. 'Gists' website: \n <https://gist.github.com/>.",
"name": "gistr: Work with 'GitHub' 'Gists'",
"codeRepository": "https://github.com/ropensci/gistr",
"issueTracker": "https://github.com/ropensci/gistr/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.5.0",
"version": "0.9.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.6.2",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.2 Patched (2019-12-12 r77564)",
"runtimePlatform": "R version 4.0.2 Patched (2020-06-30 r78761)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -83,7 +82,6 @@
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"version": ">= 1.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -92,11 +90,22 @@
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
{
"@type": "SoftwareApplication",
"identifier": "crul",
"name": "crul",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=crul"
},
{
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"version": ">= 1.2.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -166,10 +175,10 @@
"sameAs": "https://CRAN.R-project.org/package=dplyr"
}
],
"contIntegration": ["https://travis-ci.org/ropensci/gistr", "https://ci.appveyor.com/project/sckott/gistr/branch/master", "https://codecov.io/github/ropensci/gistr?branch=master"],
"contIntegration": "https://codecov.io/github/ropensci/gistr?branch=master",
"releaseNotes": "https://github.com/ropensci/gistr/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/gistr/blob/master/README.md",
"fileSize": "1261.977KB",
"fileSize": "0KB",
"applicationCategory": "Web",
"isPartOf": "https://ropensci.org",
"keywords": ["http", "https", "API", "web-services", "GitHub", "GitHubAPI", "gist", "gists", "code", "script", "snippet", "github-api", "api-wrapper", "rstats", "r", "github-gist", "r-package"],
Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local OS X install, R 3.6.2 patched
* ubuntu 14.04 (on travis-ci), R 3.6.2
* local OS X install, R 4.0.2 patched
* ubuntu 14.04 (on travis-ci), R 4.0.2
* win-builder (devel and release)

## R CMD check results
Expand All @@ -10,11 +10,11 @@

## Reverse dependencies

I have run R CMD check on the 8 downstream dependencies. Summary at <https://github.com/ropensci/gistr/tree/master/revdep>. None had problems.
I have run R CMD check on the 9 downstream dependencies. Summary at <https://github.com/ropensci/gistr/tree/master/revdep>. None had problems.

---

This version adds a vignette example, improves documentation, and improves a function.
This version fixes and improves some internals; no user facing changes.

Thanks!
Scott Chamberlain
15 changes: 7 additions & 8 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@

|field |value |
|:--------|:-------------------------------------------|
|version |R version 3.6.2 Patched (2019-12-12 r77564) |
|os |macOS Mojave 10.14.6 |
|system |x86_64, darwin15.6.0 |
|version |R version 4.0.2 Patched (2020-06-30 r78761) |
|os |macOS Catalina 10.15.5 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |US/Pacific |
|date |2020-01-08 |
|date |2020-07-28 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|gistr |0.4.2 |0.5.0 |* |
|rlang |NA |0.4.2.9000 |* |
|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|gistr |0.5.0 |0.9.0 |* |

# Revdeps

34 changes: 0 additions & 34 deletions revdep/email.md

This file was deleted.

0 comments on commit 06ae765

Please sign in to comment.