Skip to content

Commit 84ed385

Browse files
committed
small fixes prior to submission
1 parent a6779e6 commit 84ed385

File tree

2 files changed

+96
-55
lines changed

2 files changed

+96
-55
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: assertr
22
Type: Package
33
Title: Assertive Programming for R Analysis Pipelines
4-
Version: 3.0
4+
Version: 3.0.0
55
Authors@R: person("Tony", "Fischetti",
66
email="tony.fischetti@gmail.com",
77
role = c("aut", "cre"))

codemeta.json

Lines changed: 95 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
{
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",
63
"@type": "SoftwareSourceCode",
74
"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.",
106
"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",
129
"issueTracker": "https://github.com/ropensci/assertr/issues",
1310
"license": "https://spdx.org/licenses/MIT",
14-
"version": "2.0.2.1",
11+
"version": "3.0.0",
1512
"programmingLanguage": {
1613
"@type": "ComputerLanguage",
1714
"name": "R",
18-
"version": "3.4.2",
1915
"url": "https://r-project.org"
2016
},
21-
"runtimePlatform": "R version 3.4.2 (2017-09-28)",
17+
"runtimePlatform": "R version 4.1.1 (2021-08-10)",
2218
"provider": {
2319
"@id": "https://cran.r-project.org",
2420
"@type": "Organization",
25-
"name": "Central R Archive Network (CRAN)",
21+
"name": "Comprehensive R Archive Network (CRAN)",
2622
"url": "https://cran.r-project.org"
2723
},
2824
"author": [
@@ -33,12 +29,14 @@
3329
"email": "tony.fischetti@gmail.com"
3430
}
3531
],
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+
],
4240
"softwareSuggestions": [
4341
{
4442
"@type": "SoftwareApplication",
@@ -47,9 +45,10 @@
4745
"provider": {
4846
"@id": "https://cran.r-project.org",
4947
"@type": "Organization",
50-
"name": "Central R Archive Network (CRAN)",
48+
"name": "Comprehensive R Archive Network (CRAN)",
5149
"url": "https://cran.r-project.org"
52-
}
50+
},
51+
"sameAs": "https://CRAN.R-project.org/package=knitr"
5352
},
5453
{
5554
"@type": "SoftwareApplication",
@@ -58,9 +57,10 @@
5857
"provider": {
5958
"@id": "https://cran.r-project.org",
6059
"@type": "Organization",
61-
"name": "Central R Archive Network (CRAN)",
60+
"name": "Comprehensive R Archive Network (CRAN)",
6261
"url": "https://cran.r-project.org"
63-
}
62+
},
63+
"sameAs": "https://CRAN.R-project.org/package=testthat"
6464
},
6565
{
6666
"@type": "SoftwareApplication",
@@ -69,72 +69,113 @@
6969
"provider": {
7070
"@id": "https://cran.r-project.org",
7171
"@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)",
7397
"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"
75112
}
76113
],
77-
"softwareRequirements": [
78-
{
114+
"softwareRequirements": {
115+
"1": {
116+
"@type": "SoftwareApplication",
117+
"identifier": "R",
118+
"name": "R",
119+
"version": ">= 3.1.0"
120+
},
121+
"2": {
79122
"@type": "SoftwareApplication",
80123
"identifier": "dplyr",
81124
"name": "dplyr",
82-
"version": "0.7.0",
125+
"version": ">= 0.7.0",
83126
"provider": {
84127
"@id": "https://cran.r-project.org",
85128
"@type": "Organization",
86-
"name": "Central R Archive Network (CRAN)",
129+
"name": "Comprehensive R Archive Network (CRAN)",
87130
"url": "https://cran.r-project.org"
88-
}
131+
},
132+
"sameAs": "https://CRAN.R-project.org/package=dplyr"
89133
},
90-
{
134+
"3": {
91135
"@type": "SoftwareApplication",
92136
"identifier": "MASS",
93137
"name": "MASS",
94138
"provider": {
95139
"@id": "https://cran.r-project.org",
96140
"@type": "Organization",
97-
"name": "Central R Archive Network (CRAN)",
141+
"name": "Comprehensive R Archive Network (CRAN)",
98142
"url": "https://cran.r-project.org"
99-
}
143+
},
144+
"sameAs": "https://CRAN.R-project.org/package=MASS"
100145
},
101-
{
146+
"4": {
147+
"@type": "SoftwareApplication",
148+
"identifier": "methods",
149+
"name": "methods"
150+
},
151+
"5": {
102152
"@type": "SoftwareApplication",
103153
"identifier": "stats",
104154
"name": "stats"
105155
},
106-
{
156+
"6": {
107157
"@type": "SoftwareApplication",
108158
"identifier": "utils",
109159
"name": "utils"
110160
},
111-
{
161+
"7": {
112162
"@type": "SoftwareApplication",
113163
"identifier": "rlang",
114164
"name": "rlang",
115-
"version": "0.1.2",
165+
"version": ">= 0.3.0",
116166
"provider": {
117167
"@id": "https://cran.r-project.org",
118168
"@type": "Organization",
119-
"name": "Central R Archive Network (CRAN)",
169+
"name": "Comprehensive R Archive Network (CRAN)",
120170
"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",
136179
"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"]
140181
}

0 commit comments

Comments
 (0)