Skip to content

Commit 5192e51

Browse files
committed
feat: prepare for CRAN release
1 parent 2feadb3 commit 5192e51

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: adjustedCurves
22
Title: Confounder-Adjusted Survival Curves and Cumulative Incidence
33
Functions
4-
Version: 0.11.2.9000
4+
Version: 0.11.3
55
Authors@R:
66
person("Robin", "Denz", , "robin.denz@rub.de", role = c("aut", "cre"))
77
Maintainer: Robin Denz <robin.denz@rub.de>

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# adjustedCurves 0.11.3 (developmental version)
2+
# adjustedCurves 0.11.3
33

44
New features
55

codemeta.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"codeRepository": "https://github.com/RobinDenz1/adjustedCurves",
99
"issueTracker": "https://github.com/RobinDenz1/adjustedCurves/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.11.1",
11+
"version": "0.11.3",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.2.1 (2022-06-23 ucrt)",
17+
"runtimePlatform": "R version 4.5.0 (2025-04-11 ucrt)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -41,7 +41,14 @@
4141
{
4242
"@type": "SoftwareApplication",
4343
"identifier": "MASS",
44-
"name": "MASS"
44+
"name": "MASS",
45+
"provider": {
46+
"@id": "https://cran.r-project.org",
47+
"@type": "Organization",
48+
"name": "Comprehensive R Archive Network (CRAN)",
49+
"url": "https://cran.r-project.org"
50+
},
51+
"sameAs": "https://CRAN.R-project.org/package=MASS"
4552
},
4653
{
4754
"@type": "SoftwareApplication",
@@ -412,7 +419,7 @@
412419
},
413420
"SystemRequirements": null
414421
},
415-
"fileSize": "3164.253KB",
422+
"fileSize": "3170.919KB",
416423
"citation": [
417424
{
418425
"@type": "ScholarlyArticle",

0 commit comments

Comments
 (0)