Package: timeless
Title: Fast General Purpose Date/Time Converter
Version: 0.1.0
Authors@R: 
    c(person("David", "Schoch", , "david@schochastics.net", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2952-4812")),
      person("Rollie", "Ma", role = c("ctb", "cph"),comment = "author of dateparser : <https://github.com/waltzofpearls/dateparser>"),
      person("Brandon W.", "Maister", role = c("ctb", "cph"),comment = "author of chrono : <https://github.com/chronotope/chrono>"),
      person("Dirkjan", "Ochtman", role = c("ctb", "cph"),comment = "author of chrono : <https://github.com/chronotope/chrono>"),
      person("Seonghoon", "Kang", role = c("ctb", "cph"),comment = "author of chrono : <https://github.com/chronotope/chrono>"),
      person("Eric", "Sheppard", role = c("ctb", "cph"),comment = "author of chrono : <https://github.com/chronotope/chrono>"),
      person("Paul", "Dicker", role = c("ctb", "cph"),comment = "author of chrono : <https://github.com/chronotope/chrono>"))
Description: Fast general purpose date/time converter using 'Rust'. The package implements date time, date and epoch time parser for heterogeneous vectors of dates.
URL: https://github.com/schochastics/timeless,
        https://schochastics.github.io/timeless/
BugReports: https://github.com/schochastics/timeless/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.0
Config/rextendr/version: 0.3.1
Depends: R (>= 3.6)
LazyData: true
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2024-03-01 15:23:55 UTC; david
Author: David Schoch [aut, cre] (<https://orcid.org/0000-0003-2952-4812>),
  Rollie Ma [ctb, cph] (author of dateparser :
    <https://github.com/waltzofpearls/dateparser>),
  Brandon W. Maister [ctb, cph] (author of chrono :
    <https://github.com/chronotope/chrono>),
  Dirkjan Ochtman [ctb, cph] (author of chrono :
    <https://github.com/chronotope/chrono>),
  Seonghoon Kang [ctb, cph] (author of chrono :
    <https://github.com/chronotope/chrono>),
  Eric Sheppard [ctb, cph] (author of chrono :
    <https://github.com/chronotope/chrono>),
  Paul Dicker [ctb, cph] (author of chrono :
    <https://github.com/chronotope/chrono>)
Maintainer: David Schoch <david@schochastics.net>
Repository: CRAN
Date/Publication: 2024-03-04 11:00:02 UTC
