gnu: Add r-knitr.
* gnu/packages/statistics.scm (r-knitr): New variable.
gnu: Add r-yaml.
* gnu/packages/statistics.scm (r-yaml): New variable.
gnu: Add r-markdown.
* gnu/packages/statistics.scm (r-markdown): New variable.
gnu: Add r-mime.
* gnu/packages/statistics.scm (r-mime): New variable.
gnu: Add r-highr.
* gnu/packages/statistics.scm (r-highr): New variable.
gnu: Add r-formatr.
* gnu/packages/statistics.scm (r-formatr): New variable.
gnu: Add r-evaluate.
* gnu/packages/statistics.scm (r-evaluate): New variable.
gnu: Add r-bh.
* gnu/packages/statistics.scm (r-bh): New variable.
gnu: Use cran-uri in source expressions.
* gnu/packages/statistics.scm (r-colorspace, r-dichromat, r-digest,
r-gtable, r-labeling, r-magrittr, r-munsell, r-rcpp, r-plyr, r-proto,
r-rcolorbrewer, r-stringi, r-stringr, r-reshape2, r-scales, r-ggplot2,
r-assertthat, r-lazyeval, r-dbi): Use cran-uri in source expressions.
import: cran-sxml->sexp: Use cran-uri in package expression.
* guix/import/cran.scm (cran-sxml->sexp): Use the cran-uri procedure in
the generated package expression.
build: Add cran-uri procedure.
* guix/build-system/r.scm (cran-uri): New procedure.
gnu: Add shotwell.
* gnu/packages/gnome.scm (shotwell): New variable.
gnu: Add gexiv2.
* gnu/packages/gnome.scm (gexiv2): New variable.
gnu: Add libgee.
* gnu/packages/gnome.scm (libgee): New variable.
gnu: autogen: Update to 5.18.6.
* gnu/packages/autogen.scm (autogen): Update to 5.18.6.
gnu: gnu-pw-mgr: Update to 1.5.
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 1.5.
linux-boot: Mount /dev as a devtmpfs from the start.
Suggested by Petter <petter@mykolab.ch>
and Mark H Weaver <mhw@netris.org>.
Reported by Duncan Keall <duncan@duncankeall.com>.
Partly fixes <http://bugs.gnu.org/19190> by populating /dev/mapper
early enough.
* gnu/build/linux-boot.scm (mount-essential-file-systems): Mount /dev as
a devtmpfs.
(move-essential-file-systems): Add /dev.
(mount-root-file-system): Mount /rw-root/dev as a devtmpfs instead of
calling 'make-essential-device-nodes'.
(boot-system): Remove call to 'make-essential-device-nodes'.
* gnu/system/file-systems.scm (%devtmpfs-file-system): Remove.
* doc/guix.texi (File Systems): Adjust accordingly.
gnu: openal: Use full path to audio backend libraries.
* gnu/packages/audio.scm (openal)[arguments]: Add build phase to patch in the
full paths to backend audio libraries.