Skip to content

Commit 06ae765

Browse files
committed
update revdep checks; bump version; update codemeta.json
1 parent 3135f44 commit 06ae765

File tree

6 files changed

+39
-55
lines changed

6 files changed

+39
-55
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Description: Work with 'GitHub' 'gists' from 'R' (e.g.,
1010
'gist' 'commits', and get rate limit information when 'authenticated'. Some
1111
requests require authentication and some do not. 'Gists' website:
1212
<https://gist.github.com/>.
13-
Version: 0.5.2.91
13+
Version: 0.9.0
1414
Authors@R: c(
1515
person("Scott", "Chamberlain", role = c("aut", "cre"),
1616
email = "myrmecocystus@gmail.com",

NEWS.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
gistr 0.9.0
2+
===============
3+
4+
### MINOR IMPROVEMENTS
5+
6+
* replace httr with crul for all but the oauth handling (#68)
7+
* fix to internal fxn `stopstatus()` to handle correctly detecting scope header issues (#82)
8+
* fixed old urls that have changed
9+
10+
111
gistr 0.5.0
212
===============
313

codemeta.json

+17-8
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55
],
66
"@type": "SoftwareSourceCode",
77
"identifier": "gistr",
8-
"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/>.",
8+
"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/>.",
99
"name": "gistr: Work with 'GitHub' 'Gists'",
1010
"codeRepository": "https://github.com/ropensci/gistr",
1111
"issueTracker": "https://github.com/ropensci/gistr/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "0.5.0",
13+
"version": "0.9.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
17-
"version": "3.6.2",
1817
"url": "https://r-project.org"
1918
},
20-
"runtimePlatform": "R version 3.6.2 Patched (2019-12-12 r77564)",
19+
"runtimePlatform": "R version 4.0.2 Patched (2020-06-30 r78761)",
2120
"provider": {
2221
"@id": "https://cran.r-project.org",
2322
"@type": "Organization",
@@ -83,7 +82,6 @@
8382
"@type": "SoftwareApplication",
8483
"identifier": "jsonlite",
8584
"name": "jsonlite",
86-
"version": ">= 1.4",
8785
"provider": {
8886
"@id": "https://cran.r-project.org",
8987
"@type": "Organization",
@@ -92,11 +90,22 @@
9290
},
9391
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
9492
},
93+
{
94+
"@type": "SoftwareApplication",
95+
"identifier": "crul",
96+
"name": "crul",
97+
"provider": {
98+
"@id": "https://cran.r-project.org",
99+
"@type": "Organization",
100+
"name": "Comprehensive R Archive Network (CRAN)",
101+
"url": "https://cran.r-project.org"
102+
},
103+
"sameAs": "https://CRAN.R-project.org/package=crul"
104+
},
95105
{
96106
"@type": "SoftwareApplication",
97107
"identifier": "httr",
98108
"name": "httr",
99-
"version": ">= 1.2.0",
100109
"provider": {
101110
"@id": "https://cran.r-project.org",
102111
"@type": "Organization",
@@ -166,10 +175,10 @@
166175
"sameAs": "https://CRAN.R-project.org/package=dplyr"
167176
}
168177
],
169-
"contIntegration": ["https://travis-ci.org/ropensci/gistr", "https://ci.appveyor.com/project/sckott/gistr/branch/master", "https://codecov.io/github/ropensci/gistr?branch=master"],
178+
"contIntegration": "https://codecov.io/github/ropensci/gistr?branch=master",
170179
"releaseNotes": "https://github.com/ropensci/gistr/blob/master/NEWS.md",
171180
"readme": "https://github.com/ropensci/gistr/blob/master/README.md",
172-
"fileSize": "1261.977KB",
181+
"fileSize": "0KB",
173182
"applicationCategory": "Web",
174183
"isPartOf": "https://ropensci.org",
175184
"keywords": ["http", "https", "API", "web-services", "GitHub", "GitHubAPI", "gist", "gists", "code", "script", "snippet", "github-api", "api-wrapper", "rstats", "r", "github-gist", "r-package"],

cran-comments.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Test environments
22

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

77
## R CMD check results
@@ -10,11 +10,11 @@
1010

1111
## Reverse dependencies
1212

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

1515
---
1616

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

1919
Thanks!
2020
Scott Chamberlain

revdep/README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22

33
|field |value |
44
|:--------|:-------------------------------------------|
5-
|version |R version 3.6.2 Patched (2019-12-12 r77564) |
6-
|os |macOS Mojave 10.14.6 |
7-
|system |x86_64, darwin15.6.0 |
5+
|version |R version 4.0.2 Patched (2020-06-30 r78761) |
6+
|os |macOS Catalina 10.15.5 |
7+
|system |x86_64, darwin17.0 |
88
|ui |X11 |
99
|language |(EN) |
1010
|collate |en_US.UTF-8 |
1111
|ctype |en_US.UTF-8 |
1212
|tz |US/Pacific |
13-
|date |2020-01-08 |
13+
|date |2020-07-28 |
1414

1515
# Dependencies
1616

17-
|package |old |new |Δ |
18-
|:-------|:-----|:----------|:--|
19-
|gistr |0.4.2 |0.5.0 |* |
20-
|rlang |NA |0.4.2.9000 |* |
17+
|package |old |new |Δ |
18+
|:-------|:-----|:-----|:--|
19+
|gistr |0.5.0 |0.9.0 |* |
2120

2221
# Revdeps
2322

revdep/email.md

-34
This file was deleted.

0 commit comments

Comments
 (0)