From b8b2aacd89ec67c3b6d390a05256977ada093917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ramos=20Carre=C3=B1o?= Date: Fri, 25 Oct 2024 01:18:00 +0200 Subject: [PATCH] Update paper/paper.md Co-authored-by: Tuomas Rossi <34502776+trossi@users.noreply.github.com> --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 9ba0009..d84e905 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -35,7 +35,7 @@ Thus, the library `rdata` facilitates data interchange, enabling the usage of th # Statement of need -The datasets from the CRAN repository are stored in the R specific formats Rda and Rds. +The datasets of the R programming language, such as those from the CRAN repository, are often stored in the R specific formats Rda and Rds. In Python, there were a few packages that could parse these file formats, albeit all of them presented some limitations. The package `rpy2` [@gautier_2024_rpy2] can be used to interact with R from Python.