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.
This commit is contained in:
parent
0a6526ebfd
commit
37fc760ef1
@ -15905,14 +15905,26 @@ datum transformations.")
|
|||||||
(define-public r-spdep
|
(define-public r-spdep
|
||||||
(package
|
(package
|
||||||
(name "r-spdep")
|
(name "r-spdep")
|
||||||
(version "1.1-7")
|
(version "1.1-8")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method url-fetch)
|
(uri (cran-uri "spdep" version))
|
||||||
(uri (cran-uri "spdep" version))
|
(sha256
|
||||||
(sha256
|
(base32
|
||||||
(base32
|
"1k82vx58kpn0fwgcpxq2jc3qfffl8wzbgr4cdkxihrfk28kkqh7l"))
|
||||||
"0sg417d95paww625663lgmk6jwhs88djqzc96gbs1hxazlf77qb1"))))
|
(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)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-boot" ,r-boot)
|
`(("r-boot" ,r-boot)
|
||||||
|
Loading…
Reference in New Issue
Block a user