Skip to content

Commit b7dcd83

Browse files
committed
Bump version
1 parent 07a6c3c commit b7dcd83

File tree

4 files changed

+9
-19
lines changed

4 files changed

+9
-19
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "frictionless" in publications use:'
88
type: software
99
license: MIT
1010
title: 'frictionless: Read and Write Frictionless Data Packages'
11-
version: 1.2.0.9000
11+
version: 1.2.1
1212
doi: 10.32614/CRAN.package.frictionless
1313
abstract: Read and write Frictionless Data Packages. A 'Data Package' (<https://specs.frictionlessdata.io/data-package/>)
1414
is a simple container format and standard to describe and package a collection of

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: frictionless
22
Title: Read and Write Frictionless Data Packages
3-
Version: 1.2.0.9000
3+
Version: 1.2.1
44
Date: 2025-05-23
55
Authors@R: c(
66
person("Peter", "Desmet", , "peter.desmet@inbo.be", role = c("aut", "cre"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frictionless (development version)
1+
# frictionless 1.2.1
22

33
* **frictionless now relies on R version 3.6.0 or higher**. Originally it stated version 3.5.0 or higher, but this was not tested and likely not true (#238).
44
* `read_package()` now returns a warning rather than an error when a `datapackage.json` contains no resources. This allows use to create the JSON and then add resources with frictionless (#265).

codemeta.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"identifier": "frictionless",
55
"description": "Read and write Frictionless Data Packages. A 'Data Package' (<https://specs.frictionlessdata.io/data-package/>) is a simple container format and standard to describe and package a collection of (tabular) data. It is typically used to publish FAIR (<https://www.go-fair.org/fair-principles/>) and open datasets.",
66
"name": "frictionless: Read and Write Frictionless Data Packages",
7-
"relatedLink": ["https://docs.ropensci.org/frictionless/", "https://CRAN.R-project.org/package=frictionless"],
7+
"relatedLink": "https://docs.ropensci.org/frictionless/",
88
"codeRepository": "https://github.com/frictionlessdata/frictionless-r",
99
"issueTracker": "https://github.com/frictionlessdata/frictionless-r/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "1.2.0",
11+
"version": "1.2.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.2.3 (2023-03-15)",
17+
"runtimePlatform": "R version 4.5.0 (2025-04-11)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -69,7 +69,7 @@
6969
"funder": [
7070
{
7171
"@type": "Organization",
72-
"name": "LifeWatch Belgium"
72+
"name": "Research Foundation - Flanders"
7373
}
7474
],
7575
"maintainer": [
@@ -173,7 +173,7 @@
173173
"@type": "SoftwareApplication",
174174
"identifier": "R",
175175
"name": "R",
176-
"version": ">= 3.5.0"
176+
"version": ">= 3.6.0"
177177
},
178178
"2": {
179179
"@type": "SoftwareApplication",
@@ -279,15 +279,5 @@
279279
},
280280
"SystemRequirements": null
281281
},
282-
"fileSize": "240.797KB",
283-
"releaseNotes": "https://github.com/frictionlessdata/frictionless-r/blob/master/NEWS.md",
284-
"readme": "https://github.com/frictionlessdata/frictionless-r/blob/main/README.md",
285-
"contIntegration": ["https://github.com/frictionlessdata/frictionless-r/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/frictionlessdata/frictionless-r/"],
286-
"developmentStatus": "https://www.repostatus.org/#active",
287-
"review": {
288-
"@type": "Review",
289-
"url": "https://github.com/ropensci/software-review/issues/495",
290-
"provider": "https://ropensci.org"
291-
},
292-
"keywords": ["frictionlessdata", "oscibio", "r", "r-package", "rstats"]
282+
"fileSize": "274.977KB"
293283
}

0 commit comments

Comments
 (0)