Package: RcppDate
Type: Package
Title: 'date' C++ Header Library for Date and Time Functionality
Version: 0.0.5
Date: 2025-03-06
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
                    comment = c(ORCID = "0000-0001-6419-907X")),
             person("Howard", "Hinnant", role = "aut", comment = "author of 'date' library"))
Description: A header-only C++ library is provided with support
 for dates, time zones, ISO weeks, Julian dates, and Islamic dates.
 'date' offers extensive date and time functionality for the C++11,
 C++14 and C++17 standards and was written by Howard Hinnant and released 
 under the MIT license. A slightly modified version has been accepted
 (along with 'tz.h') as part of C++20. This package regroups all
 header files from the upstream repository by Howard Hinnant so that
 other R packages can use them in their C++ code. At present, few of
 the types have explicit 'Rcpp' wrappers though these may be added as
 needed. 
License: GPL (>= 2)
Suggests: Rcpp
URL: https://github.com/eddelbuettel/rcppdate,
        https://dirk.eddelbuettel.com/code/rcpp.date.html
BugReports: https://github.com/eddelbuettel/rcppdate/issues
NeedsCompilation: no
Packaged: 2025-03-06 13:15:38 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>),
  Howard Hinnant [aut] (author of 'date' library)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-03-06 13:30:02 UTC
