Skip to content

Commit 19c75ee

Browse files
committed
update codemeta.json
1 parent cf8b5f0 commit 19c75ee

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

codemeta.json

+12-22
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"codeRepository": "https://github.com/ropensci/elastic",
1111
"issueTracker": "https://github.com/ropensci/elastic/issues",
1212
"license": "https://spdx.org/licenses/MIT",
13-
"version": "1.0.0.9321",
13+
"version": "1.1.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
17-
"version": "3.6.0",
17+
"version": "3.6.2",
1818
"url": "https://r-project.org"
1919
},
20-
"runtimePlatform": "R version 3.6.0 Patched (2019-04-30 r76446)",
20+
"runtimePlatform": "R version 3.6.2 Patched (2019-12-12 r77564)",
2121
"provider": {
2222
"@id": "https://cran.r-project.org",
2323
"@type": "Organization",
@@ -29,31 +29,20 @@
2929
"@type": "Person",
3030
"givenName": "Scott",
3131
"familyName": "Chamberlain",
32-
"email": "[email protected]"
32+
"email": "[email protected]",
33+
"@id": "https://orcid.org/0000-0003-1444-9135"
3334
}
3435
],
3536
"maintainer": [
3637
{
3738
"@type": "Person",
3839
"givenName": "Scott",
3940
"familyName": "Chamberlain",
40-
"email": "[email protected]"
41+
"email": "[email protected]",
42+
"@id": "https://orcid.org/0000-0003-1444-9135"
4143
}
4244
],
4345
"softwareSuggestions": [
44-
{
45-
"@type": "SoftwareApplication",
46-
"identifier": "roxygen2",
47-
"name": "roxygen2",
48-
"version": ">= 6.1.1",
49-
"provider": {
50-
"@id": "https://cran.r-project.org",
51-
"@type": "Organization",
52-
"name": "Comprehensive R Archive Network (CRAN)",
53-
"url": "https://cran.r-project.org"
54-
},
55-
"sameAs": "https://CRAN.R-project.org/package=roxygen2"
56-
},
5746
{
5847
"@type": "SoftwareApplication",
5948
"identifier": "knitr",
@@ -102,7 +91,7 @@
10291
"@type": "SoftwareApplication",
10392
"identifier": "crul",
10493
"name": "crul",
105-
"version": ">= 0.7.0",
94+
"version": ">= 0.9.0",
10695
"provider": {
10796
"@id": "https://cran.r-project.org",
10897
"@type": "Organization",
@@ -137,15 +126,16 @@
137126
"sameAs": "https://CRAN.R-project.org/package=R6"
138127
}
139128
],
140-
"contIntegration": "https://travis-ci.org/ropensci/elastic",
129+
"contIntegration": ["https://travis-ci.org/ropensci/elastic", "https://codecov.io/github/ropensci/elastic?branch=master"],
141130
"releaseNotes": "https://github.com/ropensci/elastic/blob/master/NEWS.md",
142131
"readme": "https://github.com/ropensci/elastic/blob/master/README.md",
143-
"fileSize": "1208.386KB",
132+
"fileSize": "1213.449KB",
144133
"applicationCategory": "Databases",
145134
"isPartOf": "https://ropensci.org",
146135
"keywords": ["database", "Elasticsearch", "HTTP", "API", "search", "NoSQL", "Java", "JSON", "documents", "elasticsearch", "http", "database-wrapper", "json", "rstats", "r", "r-package", "data-science", "etl"],
147136
"contributor": {},
148137
"copyrightHolder": {},
149138
"funder": {},
150-
"developmentStatus": "http://www.repostatus.org/#active"
139+
"developmentStatus": "http://www.repostatus.org/#active",
140+
"relatedLink": "https://docs.ropensci.org/elastic"
151141
}

0 commit comments

Comments
 (0)