about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2015-12-28 17:28:37 +0300
committerPjotr Prins2015-12-28 17:28:37 +0300
commit9892b258a2ec277ba3d9c345f96e5bb27dd4e4ec (patch)
tree4d68b155ecd72d4bcead62aef5bcb4b319aa51a0
parent144b5a5e04249ed8eba131ed3ee3274c45813b5c (diff)
downloadguix-bioinformatics-9892b258a2ec277ba3d9c345f96e5bb27dd4e4ec.tar.gz
r-lmmlite: typo
-rw-r--r--gn/packages/statistics.scm2
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")