Skip to content

Commit f1e8fa7

Browse files
committed
update news and desc; version bump; regenerate meta
1 parent a121f8f commit f1e8fa7

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "rJavaEnv" in publications use:'
88
type: software
99
license: MIT
1010
title: 'rJavaEnv: ''Java'' Environments for R Projects'
11-
version: 0.1.1
11+
version: 0.1.2
1212
doi: 10.5281/zenodo.11403010
1313
abstract: 'The ''rJavaEnv'' package addresses common issues with ''Java'' environment
1414
management in ''R'' for users of ''Java''/''rJava''-dependent ''R'' packages such

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rJavaEnv
22
Title: 'Java' Environments for R Projects
3-
Version: 0.1.1
3+
Version: 0.1.2
44
Authors@R: c(
55
person("Egor", "Kotov", , "[email protected]", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-6690-5345")),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# rJavaEnv 0.1.2
2+
3+
* Fixed broken links in README.md
4+
15
# rJavaEnv 0.1.1
26

37
* Improved documentation

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
99
"issueTracker": "https://github.com/e-kotov/rJavaEnv/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.1.1",
11+
"version": "0.1.2",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -146,7 +146,7 @@
146146
},
147147
"SystemRequirements": null
148148
},
149-
"fileSize": "383.482KB",
149+
"fileSize": "383.535KB",
150150
"citation": [
151151
{
152152
"@type": "SoftwareSourceCode",

inst/schemaorg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"url": "https://r-project.org"
3131
},
3232
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
33-
"version": "0.1.1"
33+
"version": "0.1.2"
3434
},
3535
{
3636
"id": "https://doi.org/10.5281/zenodo.11403010",

0 commit comments

Comments
 (0)