From debf282814c52a14b3ec43ae087dcc07cb621a77 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Thu, 28 May 2026 11:34:13 +0200 Subject: [PATCH 1/3] Use lowercase f --- README.Rmd | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index f1ea78e..d9ddffe 100644 --- a/README.Rmd +++ b/README.Rmd @@ -25,7 +25,7 @@ knitr::opts_chunk$set( [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5815355.svg)](https://doi.org/10.5281/zenodo.5815355) -Frictionless is an R package to 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. +frictionless is an R package to 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. To get started, see: @@ -33,7 +33,7 @@ To get started, see: - [Function reference](https://docs.ropensci.org/frictionless/reference/index.html): overview of all functions. - [Standard implementation](https://docs.ropensci.org/frictionless/articles/index.html): how frictionless implements the Data Package standard. -**Frictionless currently implements [Data Package v1](https://specs.frictionlessdata.io/).** Our goal is to support [Data Package v2](https://datapackage.org/) as well. +**frictionless currently implements [Data Package v1](https://specs.frictionlessdata.io/).** Our goal is to support [Data Package v2](https://datapackage.org/) as well. ## Installation diff --git a/README.md b/README.md index 2e82307..82e8855 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repost [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5815355.svg)](https://doi.org/10.5281/zenodo.5815355) -Frictionless is an R package to read and write Frictionless Data +frictionless is an R package to 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 @@ -36,7 +36,7 @@ To get started, see: implementation](https://docs.ropensci.org/frictionless/articles/index.html): how frictionless implements the Data Package standard. -**Frictionless currently implements [Data Package +**frictionless currently implements [Data Package v1](https://specs.frictionlessdata.io/).** Our goal is to support [Data Package v2](https://datapackage.org/) as well. From 26b395367f6c2830b4b88e0ae87bf7c0871b2b05 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Thu, 28 May 2026 11:35:07 +0200 Subject: [PATCH 2/3] Use pak for installation --- README.Rmd | 16 +++++++--------- README.md | 14 +++++--------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/README.Rmd b/README.Rmd index d9ddffe..497734c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -37,20 +37,18 @@ To get started, see: ## Installation -Install the latest released version from CRAN: +Install the released version of frictionless from CRAN: -```{r, eval = FALSE} +``` r install.packages("frictionless") ``` -Or the development version from [GitHub](https://github.com/frictionlessdata/frictionless-r) or [R-universe](https://ropensci.r-universe.dev/frictionless): +Or install the development version from [GitHub](https://github.com/) +with: -```{r, eval = FALSE} -# install.packages("devtools") -devtools::install_github("frictionlessdata/frictionless-r") - -# Or rOpenSci R-universe -install.packages("frictionless", repos = "https://ropensci.r-universe.dev") +``` r +# install.packages("pak") +pak::pak("frictionlessdata/frictionless-r") ``` ## Usage diff --git a/README.md b/README.md index 82e8855..9814500 100644 --- a/README.md +++ b/README.md @@ -42,22 +42,18 @@ Package v2](https://datapackage.org/) as well. ## Installation -Install the latest released version from CRAN: +Install the released version of frictionless from CRAN: ``` r install.packages("frictionless") ``` -Or the development version from -[GitHub](https://github.com/frictionlessdata/frictionless-r) or -[R-universe](https://ropensci.r-universe.dev/frictionless): +Or install the development version from [GitHub](https://github.com/) +with: ``` r -# install.packages("devtools") -devtools::install_github("frictionlessdata/frictionless-r") - -# Or rOpenSci R-universe -install.packages("frictionless", repos = "https://ropensci.r-universe.dev") +# install.packages("pak") +pak::pak("frictionlessdata/frictionless-r") ``` ## Usage From 3b920c8fde2b807753648e11297c3fb4812c633a Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Thu, 28 May 2026 12:04:22 +0200 Subject: [PATCH 3/3] Use relative links in meta --- README.Rmd | 6 +++--- README.md | 14 ++++++-------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.Rmd b/README.Rmd index 497734c..d6dd360 100644 --- a/README.Rmd +++ b/README.Rmd @@ -103,7 +103,7 @@ frictionless on the other hand allows you to quickly read and write Data Package ## Meta -- We welcome [contributions](https://docs.ropensci.org/frictionless/CONTRIBUTING.html) including bug reports. +- We welcome [contributions](.github/CONTRIBUTING.md) including bug reports. - License: MIT -- Get [citation information](https://docs.ropensci.org/frictionless/authors.html#citation) for frictionless in R doing `citation("frictionless")`. -- Please note that this project is released with a [Contributor Code of Conduct](https://frictionlessdata.io/work-with-us/code-of-conduct/). By participating in this project you agree to abide by its terms. +- Get citation information for frictionless in R with `citation("frictionless")`. +- Please note that this project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. diff --git a/README.md b/README.md index 9814500..a473000 100644 --- a/README.md +++ b/README.md @@ -150,13 +150,11 @@ for extensive validation. ## Meta -- We welcome - [contributions](https://docs.ropensci.org/frictionless/CONTRIBUTING.html) - including bug reports. +- We welcome [contributions](.github/CONTRIBUTING.md) including bug + reports. - License: MIT -- Get [citation - information](https://docs.ropensci.org/frictionless/authors.html#citation) - for frictionless in R doing `citation("frictionless")`. +- Get citation information for frictionless in R with + `citation("frictionless")`. - Please note that this project is released with a [Contributor Code of - Conduct](https://frictionlessdata.io/work-with-us/code-of-conduct/). - By participating in this project you agree to abide by its terms. + Conduct](.github/CODE_OF_CONDUCT.md). By participating in this project + you agree to abide by its terms.