summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-fastdigest/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-fastdigest/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-fastdigest/package.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/r-fastdigest/package.py b/var/spack/repos/builtin/packages/r-fastdigest/package.py
index 0fce5610be..1b2610f949 100644
--- a/var/spack/repos/builtin/packages/r-fastdigest/package.py
+++ b/var/spack/repos/builtin/packages/r-fastdigest/package.py
@@ -7,19 +7,17 @@ from spack import *
class RFastdigest(RPackage):
- """Fast, Low Memory-Footprint Digests of R Objects
+ """Fast, Low Memory-Footprint Digests of R Objects.
Provides an R interface to Bob Jenkin's streaming, non-cryptographic
'SpookyHash' hash algorithm for use in digest-based comparisons of R
objects. 'fastdigest' plugs directly into R's internal serialization
machinery, allowing digests of all R objects the serialize() function
- supports, including reference-style objects via custom hooks. Speed is
- high and scales linearly by object size;
- memory usage is constant and negligible."""
+ supports, including reference-style objects via custom hooks. Speed is high
+ and scales linearly by object size; memory usage is constant and
+ negligible."""
- homepage = "https://cloud.r-project.org/web/packages/fastdigest/index.html"
- url = "https://cloud.r-project.org/src/contrib/fastdigest_0.6-3.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/fastdigest"
+ cran = "fastdigest"
maintainers = ['dorton21']