|
2 | 2 | "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
3 | 3 | "@type": "SoftwareSourceCode", |
4 | 4 | "identifier": "octolog", |
5 | | - "description": "Provides an API for Github workflow commands and makes it possible to signal conditions from within R that will create annotations when used within Github Actions but raise normal R conditions when used interactively.", |
6 | | - "name": "octolog: Better Github Action Logging", |
| 5 | + "description": "Provides an API for 'Github' <https://github.com> workflow commands and makes it possible to signal conditions from within R that will create annotations when used within 'Github Actions' <https://github.com/features/actions> but raise normal R conditions when used interactively.", |
| 6 | + "name": "octolog: Better 'Github Action' Logging", |
7 | 7 | "relatedLink": "https://assignuser.github.io/octolog/", |
8 | 8 | "codeRepository": "https://github.com/assignUser/octolog", |
9 | 9 | "issueTracker": "https://github.com/assignUser/octolog/issues", |
10 | 10 | "license": "https://spdx.org/licenses/MIT", |
11 | | - "version": "0.0.0.9000", |
| 11 | + "version": "0.1.0", |
12 | 12 | "programmingLanguage": { |
13 | 13 | "@type": "ComputerLanguage", |
14 | 14 | "name": "R", |
|
34 | 34 | } |
35 | 35 | ], |
36 | 36 | "softwareSuggestions": [ |
| 37 | + { |
| 38 | + "@type": "SoftwareApplication", |
| 39 | + "identifier": "knitr", |
| 40 | + "name": "knitr", |
| 41 | + "provider": { |
| 42 | + "@id": "https://cran.r-project.org", |
| 43 | + "@type": "Organization", |
| 44 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 45 | + "url": "https://cran.r-project.org" |
| 46 | + }, |
| 47 | + "sameAs": "https://CRAN.R-project.org/package=knitr" |
| 48 | + }, |
37 | 49 | { |
38 | 50 | "@type": "SoftwareApplication", |
39 | 51 | "identifier": "covr", |
|
71 | 83 | "url": "https://cran.r-project.org" |
72 | 84 | }, |
73 | 85 | "sameAs": "https://CRAN.R-project.org/package=testthat" |
| 86 | + }, |
| 87 | + { |
| 88 | + "@type": "SoftwareApplication", |
| 89 | + "identifier": "rmarkdown", |
| 90 | + "name": "rmarkdown", |
| 91 | + "provider": { |
| 92 | + "@id": "https://cran.r-project.org", |
| 93 | + "@type": "Organization", |
| 94 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 95 | + "url": "https://cran.r-project.org" |
| 96 | + }, |
| 97 | + "sameAs": "https://CRAN.R-project.org/package=rmarkdown" |
74 | 98 | } |
75 | 99 | ], |
76 | 100 | "softwareRequirements": { |
|
124 | 148 | "sameAs": "https://CRAN.R-project.org/package=magrittr" |
125 | 149 | }, |
126 | 150 | "5": { |
| 151 | + "@type": "SoftwareApplication", |
| 152 | + "identifier": "openssl", |
| 153 | + "name": "openssl", |
| 154 | + "provider": { |
| 155 | + "@id": "https://cran.r-project.org", |
| 156 | + "@type": "Organization", |
| 157 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 158 | + "url": "https://cran.r-project.org" |
| 159 | + }, |
| 160 | + "sameAs": "https://CRAN.R-project.org/package=openssl" |
| 161 | + }, |
| 162 | + "6": { |
127 | 163 | "@type": "SoftwareApplication", |
128 | 164 | "identifier": "rlang", |
129 | 165 | "name": "rlang", |
| 166 | + "version": ">= 1.0.0", |
130 | 167 | "provider": { |
131 | 168 | "@id": "https://cran.r-project.org", |
132 | 169 | "@type": "Organization", |
|
135 | 172 | }, |
136 | 173 | "sameAs": "https://CRAN.R-project.org/package=rlang" |
137 | 174 | }, |
138 | | - "6": { |
| 175 | + "7": { |
139 | 176 | "@type": "SoftwareApplication", |
140 | 177 | "identifier": "utils", |
141 | 178 | "name": "utils" |
142 | 179 | }, |
143 | | - "7": { |
| 180 | + "8": { |
144 | 181 | "@type": "SoftwareApplication", |
145 | 182 | "identifier": "withr", |
146 | 183 | "name": "withr", |
|
154 | 191 | }, |
155 | 192 | "SystemRequirements": null |
156 | 193 | }, |
157 | | - "fileSize": "57.225KB", |
| 194 | + "fileSize": "209.536KB", |
| 195 | + "releaseNotes": "https://github.com/assignUser/octolog/blob/master/NEWS.md", |
158 | 196 | "readme": "https://github.com/assignUser/octolog/blob/main/README.md", |
159 | | - "contIntegration": ["https://github.com/assignUser/octolog/actions", "https://app.codecov.io/gh/assignUser/octolog?branch=main"], |
160 | | - "developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental", |
| 197 | + "contIntegration": ["https://github.com/assignUser/octolog/actions", "https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml", "https://app.codecov.io/gh/assignUser/octolog?branch=main"], |
| 198 | + "developmentStatus": "https://www.repostatus.org/#active", |
161 | 199 | "keywords": ["rstats", "actions", "workflows"] |
162 | 200 | } |
0 commit comments