{"id":16572092,"url":"https://github.com/eddelbuettel/rcppdate","last_synced_at":"2025-03-16T20:31:19.045Z","repository":{"id":51259386,"uuid":"247551468","full_name":"eddelbuettel/rcppdate","owner":"eddelbuettel","description":"R package providing date C++ library header files","archived":false,"fork":false,"pushed_at":"2025-03-06T13:28:49.000Z","size":444,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T13:39:58.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eddelbuettel.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-15T21:05:51.000Z","updated_at":"2025-03-06T13:28:53.000Z","dependencies_parsed_at":"2024-10-27T11:15:32.452Z","dependency_job_id":"eec96691-218c-4c93-8cf3-4909feabf08c","html_url":"https://github.com/eddelbuettel/rcppdate","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"e88650f0e1b715c4888acac2c583b23133c5c983"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Frcppdate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Frcppdate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Frcppdate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddelbuettel%2Frcppdate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddelbuettel","download_url":"https://codeload.github.com/eddelbuettel/rcppdate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830912,"owners_count":20354848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T21:26:19.287Z","updated_at":"2025-03-16T20:31:18.472Z","avatar_url":"https://github.com/eddelbuettel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## RcppDate: date C++ header library for R\n\n[![CI](https://github.com/eddelbuettel/rcppdate/workflows/ci/badge.svg)](https://github.com/eddelbuettel/rcppdate/actions?query=workflow%3Aci)\n[![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)\n[![CRAN](https://www.r-pkg.org/badges/version/RcppDate)](https://cran.r-project.org/package=RcppDate)\n[![Dependencies](https://tinyverse.netlify.app/badge/RcppDate)](https://cran.r-project.org/package=RcppDate)\n[![Downloads](https://cranlogs.r-pkg.org/badges/RcppDate?color=brightgreen)](https://www.r-pkg.org/pkg/RcppDate)\n[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/rcppdate)](https://github.com/eddelbuettel/rcppdate)\n\n### About\n\nThe [date](https://github.com/HowardHinnant/date) library by Howard Hinnant\noffers extensive date and time functionality for the C++11, C++14 and C++17\nstandards.  A slighly modified version of `date.h` has been accepted (along\nwith `tz.h`) as part of C++20.\n\nThis package regroups all header files from the upstream repository by Howard\nHinnant so that other R packages can use them in their C++ code.\n\n### Example\n\nThere is _a lot_ of functionality in this library.  As a teaser, consider these three\ncompile-time instantiations of `year_month_day` types:\n\n```c++\n  constexpr auto x1 = 2015_y/March/22;\n  constexpr auto x2 = March/22/2015;\n  constexpr auto x3 = 22_d/March/2015;\n```\n\nSee the file [inst/examples/year_month_day.cpp](inst/examples/year_month_day.cpp) for\nthe complete example, and the upstream documentation for full details.\n\n### Limitations\n\nThe `tz.h` header requires compiled support from\n[`tz.cpp`](https://github.com/HowardHinnant/date/blob/master/src/tz.cpp)\nwhich is not currently included so that this remains a header-only library.\n\n### See Also\n\nThe [date](https://github.com/HowardHinnant/date) repository and its links to\ndocumentation.\n\n### Author\n\n[date](https://github.com/HowardHinnant/date) was written by Howard Hinnant.\n\nThis package was put together by Dirk Eddelbuettel\n\n### License\n\nThe underlying library is MIT licensed.\n\nThe packaging and integrations is licensed under GPL (\u003e= 2).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddelbuettel%2Frcppdate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddelbuettel%2Frcppdate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddelbuettel%2Frcppdate/lists"}