Skip to content

Commit a7f0c90

Browse files
committed
version bump -> 0.1.2 [ci skip]
1 parent bd45fc1 commit a7f0c90

File tree

2 files changed

+44
-11
lines changed

2 files changed

+44
-11
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgsimil
22
Title: Similarity Metrics between R Packages
3-
Version: 0.1.1.060
3+
Version: 0.1.2
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265")))

codemeta.json

+43-10
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/pkgsimil",
99
"issueTracker": "https://github.com/ropensci-review-tools/pkgsimil/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.1.1.060",
11+
"version": "0.1.2",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -46,6 +46,18 @@
4646
"url": "https://cran.r-project.org"
4747
},
4848
"sameAs": "https://CRAN.R-project.org/package=testthat"
49+
},
50+
{
51+
"@type": "SoftwareApplication",
52+
"identifier": "tokenizers",
53+
"name": "tokenizers",
54+
"provider": {
55+
"@id": "https://cran.r-project.org",
56+
"@type": "Organization",
57+
"name": "Comprehensive R Archive Network (CRAN)",
58+
"url": "https://cran.r-project.org"
59+
},
60+
"sameAs": "https://CRAN.R-project.org/package=tokenizers"
4961
}
5062
],
5163
"softwareRequirements": {
@@ -63,15 +75,15 @@
6375
},
6476
"2": {
6577
"@type": "SoftwareApplication",
66-
"identifier": "fs",
67-
"name": "fs",
78+
"identifier": "cli",
79+
"name": "cli",
6880
"provider": {
6981
"@id": "https://cran.r-project.org",
7082
"@type": "Organization",
7183
"name": "Comprehensive R Archive Network (CRAN)",
7284
"url": "https://cran.r-project.org"
7385
},
74-
"sameAs": "https://CRAN.R-project.org/package=fs"
86+
"sameAs": "https://CRAN.R-project.org/package=cli"
7587
},
7688
"3": {
7789
"@type": "SoftwareApplication",
@@ -86,6 +98,18 @@
8698
"sameAs": "https://CRAN.R-project.org/package=dplyr"
8799
},
88100
"4": {
101+
"@type": "SoftwareApplication",
102+
"identifier": "fs",
103+
"name": "fs",
104+
"provider": {
105+
"@id": "https://cran.r-project.org",
106+
"@type": "Organization",
107+
"name": "Comprehensive R Archive Network (CRAN)",
108+
"url": "https://cran.r-project.org"
109+
},
110+
"sameAs": "https://CRAN.R-project.org/package=fs"
111+
},
112+
"5": {
89113
"@type": "SoftwareApplication",
90114
"identifier": "httr2",
91115
"name": "httr2",
@@ -97,13 +121,22 @@
97121
},
98122
"sameAs": "https://CRAN.R-project.org/package=httr2"
99123
},
100-
"SystemRequirements": {}
124+
"6": {
125+
"@type": "SoftwareApplication",
126+
"identifier": "pbapply",
127+
"name": "pbapply",
128+
"provider": {
129+
"@id": "https://cran.r-project.org",
130+
"@type": "Organization",
131+
"name": "Comprehensive R Archive Network (CRAN)",
132+
"url": "https://cran.r-project.org"
133+
},
134+
"sameAs": "https://CRAN.R-project.org/package=pbapply"
135+
},
136+
"SystemRequirements": null
101137
},
102-
"fileSize": "43.251KB",
138+
"fileSize": "30540.316KB",
103139
"readme": "https://github.com/ropensci-review-tools/pkgsimil/blob/main/README.md",
104-
"contIntegration": [
105-
"https://github.com/ropensci-review-tools/pkgsimil/actions?query=workflow%3AR-CMD-check",
106-
"https://app.codecov.io/gh/ropensci-review-tools/pkgsimil"
107-
],
140+
"contIntegration": ["https://github.com/ropensci-review-tools/pkgsimil/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci-review-tools/pkgsimil"],
108141
"developmentStatus": "https://www.repostatus.org/#active"
109142
}

0 commit comments

Comments
 (0)