mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-R/digest: tidy metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,33 +1,19 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="person">
|
<maintainer type="person">
|
||||||
<email>lssndrbarbieri@gmail.com</email>
|
<email>lssndrbarbieri@gmail.com</email>
|
||||||
<name>Alessandro Barbieri</name>
|
<name>Alessandro Barbieri</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<longdescription lang="en">
|
<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>
|
||||||
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.
|
<upstream>
|
||||||
</longdescription>
|
<bugs-to>https://github.com/eddelbuettel/digest/issues</bugs-to>
|
||||||
<upstream>
|
<doc lang="en">https://cran.r-project.org/web//packages/digest/digest.pdf</doc>
|
||||||
<bugs-to>
|
<changelog>https://cran.r-project.org/web//packages/digest/ChangeLog</changelog>
|
||||||
https://github.com/eddelbuettel/digest/issues
|
<maintainer>
|
||||||
</bugs-to>
|
<name>Dirk Eddelbuettel</name>
|
||||||
<doc lang="en">
|
<email>edd@debian.org</email>
|
||||||
https://cran.r-project.org/web//packages/digest/digest.pdf
|
</maintainer>
|
||||||
</doc>
|
<remote-id type="github">eddelbuettel/digest</remote-id>
|
||||||
<changelog>
|
</upstream>
|
||||||
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>
|
</pkgmetadata>
|
||||||
|
|||||||
Reference in New Issue
Block a user