summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-aod/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-aod/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-aod/package.py17
1 files changed, 8 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/r-aod/package.py b/var/spack/repos/builtin/packages/r-aod/package.py
index 3c57049414..8ce19bf352 100644
--- a/var/spack/repos/builtin/packages/r-aod/package.py
+++ b/var/spack/repos/builtin/packages/r-aod/package.py
@@ -7,16 +7,15 @@ from spack import *
class RAod(RPackage):
- """Provides a set of functions to analyse overdispersed counts or
- proportions. Most of the methods are already available elsewhere but are
- scattered in different packages. The proposed functions should be
- considered as complements to more sophisticated methods such as generalized
- estimating equations (GEE) or generalized linear mixed effect models
- (GLMM)."""
+ """Analysis of Overdispersed Data.
- homepage = "https://cloud.r-project.org/package=aod"
- url = "https://cloud.r-project.org/src/contrib/aod_1.3.1.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/aod"
+ Provides a set of functions to analyse overdispersed counts or proportions.
+ Most of the methods are already available elsewhere but are scattered in
+ different packages. The proposed functions should be considered as
+ complements to more sophisticated methods such as generalized estimating
+ equations (GEE) or generalized linear mixed effect models (GLMM)."""
+
+ cran = "aod"
version('1.3.1', sha256='052d8802500fcfdb3b37a8e3e6f3fbd5c3a54e48c3f68122402d2ea3a15403bc')