Package: ethiodate Type: Package Title: Working with Ethiopian Dates Version: 0.3.1 Date: 2026-01-21 Authors@R: c( person( "Gutama Girja", "Urago", email = "girjagutama@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-5588-2301") ) ) Description: A robust and efficient solution for working with Ethiopian dates. It can seamlessly convert to and from Gregorian dates. It is designed to be compatible with the 'tidyverse' data workflow, including plotting with 'ggplot2'. It ensures lightning-fast computations by integrating high-performance 'C++' code through 'Rcpp' package. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Depends: R (>= 3.5.0) LinkingTo: Rcpp Imports: cli, Rcpp, stringr, vctrs Suggests: dplyr, ggplot2, knitr, rmarkdown, scales, testthat (>= 3.0.0) Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) URL: https://guturago.github.io/ethiodate/, https://github.com/guturago/ethiodate BugReports: https://github.com/guturago/ethiodate/issues VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://guturago.r-universe.dev Date/Publication: 2026-01-21 11:51:26 UTC RemoteUrl: https://github.com/guturago/ethiodate RemoteRef: HEAD RemoteSha: caa03b6a6cb08dfc25edd1a41cb1e44cc2d827ab NeedsCompilation: yes Packaged: 2026-06-20 10:00:54 UTC; root Author: Gutama Girja Urago [aut, cre, cph] (ORCID: ) Maintainer: Gutama Girja Urago