From 479a765a37b6cfad323778660121c8deaf0c874f Mon Sep 17 00:00:00 2001 From: chainsawriot Date: Thu, 25 Apr 2024 18:41:36 +0200 Subject: [PATCH] Prevent CRAN check error --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index eecf553..84299ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -36,7 +36,7 @@ Description: Streamlined data import and export by making assumptions that directly without explicit decompression, and fast import packages are used where appropriate. An additional convenience function, 'convert()', provides a simple method for converting between file types. -URL: https://gesistsa.github.io/rio, https://github.com/gesistsa/rio +URL: https://gesistsa.github.io/rio/, https://github.com/gesistsa/rio BugReports: https://github.com/gesistsa/rio/issues Depends: R (>= 3.6) diff --git a/NEWS.md b/NEWS.md index f9b7f37..be0a9ad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# rio 1.0.2 + * For missing files in `import_list` it gives more informative warnings fix #389 * Single-item list of data frames can be exported fix #385 * Move `stringi` to Suggests to reduce compilation time. Add an attribution to the internal data to list out all required packages #378