WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a385781

Browse files
committed
bump version
1 parent 2994ed1 commit a385781

File tree

3 files changed

+49
-11
lines changed

3 files changed

+49
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: octolog
22
Title: Better 'Github Action' Logging
3-
Version: 0.0.0.9000
3+
Version: 0.1.0
44
Authors@R:
55
person("Jacob", "Wujciak-Jens", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-7281-3989"))

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# octolog 0.0.0.9000
1+
# octolog 0.1.0
22

3-
* Added a `NEWS.md` file to track changes to the package.
3+
* This is the initial release!

codemeta.json

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"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",
77
"relatedLink": "https://assignuser.github.io/octolog/",
88
"codeRepository": "https://github.com/assignUser/octolog",
99
"issueTracker": "https://github.com/assignUser/octolog/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.0.0.9000",
11+
"version": "0.1.0",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -34,6 +34,18 @@
3434
}
3535
],
3636
"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+
},
3749
{
3850
"@type": "SoftwareApplication",
3951
"identifier": "covr",
@@ -71,6 +83,18 @@
7183
"url": "https://cran.r-project.org"
7284
},
7385
"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"
7498
}
7599
],
76100
"softwareRequirements": {
@@ -124,9 +148,22 @@
124148
"sameAs": "https://CRAN.R-project.org/package=magrittr"
125149
},
126150
"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": {
127163
"@type": "SoftwareApplication",
128164
"identifier": "rlang",
129165
"name": "rlang",
166+
"version": ">= 1.0.0",
130167
"provider": {
131168
"@id": "https://cran.r-project.org",
132169
"@type": "Organization",
@@ -135,12 +172,12 @@
135172
},
136173
"sameAs": "https://CRAN.R-project.org/package=rlang"
137174
},
138-
"6": {
175+
"7": {
139176
"@type": "SoftwareApplication",
140177
"identifier": "utils",
141178
"name": "utils"
142179
},
143-
"7": {
180+
"8": {
144181
"@type": "SoftwareApplication",
145182
"identifier": "withr",
146183
"name": "withr",
@@ -154,9 +191,10 @@
154191
},
155192
"SystemRequirements": null
156193
},
157-
"fileSize": "57.225KB",
194+
"fileSize": "209.536KB",
195+
"releaseNotes": "https://github.com/assignUser/octolog/blob/master/NEWS.md",
158196
"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",
161199
"keywords": ["rstats", "actions", "workflows"]
162200
}

0 commit comments

Comments
 (0)