Age | Commit message (Collapse) | Author |
|
* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.6.
|
|
* gnu/packages/statistics.scm (r-rsqlite): Update to 1.1-2.
|
|
* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.4.
|
|
* gnu/packages/statistics.scm (r-bbmisc): Update to 1.11.
|
|
* gnu/packages/statistics.scm (r-backports): Update to 1.0.5.
|
|
* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-13.
|
|
* gnu/packages/statistics.scm (r-xml2): Update to 1.1.1.
|
|
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-6.
|
|
* gnu/packages/statistics.scm (r-data-table): Update to 1.10.4.
|
|
* gnu/packages/statistics.scm (r-chron): Update to 2.3-50.
|
|
* gnu/packages/statistics.scm (r-cluster): Update to 2.0.6.
|
|
* gnu/packages/statistics.scm (r-dbi): Update to 0.6-1.
|
|
* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.4.
|
|
* gnu/packages/statistics.scm (r-stringr): Update to 1.2.0.
|
|
* gnu/packages/statistics.scm (r-stringi): Update to 1.1.3.
|
|
* gnu/packages/statistics.scm (r-rcpp): Update to 0.12.10.
|
|
* gnu/packages/statistics.scm (r-digest): Update to 0.6.12.
|
|
* gnu/packages/statistics.scm (r-survival): Update to 2.41-3.
|
|
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-17.
|
|
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-8.
|
|
* gnu/packages/statistics.scm (r-lattice): Update to 0.20-35.
|
|
* gnu/packages/statistics.scm (r-rprojroot): Update to 1.2.
|
|
* gnu/packages/web.scm (r-htmltable): Update to 1.9.
[propagated-inputs]: Add "r-checkmate" and "r-htmlwidgets".
|
|
* gnu/packages/web.scm (r-curl): Update to 2.4.
|
|
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.10.3.
[propagated-inputs]: Add "r-rcurl".
|
|
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.14.1.
|
|
* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.10.1.
[propagated-inputs]: Remove "r-knitr" and "r-devtools".
|
|
* gnu/packages/statistics.scm (r-tidyr): Update to 0.6.1.
[propagated-inputs]: Add "r-tibble".
|
|
* gnu/packages/statistics.scm (r-roxygen2): Update to 6.0.1.
[propagated-inputs]: Add "r-commonmark", "r-desc", "r-r6", and "r-xml2".
|
|
* gnu/packages/statistics.scm (r-commonmark): New variable.
|
|
* gnu/packages/statistics.scm (r-desc): New variable.
|
|
* gnu/packages/statistics.scm (r-readr): Update to 1.1.0.
[propagated-inputs]: Remove "r-curl".
|
|
* gnu/packages/statistics.scm (r-tibble): Update to 1.3.0.
[propagated-inputs]: Remove "r-assertthat".
|
|
* gnu/packages/web.scm (r-jsonlite): Update to 1.3.
|
|
* gnu/packages/ldc.scm (ldc-bootstrap)[arguments]: Delete failing test in
build phase.
|
|
* gnu/packages/guile.scm (guile-aspell)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
|
|
* gnu/packages/guile.scm (guile-aspell)[arguments]: Remove
#:configure-flags. Add 'set-guilesitedir' phase.
|
|
* gnu/packages/guile.scm (guile-aspell): Update to 0.4.
[arguments] <#:phases>: Adjust 'set-libaspell-file-name' to new source
tree layout.
|
|
Fixes <https://bugs.gnu.org/26271>.
* guix/scripts/system.scm (perform-action): Add #:gc-root parameter and
honor it.
(show-help): Document the --root option.
(%options): Add 'root'.
(process-action): Pass 'root' option to perform-action as #:gc-root.
* doc/guix.texi (Invoking guix system): Document '--root'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts/build.scm (register-root*): Add and export it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This is a followup to fcd75bdbfa99d14363b905afbf914eec20e69df8.
* guix/scripts/environment.scm (create-environment): Check whether
SEPARATOR is #f.
|
|
* doc/guix.texi (Documentation): New node.
|
|
The mandb database file (index.db) is used by the "apropos" (whatis) or
"man -k" commands. This change introduces a profile hook to generate
such database file.
* guix/profiles.scm (manual-database): New procedure.
(%default-profile-hooks): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/build-system/python.scm (package-with-explicit-python)
[package-variant, cut?]: New procedures.
[transform]: Remove 'mlambdaq' form and input tuple handling.
Use 'package-mapping'.
|
|
* guix/packages.scm (package-mapping): New procedure.
(package-input-rewriting): Rewrite in terms of 'package-mapping'.
* tests/packages.scm ("package-mapping"): New test.
* doc/guix.texi (Defining Packages): Document it.
|
|
This reverts commit 01fe019166fe8a925b3bf3b489792b52b1b6ca7a,
which was unneeded because IlmBase is already listed as 'Requires'
in 'OpenEXR.pc'.
|
|
This reverts commit dfee7daedb760f1b1d7506829ca31633f4173356. It causes
the linux-libre@4.9 build to hang (command-line usage works fine).
|
|
* gnu/packages/audacity.scm: Remove file and move audacity...
* gnu/packages/audio.scm: ...here.
* gnu/local.mk: Remove reference to removed file.
|
|
* guix/import/cran.scm (bioconductor-package?): Exclude Bioconductor
data packages.
(bioconductor-data-package?): New procedure.
|
|
* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Add build phase
"patch-away-glibc-conflict" to fix a definition conflict with glibc 2.25.
|