summaryrefslogtreecommitdiff
path: root/gnu/packages/cran.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r--gnu/packages/cran.scm20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0a7deb30866..ed5af30b768 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13079,26 +13079,6 @@ adding non-linearities to a model, and a wrapper around the Epi package's
13079non-proportional hazards in Cox regressions.") 13079non-proportional hazards in Cox regressions.")
13080 (license license:gpl3+))) 13080 (license license:gpl3+)))
13081 13081
13082(define-public r-grr
13083 (package
13084 (name "r-grr")
13085 (version "0.9.5")
13086 (source
13087 (origin
13088 (method url-fetch)
13089 (uri (cran-uri "grr" version))
13090 (sha256
13091 (base32
13092 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
13093 (build-system r-build-system)
13094 (home-page "https://cran.r-project.org/web/packages/grr")
13095 (synopsis "Alternative implementations of base R functions")
13096 (description
13097 "This package provides alternative implementations of some base R
13098functions, including @code{sort}, @code{order}, and @code{match}. The
13099functions are simplified but can be faster or have other advantages.")
13100 (license license:gpl3)))
13101
13102(define-public r-magrittr 13082(define-public r-magrittr
13103 (package 13083 (package
13104 (name "r-magrittr") 13084 (name "r-magrittr")