dev-R/hms: new package, add 1.1.1

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 11:39:56 +01:00
parent 3fc79101dd
commit bd53cc3118
3 changed files with 54 additions and 0 deletions

17
dev-R/hms/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">Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.</longdescription>
<upstream>
<maintainer>
<name>Kirill Müller</name>
<email>krlmlr+r@mailbox.org</email>
</maintainer>
<bugs-to>https://github.com/tidyverse/hms/issues</bugs-to>
<remote-id type="github">tidyverse/hms</remote-id>
</upstream>
</pkgmetadata>