Package: timeless Title: Fast General Purpose Date/Time Converter Version: 0.3.0 Authors@R: c(person("David", "Schoch", , "david@schochastics.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")), person("Authors of vendored Rust crates", role = "cph", comment = "see inst/AUTHORS file")) 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/rextendr/version: 0.3.1.9000 Depends: R (>= 4.1) LazyData: true Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.80) Config/pak/sysreqs: libclang-dev Repository: https://cynkra.r-universe.dev Date/Publication: 2026-04-02 17:46:32 UTC RemoteUrl: https://github.com/schochastics/timeless RemoteRef: HEAD RemoteSha: 7a028fdcc05769d9ed213a491c70ca14d367cbad NeedsCompilation: yes Packaged: 2026-06-08 06:53:51 UTC; root Author: David Schoch [aut, cre] (ORCID: ), Authors of vendored Rust crates [cph] (see inst/AUTHORS file) Maintainer: David Schoch