|
5 | 5 | ],
|
6 | 6 | "@type": "SoftwareSourceCode",
|
7 | 7 | "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/>.", |
9 | 9 | "name": "gistr: Work with 'GitHub' 'Gists'",
|
10 | 10 | "codeRepository": "https://github.com/ropensci/gistr",
|
11 | 11 | "issueTracker": "https://github.com/ropensci/gistr/issues",
|
12 | 12 | "license": "https://spdx.org/licenses/MIT",
|
13 |
| - "version": "0.5.0", |
| 13 | + "version": "0.9.0", |
14 | 14 | "programmingLanguage": {
|
15 | 15 | "@type": "ComputerLanguage",
|
16 | 16 | "name": "R",
|
17 |
| - "version": "3.6.2", |
18 | 17 | "url": "https://r-project.org"
|
19 | 18 | },
|
20 |
| - "runtimePlatform": "R version 3.6.2 Patched (2019-12-12 r77564)", |
| 19 | + "runtimePlatform": "R version 4.0.2 Patched (2020-06-30 r78761)", |
21 | 20 | "provider": {
|
22 | 21 | "@id": "https://cran.r-project.org",
|
23 | 22 | "@type": "Organization",
|
|
83 | 82 | "@type": "SoftwareApplication",
|
84 | 83 | "identifier": "jsonlite",
|
85 | 84 | "name": "jsonlite",
|
86 |
| - "version": ">= 1.4", |
87 | 85 | "provider": {
|
88 | 86 | "@id": "https://cran.r-project.org",
|
89 | 87 | "@type": "Organization",
|
|
92 | 90 | },
|
93 | 91 | "sameAs": "https://CRAN.R-project.org/package=jsonlite"
|
94 | 92 | },
|
| 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 | + }, |
95 | 105 | {
|
96 | 106 | "@type": "SoftwareApplication",
|
97 | 107 | "identifier": "httr",
|
98 | 108 | "name": "httr",
|
99 |
| - "version": ">= 1.2.0", |
100 | 109 | "provider": {
|
101 | 110 | "@id": "https://cran.r-project.org",
|
102 | 111 | "@type": "Organization",
|
|
166 | 175 | "sameAs": "https://CRAN.R-project.org/package=dplyr"
|
167 | 176 | }
|
168 | 177 | ],
|
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", |
170 | 179 | "releaseNotes": "https://github.com/ropensci/gistr/blob/master/NEWS.md",
|
171 | 180 | "readme": "https://github.com/ropensci/gistr/blob/master/README.md",
|
172 |
| - "fileSize": "1261.977KB", |
| 181 | + "fileSize": "0KB", |
173 | 182 | "applicationCategory": "Web",
|
174 | 183 | "isPartOf": "https://ropensci.org",
|
175 | 184 | "keywords": ["http", "https", "API", "web-services", "GitHub", "GitHubAPI", "gist", "gists", "code", "script", "snippet", "github-api", "api-wrapper", "rstats", "r", "github-gist", "r-package"],
|
|
0 commit comments