diff options
-rw-r--r-- | gn/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/statistics.scm b/gn/packages/statistics.scm index 575c881..065826e 100644 --- a/gn/packages/statistics.scm +++ b/gn/packages/statistics.scm @@ -131,7 +131,7 @@ (name "r-lmmlite") (version "0.1-9") (source (origin - ;; We use the git reference, because there's CRAN package + ;; We use the git reference, because there's no CRAN package (yet) (method git-fetch) (uri (git-reference (url "https://github.com/kbroman/lmmlite.git") |