~ruther/guix-local

2d0f7d80bf9b2f4883cabe98832b93762839c8d2 — Ricardo Wurmus 10 years ago 3a6607f
gnu: Add r-registry.

* gnu/packages/statistics.scm (r-registry): New variable.
1 files changed, 19 insertions(+), 0 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +19 -0
@@ 2075,6 2075,25 @@ development.  It currently provides managers for multiple package specific
options and registries, vignette, unit test and bibtex related utilities.")
    (license license:gpl2+)))

 (define-public r-registry
   (package
     (name "r-registry")
     (version "0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "registry" version))
        (sha256
         (base32
          "0c7lscfxncwwd8zp46h2xfw9gw14dypqv6m2kx85xjhjh0xw99aq"))))
     (build-system r-build-system)
     (home-page "http://cran.r-project.org/web/packages/registry")
     (synopsis "Infrastructure for R package registries")
     (description
      "This package provides a generic infrastructure for creating and using R
package registries.")
     (license license:gpl2+)))

(define-public r-r-methodss3
  (package
    (name "r-r-methodss3")