gnu: r-geosphere: Update to 1.5-18.
* gnu/packages/cran.scm (r-geosphere): Update to 1.5-18. [propagated-inputs]: Add r-rcpp.
This commit is contained in:
parent
affa53b664
commit
db015a013b
1 changed files with 3 additions and 3 deletions
|
|
@ -4030,16 +4030,16 @@ complex non-linear objective function with a very large number of optima.")
|
||||||
(define-public r-geosphere
|
(define-public r-geosphere
|
||||||
(package
|
(package
|
||||||
(name "r-geosphere")
|
(name "r-geosphere")
|
||||||
(version "1.5-14")
|
(version "1.5-18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "geosphere" version))
|
(uri (cran-uri "geosphere" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bg4vfmrw140j2ax0p6bflvb77w03ir39wa87l96rj473jpa9hzj"))))
|
"1h6sqvxwxv22js6hz4s8sjk50ygw0y34icbbbdb2v36ca3q6zzwr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-sp))
|
(propagated-inputs (list r-rcpp r-sp))
|
||||||
(home-page "https://cran.r-project.org/web/packages/geosphere")
|
(home-page "https://cran.r-project.org/web/packages/geosphere")
|
||||||
(synopsis "Spherical trigonometry")
|
(synopsis "Spherical trigonometry")
|
||||||
(description "This package computes spherical trigonometry for geographic
|
(description "This package computes spherical trigonometry for geographic
|
||||||
|
|
|
||||||
Reference in a new issue