|
1 | 1 | {
|
2 |
| - "@context": [ |
3 |
| - "https://doi.org/doi:10.5063/schema/codemeta-2.0", |
4 |
| - "http://schema.org" |
5 |
| - ], |
| 2 | + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
6 | 3 | "@type": "SoftwareSourceCode",
|
7 | 4 | "identifier": "assertr",
|
8 |
| - "description": |
9 |
| - "Provides functionality to assert conditions\n that have to be met so that errors in data used in\n analysis pipelines can fail quickly. Similar to\n 'stopifnot()' but more powerful, friendly, and easier\n for use in pipelines.", |
| 5 | + "description": "Provides functionality to assert conditions that have to be met so that errors in data used in analysis pipelines can fail quickly. Similar to 'stopifnot()' but more powerful, friendly, and easier for use in pipelines.", |
10 | 6 | "name": "assertr: Assertive Programming for R Analysis Pipelines",
|
11 |
| - "codeRepository": "https://github.com/ropensci/assertr.git", |
| 7 | + "relatedLink": ["https://docs.ropensci.org/assertr/", "https://CRAN.R-project.org/package=assertr"], |
| 8 | + "codeRepository": "https://github.com/ropensci/assertr", |
12 | 9 | "issueTracker": "https://github.com/ropensci/assertr/issues",
|
13 | 10 | "license": "https://spdx.org/licenses/MIT",
|
14 |
| - "version": "2.0.2.1", |
| 11 | + "version": "3.0.0", |
15 | 12 | "programmingLanguage": {
|
16 | 13 | "@type": "ComputerLanguage",
|
17 | 14 | "name": "R",
|
18 |
| - "version": "3.4.2", |
19 | 15 | "url": "https://r-project.org"
|
20 | 16 | },
|
21 |
| - "runtimePlatform": "R version 3.4.2 (2017-09-28)", |
| 17 | + "runtimePlatform": "R version 4.1.1 (2021-08-10)", |
22 | 18 | "provider": {
|
23 | 19 | "@id": "https://cran.r-project.org",
|
24 | 20 | "@type": "Organization",
|
25 |
| - "name": "Central R Archive Network (CRAN)", |
| 21 | + "name": "Comprehensive R Archive Network (CRAN)", |
26 | 22 | "url": "https://cran.r-project.org"
|
27 | 23 | },
|
28 | 24 | "author": [
|
|
33 | 29 | "email": "tony.fischetti@gmail.com"
|
34 | 30 | }
|
35 | 31 | ],
|
36 |
| - "maintainer": { |
37 |
| - "@type": "Person", |
38 |
| - "givenName": "Tony", |
39 |
| - "familyName": "Fischetti", |
40 |
| - "email": "tony.fischetti@gmail.com" |
41 |
| - }, |
| 32 | + "maintainer": [ |
| 33 | + { |
| 34 | + "@type": "Person", |
| 35 | + "givenName": "Tony", |
| 36 | + "familyName": "Fischetti", |
| 37 | + "email": "tony.fischetti@gmail.com" |
| 38 | + } |
| 39 | + ], |
42 | 40 | "softwareSuggestions": [
|
43 | 41 | {
|
44 | 42 | "@type": "SoftwareApplication",
|
|
47 | 45 | "provider": {
|
48 | 46 | "@id": "https://cran.r-project.org",
|
49 | 47 | "@type": "Organization",
|
50 |
| - "name": "Central R Archive Network (CRAN)", |
| 48 | + "name": "Comprehensive R Archive Network (CRAN)", |
51 | 49 | "url": "https://cran.r-project.org"
|
52 |
| - } |
| 50 | + }, |
| 51 | + "sameAs": "https://CRAN.R-project.org/package=knitr" |
53 | 52 | },
|
54 | 53 | {
|
55 | 54 | "@type": "SoftwareApplication",
|
|
58 | 57 | "provider": {
|
59 | 58 | "@id": "https://cran.r-project.org",
|
60 | 59 | "@type": "Organization",
|
61 |
| - "name": "Central R Archive Network (CRAN)", |
| 60 | + "name": "Comprehensive R Archive Network (CRAN)", |
62 | 61 | "url": "https://cran.r-project.org"
|
63 |
| - } |
| 62 | + }, |
| 63 | + "sameAs": "https://CRAN.R-project.org/package=testthat" |
64 | 64 | },
|
65 | 65 | {
|
66 | 66 | "@type": "SoftwareApplication",
|
|
69 | 69 | "provider": {
|
70 | 70 | "@id": "https://cran.r-project.org",
|
71 | 71 | "@type": "Organization",
|
72 |
| - "name": "Central R Archive Network (CRAN)", |
| 72 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 73 | + "url": "https://cran.r-project.org" |
| 74 | + }, |
| 75 | + "sameAs": "https://CRAN.R-project.org/package=magrittr" |
| 76 | + }, |
| 77 | + { |
| 78 | + "@type": "SoftwareApplication", |
| 79 | + "identifier": "rmarkdown", |
| 80 | + "name": "rmarkdown", |
| 81 | + "provider": { |
| 82 | + "@id": "https://cran.r-project.org", |
| 83 | + "@type": "Organization", |
| 84 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 85 | + "url": "https://cran.r-project.org" |
| 86 | + }, |
| 87 | + "sameAs": "https://CRAN.R-project.org/package=rmarkdown" |
| 88 | + }, |
| 89 | + { |
| 90 | + "@type": "SoftwareApplication", |
| 91 | + "identifier": "tibble", |
| 92 | + "name": "tibble", |
| 93 | + "provider": { |
| 94 | + "@id": "https://cran.r-project.org", |
| 95 | + "@type": "Organization", |
| 96 | + "name": "Comprehensive R Archive Network (CRAN)", |
73 | 97 | "url": "https://cran.r-project.org"
|
74 |
| - } |
| 98 | + }, |
| 99 | + "sameAs": "https://CRAN.R-project.org/package=tibble" |
| 100 | + }, |
| 101 | + { |
| 102 | + "@type": "SoftwareApplication", |
| 103 | + "identifier": "plyr", |
| 104 | + "name": "plyr", |
| 105 | + "provider": { |
| 106 | + "@id": "https://cran.r-project.org", |
| 107 | + "@type": "Organization", |
| 108 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 109 | + "url": "https://cran.r-project.org" |
| 110 | + }, |
| 111 | + "sameAs": "https://CRAN.R-project.org/package=plyr" |
75 | 112 | }
|
76 | 113 | ],
|
77 |
| - "softwareRequirements": [ |
78 |
| - { |
| 114 | + "softwareRequirements": { |
| 115 | + "1": { |
| 116 | + "@type": "SoftwareApplication", |
| 117 | + "identifier": "R", |
| 118 | + "name": "R", |
| 119 | + "version": ">= 3.1.0" |
| 120 | + }, |
| 121 | + "2": { |
79 | 122 | "@type": "SoftwareApplication",
|
80 | 123 | "identifier": "dplyr",
|
81 | 124 | "name": "dplyr",
|
82 |
| - "version": "0.7.0", |
| 125 | + "version": ">= 0.7.0", |
83 | 126 | "provider": {
|
84 | 127 | "@id": "https://cran.r-project.org",
|
85 | 128 | "@type": "Organization",
|
86 |
| - "name": "Central R Archive Network (CRAN)", |
| 129 | + "name": "Comprehensive R Archive Network (CRAN)", |
87 | 130 | "url": "https://cran.r-project.org"
|
88 |
| - } |
| 131 | + }, |
| 132 | + "sameAs": "https://CRAN.R-project.org/package=dplyr" |
89 | 133 | },
|
90 |
| - { |
| 134 | + "3": { |
91 | 135 | "@type": "SoftwareApplication",
|
92 | 136 | "identifier": "MASS",
|
93 | 137 | "name": "MASS",
|
94 | 138 | "provider": {
|
95 | 139 | "@id": "https://cran.r-project.org",
|
96 | 140 | "@type": "Organization",
|
97 |
| - "name": "Central R Archive Network (CRAN)", |
| 141 | + "name": "Comprehensive R Archive Network (CRAN)", |
98 | 142 | "url": "https://cran.r-project.org"
|
99 |
| - } |
| 143 | + }, |
| 144 | + "sameAs": "https://CRAN.R-project.org/package=MASS" |
100 | 145 | },
|
101 |
| - { |
| 146 | + "4": { |
| 147 | + "@type": "SoftwareApplication", |
| 148 | + "identifier": "methods", |
| 149 | + "name": "methods" |
| 150 | + }, |
| 151 | + "5": { |
102 | 152 | "@type": "SoftwareApplication",
|
103 | 153 | "identifier": "stats",
|
104 | 154 | "name": "stats"
|
105 | 155 | },
|
106 |
| - { |
| 156 | + "6": { |
107 | 157 | "@type": "SoftwareApplication",
|
108 | 158 | "identifier": "utils",
|
109 | 159 | "name": "utils"
|
110 | 160 | },
|
111 |
| - { |
| 161 | + "7": { |
112 | 162 | "@type": "SoftwareApplication",
|
113 | 163 | "identifier": "rlang",
|
114 | 164 | "name": "rlang",
|
115 |
| - "version": "0.1.2", |
| 165 | + "version": ">= 0.3.0", |
116 | 166 | "provider": {
|
117 | 167 | "@id": "https://cran.r-project.org",
|
118 | 168 | "@type": "Organization",
|
119 |
| - "name": "Central R Archive Network (CRAN)", |
| 169 | + "name": "Comprehensive R Archive Network (CRAN)", |
120 | 170 | "url": "https://cran.r-project.org"
|
121 |
| - } |
122 |
| - } |
123 |
| - ], |
124 |
| - "applicationCategory": "ComputingInfrastructure", |
125 |
| - "isPartOf": "https://ropensci.org", |
126 |
| - "keywords": [ |
127 |
| - "ropensci", |
128 |
| - "defensive", |
129 |
| - "audit", |
130 |
| - "assert", |
131 |
| - "assertions", |
132 |
| - "sanitization", |
133 |
| - "workflow", |
134 |
| - "checking" |
135 |
| - ], |
| 171 | + }, |
| 172 | + "sameAs": "https://CRAN.R-project.org/package=rlang" |
| 173 | + }, |
| 174 | + "SystemRequirements": null |
| 175 | + }, |
| 176 | + "fileSize": "301.95KB", |
| 177 | + "releaseNotes": "https://github.com/ropensci/assertr/blob/master/NEWS", |
| 178 | + "readme": "https://github.com/ropensci/assertr/blob/master/README.md", |
136 | 179 | "contIntegration": "https://travis-ci.org/ropensci/assertr",
|
137 |
| - "releaseNotes": "https://github.com/ropensci/assertr.git/blob/master/NEWS", |
138 |
| - "readme": "https://github.com/ropensci/assertr.git/blob/master/README.md", |
139 |
| - "fileSize": "95.466KB" |
| 180 | + "keywords": ["predicate-functions", "analysis-pipeline", "assertions", "assertion-methods", "assertion-library", "r", "rstats", "r-package", "peer-reviewed"] |
140 | 181 | }
|
0 commit comments