gnu: r-calculus: Fix typo in home-page.
* gnu/packages/cran.scm (r-calculus)[home-page]: Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
58db2e6877
commit
6f1c9c3411
|
@ -24615,7 +24615,7 @@ absolute GSEA.")
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rcpp" ,r-rcpp)))
|
||||
(home-page "https://github.com/guidotti/calculus")
|
||||
(home-page "https://github.com/eguidotti/calculus")
|
||||
(synopsis "High dimensional numerical and symbolic calculus")
|
||||
(description
|
||||
"Efficient C++ optimized functions for numerical and symbolic calculus.
|
||||
|
|
Reference in New Issue