Skip to content

Commit 739276a

Browse files
committed
codemeta
1 parent 8e85f26 commit 739276a

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

codemeta.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/targets",
99
"issueTracker": "https://github.com/ropensci/targets/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "1.7.1.9008",
11+
"version": "1.10.0",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -50,6 +50,12 @@
5050
"name": "Eli Lilly and Company"
5151
}
5252
],
53+
"funder": [
54+
{
55+
"@type": "Organization",
56+
"name": "Eli Lilly and Company"
57+
}
58+
],
5359
"maintainer": [
5460
{
5561
"@type": "Person",
@@ -60,6 +66,19 @@
6066
}
6167
],
6268
"softwareSuggestions": [
69+
{
70+
"@type": "SoftwareApplication",
71+
"identifier": "autometric",
72+
"name": "autometric",
73+
"version": ">= 0.1.0",
74+
"provider": {
75+
"@id": "https://cran.r-project.org",
76+
"@type": "Organization",
77+
"name": "Comprehensive R Archive Network (CRAN)",
78+
"url": "https://cran.r-project.org"
79+
},
80+
"sameAs": "https://CRAN.R-project.org/package=autometric"
81+
},
6382
{
6483
"@type": "SoftwareApplication",
6584
"identifier": "bslib",
@@ -347,16 +366,15 @@
347366
},
348367
{
349368
"@type": "SoftwareApplication",
350-
"identifier": "qs",
351-
"name": "qs",
352-
"version": ">= 0.24.1",
369+
"identifier": "qs2",
370+
"name": "qs2",
353371
"provider": {
354372
"@id": "https://cran.r-project.org",
355373
"@type": "Organization",
356374
"name": "Comprehensive R Archive Network (CRAN)",
357375
"url": "https://cran.r-project.org"
358376
},
359-
"sameAs": "https://CRAN.R-project.org/package=qs"
377+
"sameAs": "https://CRAN.R-project.org/package=qs2"
360378
},
361379
{
362380
"@type": "SoftwareApplication",
@@ -720,7 +738,7 @@
720738
},
721739
"SystemRequirements": null
722740
},
723-
"fileSize": "2667.066KB",
741+
"fileSize": "2759.397KB",
724742
"citation": [
725743
{
726744
"@type": "ScholarlyArticle",

0 commit comments

Comments
 (0)