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