dev-R/digest: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-05-08 02:22:06 +02:00
parent b238d06bd4
commit 4cc9c4c4fc
3 changed files with 52 additions and 0 deletions

33
dev-R/digest/metadata.xml Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash' and 'spookyhash' algorithms) permitting easy comparison of R language objects, as well as functions such as'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.
</longdescription>
<upstream>
<bugs-to>
https://github.com/eddelbuettel/digest/issues
</bugs-to>
<doc lang="en">
https://cran.r-project.org/web//packages/digest/digest.pdf
</doc>
<changelog>
https://cran.r-project.org/web//packages/digest/ChangeLog
</changelog>
<maintainer>
<name>
Dirk Eddelbuettel
</name>
<email>
edd@debian.org
</email>
</maintainer>
<remote-id type="github">
eddelbuettel/digest
</remote-id>
</upstream>
</pkgmetadata>