guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/46: gnu: r-spdep: Update to 1.1-8.


From: guix-commits
Subject: 20/46: gnu: r-spdep: Update to 1.1-8.
Date: Wed, 2 Jun 2021 11:27:46 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 37fc760ef13ea410e361ac2a584a9ac440050d6d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 2 17:23:04 2021 +0200

    gnu: r-spdep: Update to 1.1-8.
    
    * gnu/packages/cran.scm (r-spdep): Update to 1.1-8.
    [source]: Remove generated files, including Rmarkdown files whose outputs
    conflict with the main Rmarkdown file.
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 758dfcf..a20e10b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15905,14 +15905,26 @@ datum transformations.")
 (define-public r-spdep
   (package
     (name "r-spdep")
-    (version "1.1-7")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (cran-uri "spdep" version))
-       (sha256
-        (base32
-         "0sg417d95paww625663lgmk6jwhs88djqzc96gbs1hxazlf77qb1"))))
+    (version "1.1-8")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "spdep" version))
+              (sha256
+               (base32
+                "1k82vx58kpn0fwgcpxq2jc3qfffl8wzbgr4cdkxihrfk28kkqh7l"))
+              (snippet
+               '(for-each delete-file '("inst/doc/nb_igraph.html"
+                                        "inst/doc/nb_igraph.R"
+                                        "inst/doc/nb_igraph.Rmd"
+                                        "inst/doc/sids.html"
+                                        "inst/doc/sids.R"
+                                        "inst/doc/nb.html"
+                                        "inst/doc/nb.R"
+                                        "inst/doc/CO69.html"
+                                        "inst/doc/CO69.R"
+                                        "inst/doc/nb_sf.html"
+                                        "inst/doc/nb_sf.R"
+                                        "inst/doc/nb_sf.Rmd")))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-boot" ,r-boot)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]