dev-R/tzdb: new package, add 0.3.0

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-03 10:53:15 +01:00
parent c6a01080d0
commit 24a8cae926
3 changed files with 47 additions and 0 deletions

17
dev-R/tzdb/metadata.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Provides an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the 'date' library. 'date' provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along with a limited interface for time zone manipulations.</longdescription>
<upstream>
<maintainer>
<name>Davis Vaughan</name>
<email>davis@rstudio.com</email>
</maintainer>
<bugs-to>https://github.com/r-lib/tzdb/issues</bugs-to>
<remote-id type="github">r-lib/tzdb</remote-id>
</upstream>
</pkgmetadata>