diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-19 08:50:35 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-19 08:50:35 +0100 |
commit | dd0568a77951804d97884a0a0a3a3ed38ca0a184 (patch) | |
tree | 75b5bfcb64e0e3477a725a93ed85eda327c52d44 /gnu/packages/cran.scm | |
parent | 142cd4dc98ed439f32d2a903ff866ae345234c0f (diff) | |
parent | baab9eef27994575e3ce1ba7efb822725600f748 (diff) | |
download | guix-dd0568a77951804d97884a0a0a3a3ed38ca0a184.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 8426285b7a..75e9afcac5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5617,7 +5617,7 @@ using the @code{snow} package.") (build-system r-build-system) (propagated-inputs `(("r-snow" ,r-snow))) - (home-page "http://cran.r-project.org/web/packages/snowfall/") + (home-page "https://cran.r-project.org/web/packages/snowfall/") (synopsis "Easier cluster computing") (description "This package is a usability wrapper around snow for easier development of parallel R programs. This package offers e.g. extended error @@ -15473,7 +15473,7 @@ path of values for the regularization parameter.") "0iwc06blr5sx7rylwczi2jrha8sk8qs0jklflwpidl0zj1jxdggp")))) (properties `((upstream-name . "RhpcBLASctl"))) (build-system r-build-system) - (home-page "http://prs.ism.ac.jp/~nakama/Rhpc/") + (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/") (synopsis "Control the number of threads on BLAS") (description "This package allows you to control the number of threads the BLAS |