Skip to content

Commit a5ceec3

Browse files
update codemeta.json
1 parent 0b62b07 commit a5ceec3

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

‎codemeta.json‎

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"identifier": "butterfly",
5-
"description": "Verification of continually updating time series data where we expect new values, but want to ensure previous data remains unchanged. Data previously recorded could change for a number of reasons, such as discovery of an error in model code, a change in methodology or instrument recalibration. Monitoring data sources for these changes is not always possible. Other unnoticed changes could include a jump in time or measurement frequency, due to instrument failure or software updates. This package provides functionality that can be used as part of a data pipeline, to check and flag changes to previous data to prevent changes going unnoticed.",
5+
"description": "Verification of continually updating time series data where we expect new values, but want to ensure previous data remains unchanged. Data previously recorded could change for a number of reasons, such as discovery of an error in model code, a change in methodology or instrument recalibration. Monitoring data sources for these changes is not always possible. Other unnoticed changes could include a jump in time or measurement frequency, due to instrument failure or software updates. Functionality is provided that can be used to check and flag changes to previous data to prevent changes going unnoticed, as well as unexpected jumps in time.",
66
"name": "butterfly: Verification for Continually Updating Time Series Data",
77
"relatedLink": "https://docs.ropensci.org/butterfly/",
88
"codeRepository": "https://github.com/ropensci/butterfly/",
99
"issueTracker": "https://github.com/ropensci/butterfly/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "1.1.1",
11+
"version": "1.1.2",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -26,11 +26,8 @@
2626
],
2727
"copyrightHolder": [
2828
{
29-
"@type": "Person",
30-
"givenName": "Thomas",
31-
"familyName": "Zwagerman",
32-
"email": "[email protected]",
33-
"@id": "https://orcid.org/0009-0003-3742-3234"
29+
"@type": "Organization",
30+
"name": "British Antarctic Survey"
3431
}
3532
],
3633
"maintainer": [
@@ -150,7 +147,7 @@
150147
},
151148
"SystemRequirements": null
152149
},
153-
"fileSize": "508.556KB",
150+
"fileSize": "508.847KB",
154151
"citation": [
155152
{
156153
"@type": "CreativeWork",

0 commit comments

Comments
 (0)