~ruther/guix-local

fe5b8893653c112edc60afee4de3ef6f584f8116 — Ricardo Wurmus 8 years ago 33d8699
gnu: r-shape: Update to 1.4.4.

* gnu/packages/cran.scm (r-shape): Update to 1.4.4.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 206,14 206,14 @@ on (non-orthogonal) variable vectors in scatterplots and biplots.")
(define-public r-shape
  (package
    (name "r-shape")
    (version "1.4.3")
    (version "1.4.4")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "shape" version))
       (sha256
        (base32
         "1v9xp60p813rnx41vchkh32qmcb4z2zp9l7r1a8a6f8aqylnq3vj"))))
         "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
    (build-system r-build-system)
    (home-page "https://cran.r-project.org/web/packages/shape")
    (synopsis "Functions for plotting graphical shapes")