jackhill/guix/guix.git
3 years agoinferior: Fix concurrent cached-profile calls.
Mathieu Othacehe [Fri, 5 Mar 2021 11:49:06 +0000 (12:49 +0100)]
inferior: Fix concurrent cached-profile calls.

* guix/inferior.scm (cached-profile): Do not create the profile symlink if it
already exists.

3 years agoinferior: Break cached-channel-instance into two procedures.
Mathieu Othacehe [Fri, 5 Mar 2021 08:51:42 +0000 (09:51 +0100)]
inferior: Break cached-channel-instance into two procedures.

Break cached-channel-instance into two different procedures:
channels->cached-profile and instances->cached-profile operating respectively
on channels and channels instances.

* guix/inferior.scm (cached-channel-instance): Rename it into ...
(cached-profile): ... this new procedure.
(channels->cached-profile, instances->cached-profile): New procedures.
* guix/scripts/time-machine.scm (guix-time-machine): Adapt accordingly.

3 years agoservices: cuirass: Do not create the database directory.
Mathieu Othacehe [Tue, 9 Mar 2021 16:04:27 +0000 (17:04 +0100)]
services: cuirass: Do not create the database directory.

Fixes: <https://issues.guix.gnu.org/46683>.

* gnu/services/cuirass.scm (cuirass-activation): Since the PostgreSQL switch,
it is no longer needed to create the database directory.

3 years agognu: cuirass: Update to 0.0.1-73.14e1335.
Mathieu Othacehe [Wed, 10 Mar 2021 07:41:10 +0000 (08:41 +0100)]
gnu: cuirass: Update to 0.0.1-73.14e1335.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-73.14e1335.
[arguments]: Enable tests and add new 'set-PATH-for-tests phase.
[native-inputs]: Add ephemeralpg.

3 years agognu: guile-simple-zmq: Update to 0.0.0-9.b2ea97e.
Mathieu Othacehe [Wed, 10 Mar 2021 07:40:34 +0000 (08:40 +0100)]
gnu: guile-simple-zmq: Update to 0.0.0-9.b2ea97e.

* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-9.b2ea97e.

3 years agognu: gnucobol: Update to 3.1.2 [security fixes].
Léo Le Bouter [Wed, 10 Mar 2021 05:54:48 +0000 (06:54 +0100)]
gnu: gnucobol: Update to 3.1.2 [security fixes].

* gnu/packages/cobol.scm (gnucobol): Update to 3.1.2.
[arguments]: Add 'set-TERM phase before 'check to set the TERM environment
variable for tests that expect it.

3 years agognu: osc: Update to 0.172.0 [fixes CVE-2019-3681].
Léo Le Bouter [Wed, 10 Mar 2021 04:00:03 +0000 (05:00 +0100)]
gnu: osc: Update to 0.172.0 [fixes CVE-2019-3681].

* gnu/packages/build-tools.scm (osc): Update to 0.172.0.
[native-inputs]: Add python-chardet. Required by tests.

3 years agognu: python-m2crypto: Disable tests because they are date-sensitive.
Léo Le Bouter [Wed, 10 Mar 2021 03:57:58 +0000 (04:57 +0100)]
gnu: python-m2crypto: Disable tests because they are date-sensitive.

* gnu/packages/python-crypto.scm (python-m2crypto)[arguments]: Set '#:tests?'
to '#f'.

3 years agognu: linux-libre 5.4: Update to 5.4.104.
Leo Famulari [Tue, 9 Mar 2021 19:18:55 +0000 (14:18 -0500)]
gnu: linux-libre 5.4: Update to 5.4.104.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.104.
(linux-libre-5.4-pristine-source): Update hash.

3 years agognu: linux-libre 5.10: Update to 5.10.22.
Leo Famulari [Tue, 9 Mar 2021 19:18:34 +0000 (14:18 -0500)]
gnu: linux-libre 5.10: Update to 5.10.22.

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.22.
(linux-libre-5.10-pristine-source): Update hash.

3 years agognu: linux-libre: Update to 5.11.5.
Leo Famulari [Tue, 9 Mar 2021 19:18:12 +0000 (14:18 -0500)]
gnu: linux-libre: Update to 5.11.5.

* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.5.
(linux-libre-5.11-pristine-source): Update hash.

3 years agognu: c-ares: Update to 1.17.1 [fixes CVE-2020-8277].
Léo Le Bouter [Wed, 10 Mar 2021 02:52:04 +0000 (03:52 +0100)]
gnu: c-ares: Update to 1.17.1 [fixes CVE-2020-8277].

* gnu/packages/adns.scm (c-ares/fixed): New variable.
(c-ares)[replacement]: Graft.

3 years agognu: imagemagick/fixed: Retain version length for successful grafting.
Léo Le Bouter [Wed, 10 Mar 2021 00:34:11 +0000 (01:34 +0100)]
gnu: imagemagick/fixed: Retain version length for successful grafting.

* gnu/packages/imagemagick.scm (imagemagick/fixed):
[version]: Append 'g'.
[source]: Hardcode version.

3 years agognu: password-store: Update to 1.7.3-1.918992c.
Sébastien Lerique [Sun, 7 Mar 2021 13:15:26 +0000 (22:15 +0900)]
gnu: password-store: Update to 1.7.3-1.918992c.

* gnu/packages/password-utils.scm (password-store): Update to
1.7.3-1.918992c.
[arguments]<#:phases>['wrap-path]: Add "wl-clipboard".
[inputs]: Add "wl-clipboard".

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
3 years agognu: dcmtk: Update to 3.6.6.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 23:49:53 +0000 (00:49 +0100)]
gnu: dcmtk: Update to 3.6.6.

* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.6.
[inputs]: Add icu4c.

3 years agognu: electron-cash: Update to 4.2.4.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 22:30:29 +0000 (23:30 +0100)]
gnu: electron-cash: Update to 4.2.4.

* gnu/packages/finance.scm (electron-cash): Update to 4.2.4.

3 years agognu: range-v3: Fix typo in description.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 22:24:18 +0000 (23:24 +0100)]
gnu: range-v3: Fix typo in description.

* gnu/packages/cpp.scm (range-v3)[description]: Fix typo.

3 years agodoc: Fix grammar.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 20:59:53 +0000 (21:59 +0100)]
doc: Fix grammar.

* doc/contributing.texi (Package Naming): Fix grammar.

3 years agognu: fcitx5: Update to 5.0.5.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 19:52:52 +0000 (20:52 +0100)]
gnu: fcitx5: Update to 5.0.5.

* gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.5.

3 years agognu: lmdb: Update to 0.9.28.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 19:52:29 +0000 (20:52 +0100)]
gnu: lmdb: Update to 0.9.28.

* gnu/packages/databases.scm (lmdb): Update to 0.9.28.

3 years agognu: git: Update to 2.30.2 [fixes CVE-2021-21300].
Léo Le Bouter [Wed, 10 Mar 2021 00:01:46 +0000 (01:01 +0100)]
gnu: git: Update to 2.30.2 [fixes CVE-2021-21300].

* gnu/packages/version-control.scm (git): Update to 2.30.2.

3 years agognu: libtiff: Update to 4.2.0 [security fixes].
Léo Le Bouter [Tue, 9 Mar 2021 23:45:48 +0000 (00:45 +0100)]
gnu: libtiff: Update to 4.2.0 [security fixes].

Non-exhaustively, fixes CVE-2020-35523, CVE-2020-35522 and CVE-2020-35521.

* gnu/packages/image.scm (libtiff/fixed): New variable.
(libtiff)[replacement]: Graft.

3 years agognu: Add nextcloud-client.
Raghav Gururajan [Tue, 9 Mar 2021 07:19:00 +0000 (02:19 -0500)]
gnu: Add nextcloud-client.

* gnu/packages/messaging.scm (nextcloud-client): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: Add qtsolutions.
Raghav Gururajan [Tue, 9 Mar 2021 07:14:56 +0000 (02:14 -0500)]
gnu: Add qtsolutions.

* gnu/packages/qt.scm (qtsolutions): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: Add appstream.
Raghav Gururajan [Fri, 15 Jan 2021 04:32:27 +0000 (23:32 -0500)]
gnu: Add appstream.

* gnu/packages/freedesktop.scm (appstream): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: imagemagick: Update to 6.9.12-2 [security fixes].
Léo Le Bouter [Tue, 9 Mar 2021 22:02:51 +0000 (23:02 +0100)]
gnu: imagemagick: Update to 6.9.12-2 [security fixes].

* gnu/packages/imagemagick.scm (imagemagick/fixed): New variable.
(imagemagick)[replacement]: Graft.

3 years agognu: r-lubridate: Update to 1.7.10.
Ricardo Wurmus [Tue, 9 Mar 2021 20:43:01 +0000 (21:43 +0100)]
gnu: r-lubridate: Update to 1.7.10.

* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.10.

3 years agognu: r-pbkrtest: Update to 0.5.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:57 +0000 (21:42 +0100)]
gnu: r-pbkrtest: Update to 0.5.1.

* gnu/packages/statistics.scm (r-pbkrtest): Update to 0.5.1.

3 years agognu: r-quantreg: Update to 5.85.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:54 +0000 (21:42 +0100)]
gnu: r-quantreg: Update to 5.85.

* gnu/packages/statistics.scm (r-quantreg): Update to 5.85.

3 years agognu: r-matrixmodels: Update to 0.5-0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:51 +0000 (21:42 +0100)]
gnu: r-matrixmodels: Update to 0.5-0.

* gnu/packages/statistics.scm (r-matrixmodels): Update to 0.5-0.

3 years agognu: r-beeswarm: Update to 0.3.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:48 +0000 (21:42 +0100)]
gnu: r-beeswarm: Update to 0.3.1.

* gnu/packages/statistics.scm (r-beeswarm): Update to 0.3.1.

3 years agognu: r-hmisc: Update to 4.5-0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:45 +0000 (21:42 +0100)]
gnu: r-hmisc: Update to 4.5-0.

* gnu/packages/statistics.scm (r-hmisc): Update to 4.5-0.

3 years agognu: r-tidyr: Update to 1.1.3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:42 +0000 (21:42 +0100)]
gnu: r-tidyr: Update to 1.1.3.

* gnu/packages/statistics.scm (r-tidyr): Update to 1.1.3.

3 years agognu: r-glmnet: Update to 4.1-1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:39 +0000 (21:42 +0100)]
gnu: r-glmnet: Update to 4.1-1.

* gnu/packages/statistics.scm (r-glmnet): Update to 4.1-1.

3 years agognu: r-sparsem: Update to 1.81.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:36 +0000 (21:42 +0100)]
gnu: r-sparsem: Update to 1.81.

* gnu/packages/statistics.scm (r-sparsem): Update to 1.81.

3 years agognu: r-segmented: Update to 1.3-3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:33 +0000 (21:42 +0100)]
gnu: r-segmented: Update to 1.3-3.

* gnu/packages/statistics.scm (r-segmented): Update to 1.3-3.

3 years agognu: r-rmarkdown: Update to 2.7.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:29 +0000 (21:42 +0100)]
gnu: r-rmarkdown: Update to 2.7.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.7.

3 years agognu: r-desc: Update to 1.3.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:26 +0000 (21:42 +0100)]
gnu: r-desc: Update to 1.3.0.

* gnu/packages/statistics.scm (r-desc): Update to 1.3.0.
[propagated-inputs]: Remove r-assertthat.

3 years agognu: r-data-table: Update to 1.14.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:22 +0000 (21:42 +0100)]
gnu: r-data-table: Update to 1.14.0.

* gnu/packages/statistics.scm (r-data-table): Update to 1.14.0.

3 years agognu: r-dplyr: Update to 1.0.5.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:19 +0000 (21:42 +0100)]
gnu: r-dplyr: Update to 1.0.5.

* gnu/packages/statistics.scm (r-dplyr): Update to 1.0.5.

3 years agognu: r-tibble: Update to 3.1.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:16 +0000 (21:42 +0100)]
gnu: r-tibble: Update to 3.1.0.

* gnu/packages/statistics.scm (r-tibble): Update to 3.1.0.
[propagated-inputs]: Remove r-cli and r-crayon.

3 years agognu: r-testthat: Update to 3.0.2.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:12 +0000 (21:42 +0100)]
gnu: r-testthat: Update to 3.0.2.

* gnu/packages/statistics.scm (r-testthat): Update to 3.0.2.

3 years agognu: r-mime: Update to 0.10.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:09 +0000 (21:42 +0100)]
gnu: r-mime: Update to 0.10.

* gnu/packages/statistics.scm (r-mime): Update to 0.10.

3 years agognu: r-svglite: Update to 2.0.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:06 +0000 (21:42 +0100)]
gnu: r-svglite: Update to 2.0.0.

* gnu/packages/statistics.scm (r-svglite): Update to 2.0.0.
[inputs]: Add libpng and zlib.
[propagated-inputs]: Remove r-bh, r-gdtools, and r-rcpp; add r-cpp11 and
r-systemfonts.

3 years agognu: r-mgcv: Update to 1.8-34.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:00 +0000 (21:42 +0100)]
gnu: r-mgcv: Update to 1.8-34.

* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-34.

3 years agognu: r-cluster: Update to 2.1.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:57 +0000 (21:41 +0100)]
gnu: r-cluster: Update to 2.1.1.

* gnu/packages/statistics.scm (r-cluster): Update to 2.1.1.

3 years agognu: r-mass: Update to 7.3-53.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:54 +0000 (21:41 +0100)]
gnu: r-mass: Update to 7.3-53.1.

* gnu/packages/statistics.scm (r-mass): Update to 7.3-53.1.

3 years agognu: r-boot: Update to 1.3-27.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:51 +0000 (21:41 +0100)]
gnu: r-boot: Update to 1.3-27.

* gnu/packages/statistics.scm (r-boot): Update to 1.3-27.

3 years agognu: r-ragg: Update to 1.1.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:48 +0000 (21:41 +0100)]
gnu: r-ragg: Update to 1.1.1.

* gnu/packages/cran.scm (r-ragg): Update to 1.1.1.

3 years agognu: r-textshaping: Update to 0.3.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:45 +0000 (21:41 +0100)]
gnu: r-textshaping: Update to 0.3.1.

* gnu/packages/cran.scm (r-textshaping): Update to 0.3.1.

3 years agognu: r-mlr3tuning: Update to 0.7.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:42 +0000 (21:41 +0100)]
gnu: r-mlr3tuning: Update to 0.7.0.

* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.7.0.

3 years agognu: r-mlr3: Update to 0.11.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:38 +0000 (21:41 +0100)]
gnu: r-mlr3: Update to 0.11.0.

* gnu/packages/cran.scm (r-mlr3): Update to 0.11.0.
[propagated-inputs]: Add r-palmerpenguins and r-parallelly.

3 years agognu: r-paradox: Update to 0.7.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:33 +0000 (21:41 +0100)]
gnu: r-paradox: Update to 0.7.1.

* gnu/packages/cran.scm (r-paradox): Update to 0.7.1.

3 years agognu: r-tune: Update to 0.1.3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:30 +0000 (21:41 +0100)]
gnu: r-tune: Update to 0.1.3.

* gnu/packages/cran.scm (r-tune): Update to 0.1.3.
[propagated-inputs]: Remove r-hardhat.

3 years agognu: r-dicedesign: Update to 1.9.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:26 +0000 (21:41 +0100)]
gnu: r-dicedesign: Update to 1.9.

* gnu/packages/cran.scm (r-dicedesign): Update to 1.9.

3 years agognu: r-rsample: Update to 0.0.9.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:23 +0000 (21:41 +0100)]
gnu: r-rsample: Update to 0.0.9.

* gnu/packages/cran.scm (r-rsample): Update to 0.0.9.
[propagated-inputs]: Remove r-modeldata.

3 years agognu: r-survminer: Update to 0.4.9.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:18 +0000 (21:41 +0100)]
gnu: r-survminer: Update to 0.4.9.

* gnu/packages/cran.scm (r-survminer): Update to 0.4.9.
[propagated-inputs]: Add r-ggtext.

3 years agognu: r-flexsurv: Update to 2.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:14 +0000 (21:41 +0100)]
gnu: r-flexsurv: Update to 2.0.

* gnu/packages/cran.scm (r-flexsurv): Update to 2.0.
[propagated-inputs]: Add r-assertthat, r-dplyr, r-generics, r-magrittr,
r-matrix, r-numderiv, r-purrr, r-rlang, r-rstpm2, and r-tidyselect.

3 years agognu: r-isoband: Update to 0.2.4.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:07 +0000 (21:41 +0100)]
gnu: r-isoband: Update to 0.2.4.

* gnu/packages/cran.scm (r-isoband): Update to 0.2.4.
[propagated-inputs]: Remove r-testthat.

3 years agognu: r-erm: Update to 1.0-2.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:02 +0000 (21:41 +0100)]
gnu: r-erm: Update to 1.0-2.

* gnu/packages/cran.scm (r-erm): Update to 1.0-2.

3 years agognu: r-openmx: Update to 2.19.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:59 +0000 (21:40 +0100)]
gnu: r-openmx: Update to 2.19.1.

* gnu/packages/cran.scm (r-openmx): Update to 2.19.1.

3 years agognu: r-isocodes: Update to 2021.02.24.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:56 +0000 (21:40 +0100)]
gnu: r-isocodes: Update to 2021.02.24.

* gnu/packages/cran.scm (r-isocodes): Update to 2021.02.24.

3 years agognu: r-imager: Update to 0.42.7.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:53 +0000 (21:40 +0100)]
gnu: r-imager: Update to 0.42.7.

* gnu/packages/cran.scm (r-imager): Update to 0.42.7.

3 years agognu: r-gamlss: Update to 5.3-1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:49 +0000 (21:40 +0100)]
gnu: r-gamlss: Update to 5.3-1.

* gnu/packages/cran.scm (r-gamlss): Update to 5.3-1.

3 years agognu: r-lifecycle: Update to 1.0.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:46 +0000 (21:40 +0100)]
gnu: r-lifecycle: Update to 1.0.0.

* gnu/packages/cran.scm (r-lifecycle): Update to 1.0.0.

3 years agognu: r-parameters: Update to 0.12.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:43 +0000 (21:40 +0100)]
gnu: r-parameters: Update to 0.12.0.

* gnu/packages/cran.scm (r-parameters): Update to 0.12.0.

3 years agognu: r-kableextra: Update to 1.3.4.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:40 +0000 (21:40 +0100)]
gnu: r-kableextra: Update to 1.3.4.

* gnu/packages/cran.scm (r-kableextra): Update to 1.3.4.
[propagated-inputs]: Add r-svglite.

3 years agognu: r-dalex: Update to 2.1.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:36 +0000 (21:40 +0100)]
gnu: r-dalex: Update to 2.1.1.

* gnu/packages/cran.scm (r-dalex): Update to 2.1.1.

3 years agognu: r-xmlparsedata: Update to 1.0.5.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:32 +0000 (21:40 +0100)]
gnu: r-xmlparsedata: Update to 1.0.5.

* gnu/packages/cran.scm (r-xmlparsedata): Update to 1.0.5.

3 years agognu: r-ggraph: Update to 2.0.5.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:29 +0000 (21:40 +0100)]
gnu: r-ggraph: Update to 2.0.5.

* gnu/packages/cran.scm (r-ggraph): Update to 2.0.5.

3 years agognu: r-ggforce: Update to 0.3.3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:26 +0000 (21:40 +0100)]
gnu: r-ggforce: Update to 0.3.3.

* gnu/packages/cran.scm (r-ggforce): Update to 0.3.3.

3 years agognu: r-farver: Update to 2.1.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:23 +0000 (21:40 +0100)]
gnu: r-farver: Update to 2.1.0.

* gnu/packages/cran.scm (r-farver): Update to 2.1.0.

3 years agognu: r-arsenal: Update to 3.6.2.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:20 +0000 (21:40 +0100)]
gnu: r-arsenal: Update to 3.6.2.

* gnu/packages/cran.scm (r-arsenal): Update to 3.6.2.

3 years agognu: r-genetics: Update to 1.3.8.1.3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:17 +0000 (21:40 +0100)]
gnu: r-genetics: Update to 1.3.8.1.3.

* gnu/packages/cran.scm (r-genetics): Update to 1.3.8.1.3.

3 years agognu: r-deldir: Update to 0.2-10.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:13 +0000 (21:40 +0100)]
gnu: r-deldir: Update to 0.2-10.

* gnu/packages/cran.scm (r-deldir): Update to 0.2-10.

3 years agognu: r-units: Update to 0.7-0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:10 +0000 (21:40 +0100)]
gnu: r-units: Update to 0.7-0.

* gnu/packages/cran.scm (r-units): Update to 0.7-0.

3 years agognu: r-gamlss-dist: Update to 5.3-2.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:07 +0000 (21:40 +0100)]
gnu: r-gamlss-dist: Update to 5.3-2.

* gnu/packages/cran.scm (r-gamlss-dist): Update to 5.3-2.

3 years agognu: r-shinyjqui: Update to 0.4.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:04 +0000 (21:40 +0100)]
gnu: r-shinyjqui: Update to 0.4.0.

* gnu/packages/cran.scm (r-shinyjqui): Update to 0.4.0.

3 years agognu: r-epi: Update to 2.44.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:01 +0000 (21:40 +0100)]
gnu: r-epi: Update to 2.44.

* gnu/packages/cran.scm (r-epi): Update to 2.44.

3 years agognu: r-dotcall64: Update to 1.0-1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:57 +0000 (21:39 +0100)]
gnu: r-dotcall64: Update to 1.0-1.

* gnu/packages/cran.scm (r-dotcall64): Update to 1.0-1.

3 years agognu: r-gargle: Update to 1.0.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:54 +0000 (21:39 +0100)]
gnu: r-gargle: Update to 1.0.0.

* gnu/packages/cran.scm (r-gargle): Update to 1.0.0.

3 years agognu: r-tiff: Update to 0.1-7.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:51 +0000 (21:39 +0100)]
gnu: r-tiff: Update to 0.1-7.

* gnu/packages/cran.scm (r-tiff): Update to 0.1-7.

3 years agognu: r-fftwtools: Update to 0.9-11.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:48 +0000 (21:39 +0100)]
gnu: r-fftwtools: Update to 0.9-11.

* gnu/packages/cran.scm (r-fftwtools): Update to 0.9-11.
[native-inputs]: Add pkg-config.

3 years agognu: r-ouch: Update to 2.15-1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:44 +0000 (21:39 +0100)]
gnu: r-ouch: Update to 2.15-1.

* gnu/packages/cran.scm (r-ouch): Update to 2.15-1.

3 years agognu: r-activity: Update to 1.3.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:40 +0000 (21:39 +0100)]
gnu: r-activity: Update to 1.3.1.

* gnu/packages/cran.scm (r-activity): Update to 1.3.1.

3 years agognu: r-rgl: Update to 0.105.22.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:37 +0000 (21:39 +0100)]
gnu: r-rgl: Update to 0.105.22.

* gnu/packages/cran.scm (r-rgl): Update to 0.105.22.

3 years agognu: r-rcppparallel: Update to 5.0.3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:34 +0000 (21:39 +0100)]
gnu: r-rcppparallel: Update to 5.0.3.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.3.

3 years agognu: r-mvabund: Update to 4.1.9.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:31 +0000 (21:39 +0100)]
gnu: r-mvabund: Update to 4.1.9.

* gnu/packages/cran.scm (r-mvabund): Update to 4.1.9.

3 years agognu: r-gert: Update to 1.2.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:28 +0000 (21:39 +0100)]
gnu: r-gert: Update to 1.2.0.

* gnu/packages/cran.scm (r-gert): Update to 1.2.0.

3 years agognu: r-labelled: Update to 2.8.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:25 +0000 (21:39 +0100)]
gnu: r-labelled: Update to 2.8.0.

* gnu/packages/cran.scm (r-labelled): Update to 2.8.0.
[propagated-inputs]: Remove r-pillar; add r-stringr.

3 years agognu: r-doby: Update to 4.6.9.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:19 +0000 (21:39 +0100)]
gnu: r-doby: Update to 4.6.9.

* gnu/packages/cran.scm (r-doby): Update to 4.6.9.

3 years agognu: r-deriv: Update to 4.1.3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:16 +0000 (21:39 +0100)]
gnu: r-deriv: Update to 4.1.3.

* gnu/packages/cran.scm (r-deriv): Update to 4.1.3.

3 years agognu: r-insight: Update to 0.13.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:13 +0000 (21:39 +0100)]
gnu: r-insight: Update to 0.13.1.

* gnu/packages/cran.scm (r-insight): Update to 0.13.1.

3 years agognu: r-officer: Update to 0.3.17.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:10 +0000 (21:39 +0100)]
gnu: r-officer: Update to 0.3.17.

* gnu/packages/cran.scm (r-officer): Update to 0.3.17.

3 years agognu: r-rdpack: Update to 2.1.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:07 +0000 (21:39 +0100)]
gnu: r-rdpack: Update to 2.1.1.

* gnu/packages/cran.scm (r-rdpack): Update to 2.1.1.
[propagated-inputs]: Remove r-gbrd.

3 years agognu: r-rstatix: Update to 0.7.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:39:02 +0000 (21:39 +0100)]
gnu: r-rstatix: Update to 0.7.0.

* gnu/packages/cran.scm (r-rstatix): Update to 0.7.0.

3 years agognu: r-ggsignif: Update to 0.6.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:38:59 +0000 (21:38 +0100)]
gnu: r-ggsignif: Update to 0.6.1.

* gnu/packages/cran.scm (r-ggsignif): Update to 0.6.1.

3 years agognu: r-renv: Update to 0.13.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:38:56 +0000 (21:38 +0100)]
gnu: r-renv: Update to 0.13.0.

* gnu/packages/cran.scm (r-renv): Update to 0.13.0.

3 years agognu: r-rastervis: Update to 0.50.
Ricardo Wurmus [Tue, 9 Mar 2021 20:38:53 +0000 (21:38 +0100)]
gnu: r-rastervis: Update to 0.50.

* gnu/packages/cran.scm (r-rastervis): Update to 0.50.
[propagated-inputs]: Add r-terra.

3 years agognu: r-promises: Update to 1.2.0.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:38:49 +0000 (21:38 +0100)]
gnu: r-promises: Update to 1.2.0.1.

* gnu/packages/cran.scm (r-promises): Update to 1.2.0.1.