|
1 | 1 | {
|
2 |
| - "@context": ["http://purl.org/codemeta/2.0", "http://schema.org"], |
| 2 | + "@context": [ |
| 3 | + "http://purl.org/codemeta/2.0", |
| 4 | + "http://schema.org" |
| 5 | + ], |
3 | 6 | "@type": "SoftwareSourceCode",
|
4 | 7 | "identifier": "solrium",
|
5 | 8 | "description": "Provides a set of functions for querying and parsing data\n from 'Solr' (<http://lucene.apache.org/solr>) 'endpoints' (local and\n remote), including search, 'faceting', 'highlighting', 'stats', and\n 'more like this'. In addition, some functionality is included for\n creating, deleting, and updating documents in a 'Solr' 'database'.",
|
6 | 9 | "name": "solrium: General Purpose R Interface to 'Solr'",
|
7 | 10 | "codeRepository": "https://github.com/ropensci/solrium",
|
8 | 11 | "issueTracker": "https://github.com/ropensci/solrium/issues",
|
9 | 12 | "license": "https://spdx.org/licenses/MIT",
|
10 |
| - "version": "1.0.0.9100", |
| 13 | + "version": "1.0.2", |
11 | 14 | "programmingLanguage": {
|
12 | 15 | "@type": "ComputerLanguage",
|
13 | 16 | "name": "R",
|
14 |
| - "version": "3.4.3", |
| 17 | + "version": "3.5.1", |
15 | 18 | "url": "https://r-project.org"
|
16 | 19 | },
|
17 |
| - "runtimePlatform": "R version 3.4.3 Patched (2018-01-01 r74017)", |
| 20 | + "runtimePlatform": "R version 3.5.1 Patched (2018-11-18 r75627)", |
18 | 21 | "provider": {
|
19 | 22 | "@id": "https://cran.r-project.org",
|
20 | 23 | "@type": "Organization",
|
|
26 | 29 | "@type": "Person",
|
27 | 30 | "givenName": "Scott",
|
28 | 31 | "familyName": "Chamberlain",
|
29 |
| - "email": "myrmecocystus@gmail.com" |
| 32 | + "email": "myrmecocystus@gmail.com", |
| 33 | + "@id": "https://orcid.org/0000-0003-1444-9135" |
| 34 | + } |
| 35 | + ], |
| 36 | + "maintainer": [ |
| 37 | + { |
| 38 | + "@type": "Person", |
| 39 | + "givenName": "Scott", |
| 40 | + "familyName": "Chamberlain", |
| 41 | + "email": "myrmecocystus@gmail.com", |
| 42 | + "@id": "https://orcid.org/0000-0003-1444-9135" |
30 | 43 | }
|
31 | 44 | ],
|
32 |
| - "maintainer": { |
33 |
| - "@type": "Person", |
34 |
| - "givenName": "Scott", |
35 |
| - "familyName": "Chamberlain", |
36 |
| - "email": "myrmecocystus@gmail.com" |
37 |
| - }, |
38 | 45 | "softwareSuggestions": [
|
39 | 46 | {
|
40 | 47 | "@type": "SoftwareApplication",
|
41 | 48 | "identifier": "roxygen2",
|
42 | 49 | "name": "roxygen2",
|
43 |
| - "version": "6.0.1", |
| 50 | + "version": ">= 6.0.1", |
44 | 51 | "provider": {
|
45 | 52 | "@id": "https://cran.r-project.org",
|
46 | 53 | "@type": "Organization",
|
47 |
| - "name": "Central R Archive Network (CRAN)", |
| 54 | + "name": "Comprehensive R Archive Network (CRAN)", |
48 | 55 | "url": "https://cran.r-project.org"
|
49 |
| - } |
| 56 | + }, |
| 57 | + "sameAs": "https://CRAN.R-project.org/package=roxygen2" |
50 | 58 | },
|
51 | 59 | {
|
52 | 60 | "@type": "SoftwareApplication",
|
|
55 | 63 | "provider": {
|
56 | 64 | "@id": "https://cran.r-project.org",
|
57 | 65 | "@type": "Organization",
|
58 |
| - "name": "Central R Archive Network (CRAN)", |
| 66 | + "name": "Comprehensive R Archive Network (CRAN)", |
59 | 67 | "url": "https://cran.r-project.org"
|
60 |
| - } |
| 68 | + }, |
| 69 | + "sameAs": "https://CRAN.R-project.org/package=testthat" |
61 | 70 | },
|
62 | 71 | {
|
63 | 72 | "@type": "SoftwareApplication",
|
|
66 | 75 | "provider": {
|
67 | 76 | "@id": "https://cran.r-project.org",
|
68 | 77 | "@type": "Organization",
|
69 |
| - "name": "Central R Archive Network (CRAN)", |
| 78 | + "name": "Comprehensive R Archive Network (CRAN)", |
70 | 79 | "url": "https://cran.r-project.org"
|
71 |
| - } |
| 80 | + }, |
| 81 | + "sameAs": "https://CRAN.R-project.org/package=knitr" |
72 | 82 | }
|
73 | 83 | ],
|
74 | 84 | "softwareRequirements": [
|
|
81 | 91 | "@type": "SoftwareApplication",
|
82 | 92 | "identifier": "dplyr",
|
83 | 93 | "name": "dplyr",
|
84 |
| - "version": "0.5.0", |
| 94 | + "version": ">= 0.5.0", |
85 | 95 | "provider": {
|
86 | 96 | "@id": "https://cran.r-project.org",
|
87 | 97 | "@type": "Organization",
|
88 |
| - "name": "Central R Archive Network (CRAN)", |
| 98 | + "name": "Comprehensive R Archive Network (CRAN)", |
89 | 99 | "url": "https://cran.r-project.org"
|
90 |
| - } |
| 100 | + }, |
| 101 | + "sameAs": "https://CRAN.R-project.org/package=dplyr" |
91 | 102 | },
|
92 | 103 | {
|
93 | 104 | "@type": "SoftwareApplication",
|
94 | 105 | "identifier": "plyr",
|
95 | 106 | "name": "plyr",
|
96 |
| - "version": "1.8.4", |
| 107 | + "version": ">= 1.8.4", |
97 | 108 | "provider": {
|
98 | 109 | "@id": "https://cran.r-project.org",
|
99 | 110 | "@type": "Organization",
|
100 |
| - "name": "Central R Archive Network (CRAN)", |
| 111 | + "name": "Comprehensive R Archive Network (CRAN)", |
101 | 112 | "url": "https://cran.r-project.org"
|
102 |
| - } |
| 113 | + }, |
| 114 | + "sameAs": "https://CRAN.R-project.org/package=plyr" |
103 | 115 | },
|
104 | 116 | {
|
105 | 117 | "@type": "SoftwareApplication",
|
106 | 118 | "identifier": "crul",
|
107 | 119 | "name": "crul",
|
108 |
| - "version": "0.4.0", |
| 120 | + "version": ">= 0.4.0", |
109 | 121 | "provider": {
|
110 | 122 | "@id": "https://cran.r-project.org",
|
111 | 123 | "@type": "Organization",
|
112 |
| - "name": "Central R Archive Network (CRAN)", |
| 124 | + "name": "Comprehensive R Archive Network (CRAN)", |
113 | 125 | "url": "https://cran.r-project.org"
|
114 |
| - } |
| 126 | + }, |
| 127 | + "sameAs": "https://CRAN.R-project.org/package=crul" |
115 | 128 | },
|
116 | 129 | {
|
117 | 130 | "@type": "SoftwareApplication",
|
118 | 131 | "identifier": "xml2",
|
119 | 132 | "name": "xml2",
|
120 |
| - "version": "1.0.0", |
| 133 | + "version": ">= 1.0.0", |
121 | 134 | "provider": {
|
122 | 135 | "@id": "https://cran.r-project.org",
|
123 | 136 | "@type": "Organization",
|
124 |
| - "name": "Central R Archive Network (CRAN)", |
| 137 | + "name": "Comprehensive R Archive Network (CRAN)", |
125 | 138 | "url": "https://cran.r-project.org"
|
126 |
| - } |
| 139 | + }, |
| 140 | + "sameAs": "https://CRAN.R-project.org/package=xml2" |
127 | 141 | },
|
128 | 142 | {
|
129 | 143 | "@type": "SoftwareApplication",
|
130 | 144 | "identifier": "jsonlite",
|
131 | 145 | "name": "jsonlite",
|
132 |
| - "version": "1.0", |
| 146 | + "version": ">= 1.0", |
133 | 147 | "provider": {
|
134 | 148 | "@id": "https://cran.r-project.org",
|
135 | 149 | "@type": "Organization",
|
136 |
| - "name": "Central R Archive Network (CRAN)", |
| 150 | + "name": "Comprehensive R Archive Network (CRAN)", |
137 | 151 | "url": "https://cran.r-project.org"
|
138 |
| - } |
| 152 | + }, |
| 153 | + "sameAs": "https://CRAN.R-project.org/package=jsonlite" |
139 | 154 | },
|
140 | 155 | {
|
141 | 156 | "@type": "SoftwareApplication",
|
142 | 157 | "identifier": "tibble",
|
143 | 158 | "name": "tibble",
|
144 |
| - "version": "1.2", |
| 159 | + "version": ">= 1.4.2", |
145 | 160 | "provider": {
|
146 | 161 | "@id": "https://cran.r-project.org",
|
147 | 162 | "@type": "Organization",
|
148 |
| - "name": "Central R Archive Network (CRAN)", |
| 163 | + "name": "Comprehensive R Archive Network (CRAN)", |
149 | 164 | "url": "https://cran.r-project.org"
|
150 |
| - } |
| 165 | + }, |
| 166 | + "sameAs": "https://CRAN.R-project.org/package=tibble" |
151 | 167 | },
|
152 | 168 | {
|
153 | 169 | "@type": "SoftwareApplication",
|
|
156 | 172 | "provider": {
|
157 | 173 | "@id": "https://cran.r-project.org",
|
158 | 174 | "@type": "Organization",
|
159 |
| - "name": "Central R Archive Network (CRAN)", |
| 175 | + "name": "Comprehensive R Archive Network (CRAN)", |
160 | 176 | "url": "https://cran.r-project.org"
|
161 |
| - } |
| 177 | + }, |
| 178 | + "sameAs": "https://CRAN.R-project.org/package=R6" |
162 | 179 | }
|
163 | 180 | ],
|
164 | 181 | "contIntegration": "https://travis-ci.org/ropensci/solrium",
|
165 | 182 | "releaseNotes": "https://github.com/ropensci/solrium/blob/master/NEWS.md",
|
166 | 183 | "readme": "https://github.com/ropensci/solrium/blob/master/README.md",
|
167 |
| - "fileSize": "115.93KB" |
| 184 | + "fileSize": "120KB", |
| 185 | + "developmentStatus": "https://www.repostatus.org/#active", |
| 186 | + "keywords": [ |
| 187 | + "solr", |
| 188 | + "solr-client", |
| 189 | + "solr-search", |
| 190 | + "rstats", |
| 191 | + "database", |
| 192 | + "r", |
| 193 | + "r-package" |
| 194 | + ] |
168 | 195 | }
|
0 commit comments