From a5a79471220e7cf7f4ee8e57aa85a01743a7ef77 Mon Sep 17 00:00:00 2001 From: chainsawriot Date: Wed, 8 May 2024 14:39:09 +0200 Subject: [PATCH] Rename --- DESCRIPTION | 4 ++-- README.Rmd | 2 +- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8fb00e7..2705180 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,12 @@ Package: minty -Title: Minimal Type Inferencing and Parsing Tools +Title: Minimal Type Guesser Version: 0.0.1 Authors@R: c( person("Chung-hong", "Chan", role = c("aut", "cre"), email = "chainsawtiney@gmail.com", comment = c(ORCID = "0000-0002-6232-7530")), person("readr authors", role = c("ctb", "cph"), comment = "readr source code") ) -Description: Port the type inferencing and parsing tools from 'readr' (so-called 'readr' first edition parsing engine, now superseded by 'vroom'). +Description: Port the type guesser from 'readr' (so-called 'readr' first edition parsing engine, now superseded by 'vroom'). License: MIT + file LICENSE URL: https://gesistsa.github.io/minty/, https://github.com/gesistsa/minty BugReports: https://github.com/gesistsa/minty/issues diff --git a/README.Rmd b/README.Rmd index c86f7c5..d195f7e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/minty)](https://CRAN.R-project.org/package=minty) -`minty` (**Min**imal **ty**pe Inferencing and Parsing Tools) is a package with the type inferencing and parsing tools (the so-called 1e parsing engine) extracted from `readr` (with permission, see this issue [tidyverse/readr#1517](https://github.com/tidyverse/readr/issues/1517)). Since July 2021, these tools are not used internally by `readr` for parsing text files. Now `vroom` is used by default, unless explicitly call the first edition parsing engine (see the explanation on [editions](https://github.com/tidyverse/readr?tab=readme-ov-file#editions)). +`minty` (**Min**imal **ty**pe guesser) is a package with the type inferencing and parsing tools (the so-called 1e parsing engine) extracted from `readr` (with permission, see this issue [tidyverse/readr#1517](https://github.com/tidyverse/readr/issues/1517)). Since July 2021, these tools are not used internally by `readr` for parsing text files. Now `vroom` is used by default, unless explicitly call the first edition parsing engine (see the explanation on [editions](https://github.com/tidyverse/readr?tab=readme-ov-file#editions)). `readr`'s 1e type inferencing and parsing tools are used by various R packages, e.g. `readODS` and `surveytoolbox` for parsing in-memory objects, but those packages do not use the main functions (e.g. `readr::read_delim()`) of `readr`. As explained in the README of `readr`, those 1e code will be eventually removed from `readr`. `minty` aims at providing a set of minimal, long-term, and compatible type inferencing and parsing tools for those packages. diff --git a/README.md b/README.md index 29b3086..05d6c8e 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ status](https://www.r-pkg.org/badges/version/minty)](https://CRAN.R-project.org/package=minty) -`minty` (**Min**imal **ty**pe Inferencing and Parsing Tools) is a -package with the type inferencing and parsing tools (the so-called 1e -parsing engine) extracted from `readr` (with permission, see this issue +`minty` (**Min**imal **ty**pe guesser) is a package with the type +inferencing and parsing tools (the so-called 1e parsing engine) +extracted from `readr` (with permission, see this issue [tidyverse/readr\#1517](https://github.com/tidyverse/readr/issues/1517)). Since July 2021, these tools are not used internally by `readr` for parsing text files. Now `vroom` is used by default, unless explicitly