Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
With the permission from the tidyverse team

See tidyverse/readr#1517
  • Loading branch information
chainsawriot committed May 3, 2024
1 parent 2def3ab commit 8ef5dfe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ str(res)

## Differences: `readr` vs `minty`

Unlike `readr` and `vroom`, please note that `minty` is mainly for **non-interactive usage**. Therefore, `minty` emits fewer messages and warnings than `readr` and `vroom`.
Unlike `readr` and `vroom`, please note that `minty` is mainly for **non-interactive usage**. Therefore, `minty` emits fewer messages and warnings than `readr` and `vroom`.

```{r}
data <- minty::type_convert(text_only)
Expand Down Expand Up @@ -145,3 +145,8 @@ For parsing ambiguous date(time)
* [timeless](https://github.com/schochastics/timeless)
* [anytime](https://github.com/eddelbuettel/anytime)

## Acknowledgements

Thanks to:

* The [Tidyverse Team](https://github.com/tidyverse) for allowing us to spinning off the code from `readr`
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,10 @@ For parsing ambiguous date(time)

- [timeless](https://github.com/schochastics/timeless)
- [anytime](https://github.com/eddelbuettel/anytime)

## Acknowledgements

Thanks to:

- The [Tidyverse Team](https://github.com/tidyverse) for allowing us
to spinning off the code from `readr`

0 comments on commit 8ef5dfe

Please sign in to comment.