Skip to content

Commit

Permalink
Update DESCRIPTION ref #26
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed May 10, 2024
1 parent 21429f9 commit e3263dd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ Title: Minimal Type Guesser
Version: 0.0.1
Authors@R: c(
person("Chung-hong", "Chan", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-6232-7530")),
person("readr authors", role = c("ctb", "cph"),
comment = "readr source code")
)
person("Hadley", "Wickham", , "[email protected]", role = "aut", comment = "author of the ported code from readr"),
person("Jim", "Hester", role = "aut", comment = "author of the ported code from readr"),
person("Romain", "Francois", role = "ctb", comment = "author of the ported code from readr"),
person("Jennifer", "Bryan", , "[email protected]", role = c("aut"), comment = "author of the ported code from readr"),
person("Shelby", "Bearrows", role = "ctb", comment = "author of the ported code from readr"),
person("Posit Software, PBC", role = "cph", comment = "copyright holder of readr"),
person("David", "Olson", role = "aut", comment = "author of src/tzfile.h")
)
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
Expand Down

0 comments on commit e3263dd

Please sign in to comment.