jackhill/guix/guix.git
8 years agoRevert "Revert "Merge branch 'gnome-updates'""
宋文武 [Wed, 27 Apr 2016 13:51:32 +0000 (21:51 +0800)]
Revert "Revert "Merge branch 'gnome-updates'""

This reverts commit e969b140a4382fd91514439a57749379cf00f86b.

8 years agognu: Add r-xnomial.
Ricardo Wurmus [Mon, 2 May 2016 08:55:29 +0000 (10:55 +0200)]
gnu: Add r-xnomial.

* gnu/packages/statistics.scm (r-xnomial): New variable.

8 years agognu: ruby-hashery: Update to 2.1.2.
Ben Woodcroft [Mon, 2 May 2016 00:20:17 +0000 (10:20 +1000)]
gnu: ruby-hashery: Update to 2.1.2.

* gnu/packages/ruby.scm (ruby-hashery): Update to 2.1.2.
[arguments]: Remove test workaround.

8 years agosyscalls: Add 'tcgetattr' and 'tcsetattr' bindings.
Ludovic Courtès [Sun, 1 May 2016 21:59:05 +0000 (23:59 +0200)]
syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.

* guix/build/syscalls.scm (bits->symbols-body, define-bits)
(local-flags): New macros.
(TCSANOW, TCSADRAIN, TCSAFLUSH): New variables.
(<termios>): New record type.
(%termios): New C structure.
(tcgetattr, tcsetattr): New procedures.
* tests/syscalls.scm ("tcgetattr ENOTTY", "tcgetattr")
("tcsetattr"): New tests.

8 years agosyscalls: Implement arrays in 'define-c-struct' and use it.
Ludovic Courtès [Sun, 1 May 2016 19:38:53 +0000 (21:38 +0200)]
syscalls: Implement arrays in 'define-c-struct' and use it.

* guix/build/syscalls.scm (sizeof*, alignof*, write-type, read-type):
Add support for (array ...) forms.
* guix/build/syscalls.scm (<file-system>)[spare0, spare1]: Remove.
[spare]: New field.
* guix/build/syscalls.scm (%statfs)[identifier]: Change to (array int 2).
[spare0, spare1]: Remove.
[spare]: New field.

8 years agognu: asymptote: Update to 2.37.
Nicolas Goaziou [Sat, 30 Apr 2016 09:43:35 +0000 (11:43 +0200)]
gnu: asymptote: Update to 2.37.

* gnu/packages/plotutils.scm (asymptote): Update to 2.37.
* gnu/packages/patches/asymptote-gsl2.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove reference.

8 years agognu: Add python2-shedskin.
Danny Milosavljevic [Thu, 7 Apr 2016 12:28:57 +0000 (14:28 +0200)]
gnu: Add python2-shedskin.

* gnu/packages/python.scm (python2-shedskin): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: guitarix: Update to 0.35.0.
Ricardo Wurmus [Sun, 1 May 2016 16:10:38 +0000 (18:10 +0200)]
gnu: guitarix: Update to 0.35.0.

* gnu/packages/audio.scm (guitarix): Update to 0.35.0.

8 years agognu: qtractor: Update to 0.7.7.
Ricardo Wurmus [Sun, 1 May 2016 16:09:30 +0000 (18:09 +0200)]
gnu: qtractor: Update to 0.7.7.

* gnu/packages/music.scm (qtractor): Update to 0.7.7.

8 years agognu: Add antiword.
Ricardo Wurmus [Thu, 28 Apr 2016 06:11:05 +0000 (08:11 +0200)]
gnu: Add antiword.

* gnu/packages/textutils.scm (antiword): New variable.

8 years agognu: Add synthv1.
Ricardo Wurmus [Wed, 27 Apr 2016 20:49:22 +0000 (22:49 +0200)]
gnu: Add synthv1.

* gnu/packages/music.scm (synthv1): New variable.

8 years agognu: ao: Replace "itemize" with "enumerate" in description string.
John Darrington [Sun, 1 May 2016 16:11:51 +0000 (18:11 +0200)]
gnu: ao: Replace "itemize" with "enumerate" in description string.

* gnu/packages/xiph.scm (ao): Replace "itemize" with "enumerate" in description string.
  Apparently Guile cannot yet handle "itemize" when creating HTML.

8 years agognu: ao: Format the description string.
John Darrington [Wed, 27 Apr 2016 19:22:03 +0000 (21:22 +0200)]
gnu: ao: Format the description string.

* gnu/packages/xiph.scm (ao): Add markup to description string.

8 years agognu: bootstrap: Add case for i686-mingw.
Jan Nieuwenhuizen [Thu, 14 Apr 2016 05:31:35 +0000 (07:31 +0200)]
gnu: bootstrap: Add case for i686-mingw.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw.

Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
8 years agosyscalls: 'statfs' explicitly binds 'statfs64'.
Ludovic Courtès [Sat, 30 Apr 2016 21:32:25 +0000 (23:32 +0200)]
syscalls: 'statfs' explicitly binds 'statfs64'.

* guix/build/syscalls.scm (statfs): Explicitly bind "statfs64".

8 years agosyscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.
Ludovic Courtès [Sat, 30 Apr 2016 21:30:56 +0000 (23:30 +0200)]
syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.

* guix/build/syscalls.scm (<file-system>)[mount-flags]: New field.
[spare2]: Remove.
(%statfs): Likewise.

8 years agognu: ncmpcpp: Remove bootstrapping phase.
Leo Famulari [Tue, 26 Apr 2016 21:07:32 +0000 (17:07 -0400)]
gnu: ncmpcpp: Remove bootstrapping phase.

* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Remove 'autogen' phase.
[native-inputs]: Remove autoconf, automake, and libtool.

8 years agognu: Add muscle.
Ben Woodcroft [Sat, 16 Jan 2016 12:12:23 +0000 (22:12 +1000)]
gnu: Add muscle.

* gnu/packages/bioinformatics.scm (muscle): New variable.

8 years agognu: subversion: Update to 1.8.16 [fixes CVE-2016-{2167,2168}].
Mark H Weaver [Sat, 30 Apr 2016 03:14:55 +0000 (23:14 -0400)]
gnu: subversion: Update to 1.8.16 [fixes CVE-2016-{2167,2168}].

* gnu/packages/version-control.scm (subversion): Update to 1.8.16.

8 years agognu: Add uhttpmock.
Rene Saavedra [Thu, 14 Apr 2016 14:52:51 +0000 (09:52 -0500)]
gnu: Add uhttpmock.

* gnu/packages/web.scm (uhttpmock): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: ruby-hashery: Disable failing test.
Ben Woodcroft [Fri, 29 Apr 2016 22:44:57 +0000 (08:44 +1000)]
gnu: ruby-hashery: Disable failing test.

* gnu/packages/ruby.scm (ruby-hashery)[arguments]: Remove failing
test.

8 years agognu: ruby: Update to 2.3.1.
Rob Syme [Fri, 29 Apr 2016 22:39:27 +0000 (08:39 +1000)]
gnu: ruby: Update to 2.3.1.

* gnu/packages/ruby.scm (ruby): Update to 2.3.1.
[origin] Add symlink patch.
* gnu/packages/patches/ruby-symlinkfix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.

8 years agognu: Add Fossil.
Eric Bavier [Wed, 27 Apr 2016 15:18:53 +0000 (10:18 -0500)]
gnu: Add Fossil.

* gnu/packages/version-control.scm (fossil): New variable.
* gnu/packages/patches/fossil-test-fixes.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.

8 years agognu: eigen: Update to 3.2.8.
Ricardo Wurmus [Fri, 29 Apr 2016 18:09:22 +0000 (20:09 +0200)]
gnu: eigen: Update to 3.2.8.

* gnu/packages/algebra.scm (eigen): Update to 3.2.8.

8 years agonls: Add Simplified Chinese translation.
Ludovic Courtès [Fri, 29 Apr 2016 15:23:24 +0000 (17:23 +0200)]
nls: Add Simplified Chinese translation.

* po/guix/zh_CN.po: New file.
* po/guix/LINGUAS: Add 'zh_CN'.

8 years agognu: Add hplip.
Danny Milosavljevic [Fri, 29 Apr 2016 15:05:47 +0000 (17:05 +0200)]
gnu: Add hplip.

* gnu/packages/cups.scm (hplip): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8 years agoguix system: Reduce size of image produced for 'vm' action.
Ludovic Courtès [Thu, 28 Apr 2016 21:04:52 +0000 (23:04 +0200)]
guix system: Reduce size of image produced for 'vm' action.

This reduces the size of the image produced by 'guix system vm' from
26 MiB to 9 MiB.

* gnu/system/vm.scm (system-qemu-image/shared-store):
(system-qemu-image/shared-store-script): Change the default
value of #:disk-image-size to 30 MiB when not FULL-BOOT?.
* guix/scripts/system.scm (system-derivation-for-action): Likewise for
the 'vm' action.

8 years agognu: giac-xcas: Update to 1.2.2-41.
Nicolas Goaziou [Thu, 28 Apr 2016 11:35:20 +0000 (13:35 +0200)]
gnu: giac-xcas: Update to 1.2.2-41.

* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-41.
[inputs]: Add libxinerama.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: webkitgtk: Update to 2.12.2.
Mark H Weaver [Thu, 28 Apr 2016 19:19:58 +0000 (15:19 -0400)]
gnu: webkitgtk: Update to 2.12.2.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.2.

8 years agognu: python-celery: Rearrange inputs.
Efraim Flashner [Thu, 28 Apr 2016 16:42:50 +0000 (19:42 +0300)]
gnu: python-celery: Rearrange inputs.

* gnu/packages/python.scm (python-celery)[propagated-inputs]: Move
python-pytz, python-billiard, python-kombu ...
[inputs]: ... to here. Add python-amqp, python-anyjson.

8 years agognu: python-rauth: Rearrange inputs.
Efraim Flashner [Thu, 28 Apr 2016 16:18:26 +0000 (19:18 +0300)]
gnu: python-rauth: Rearrange inputs.

* gnu/packages/python.scm (python-rauth)[native-inputs]: Remove it.
[propagated-inputs]: Move python-requests ...
[inputs]: ... to here.
[properties]: Define python2-variant.
(python2-rauth): Build with 'strip-python2-variant'.
[native-inputs]: Add python2-setuptools.

8 years agognu: libtasn1: Replace 4.7 with 4.8 [fixes CVE-2016-4008].
Ludovic Courtès [Thu, 28 Apr 2016 16:00:21 +0000 (18:00 +0200)]
gnu: libtasn1: Replace 4.7 with 4.8 [fixes CVE-2016-4008].

* gnu/packages/tls.scm (libtasn1)[replacement]: New field.
(libtasn1/fixed): New variable.

8 years agolint: 'check-vulnerabilities' follows package replacements.
Ludovic Courtès [Thu, 28 Apr 2016 15:48:47 +0000 (17:48 +0200)]
lint: 'check-vulnerabilities' follows package replacements.

* guix/scripts/lint.scm (check-vulnerabilities): Check the replacement
of PACKAGE.
* tests/lint.scm ("cve: patched vulnerability in replacement"): New test.

8 years agognu: Add Red Eclipse.
Kei Yamashita [Sat, 23 Apr 2016 05:58:55 +0000 (01:58 -0400)]
gnu: Add Red Eclipse.

* gnu/packages/games.scm (redeclipse): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
8 years agognu: magit: Update to 2.6.2.
Alex Kost [Wed, 27 Apr 2016 21:48:08 +0000 (00:48 +0300)]
gnu: magit: Update to 2.6.2.

* gnu/packages/emacs.scm (magit): Update to 2.6.2.

8 years agognu: icecat: Add fixes for CVE-2016-{2805,2807,2808,2814} etc.
Mark H Weaver [Thu, 28 Apr 2016 02:33:02 +0000 (22:33 -0400)]
gnu: icecat: Add fixes for CVE-2016-{2805,2807,2808,2814} etc.

* gnu/packages/patches/icecat-CVE-2016-2805.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt2.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt3.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt4.patch,
gnu/packages/patches/icecat-CVE-2016-2807-pt5.patch,
gnu/packages/patches/icecat-CVE-2016-2808.patch,
gnu/packages/patches/icecat-CVE-2016-2814.patch,
gnu/packages/patches/icecat-update-bundled-graphite2: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.

icecat fixup

8 years agognu: nss: Update to 3.23.
Mark H Weaver [Thu, 28 Apr 2016 02:04:05 +0000 (22:04 -0400)]
gnu: nss: Update to 3.23.

* gnu/packages/gnuzilla.scm (nss): Update to 3.23.
[arguments]: In the 'install' phase, remove libgtest1.so from the
output.

8 years agognu: nspr: Update to 4.12.
Mark H Weaver [Thu, 28 Apr 2016 03:26:31 +0000 (23:26 -0400)]
gnu: nspr: Update to 4.12.

* gnu/packages/gnuzilla.scm (nspr): Update to 4.12.

8 years agognu: setbfree: Update to 0.8.1.
Ricardo Wurmus [Wed, 27 Apr 2016 20:11:54 +0000 (22:11 +0200)]
gnu: setbfree: Update to 0.8.1.

* gnu/packages/music.scm (setbfree): Update to 0.8.1.

8 years agognu: zynaddsubfx: Update to 2.5.4.
Ricardo Wurmus [Wed, 27 Apr 2016 20:10:47 +0000 (22:10 +0200)]
gnu: zynaddsubfx: Update to 2.5.4.

* gnu/packages/music.scm (zynaddsubfx): Update to 2.5.4.

8 years agognu: fltk: Fix undefined symbol `Fl_XFont_On_Demand::value'.
宋文武 [Thu, 28 Apr 2016 02:42:52 +0000 (10:42 +0800)]
gnu: fltk: Fix undefined symbol `Fl_XFont_On_Demand::value'.

* gnu/packages/patches/fltk-xfont-on-demand.patch: New patch.
* gnu/packages/fltk.scm (fltk)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.

8 years agognu: patches: Update to latest revision.
Ludovic Courtès [Wed, 27 Apr 2016 21:43:36 +0000 (23:43 +0200)]
gnu: patches: Update to latest revision.

* gnu/packages/patchutils.scm (patches): Change URL to the repository of
Stefan Hajnoczi, and update to latest revision.

8 years agochallenge: Use exit code 2 when discrepancies are found.
Ludovic Courtès [Wed, 27 Apr 2016 21:33:17 +0000 (23:33 +0200)]
challenge: Use exit code 2 when discrepancies are found.

Suggested by John Darrington <john@darrington.wattle.id.au>.

* guix/scripts/challenge.scm (guix-challenge): Exit with 2 when MISSING
is not empty.
* doc/guix.texi (Invoking guix challenge): Document it.

8 years agognu: kde-frameworks: Update to 5.21.0.
Efraim Flashner [Wed, 27 Apr 2016 16:06:59 +0000 (19:06 +0300)]
gnu: kde-frameworks: Update to 5.21.0.

* gnu/packages/kde-frameworks.scm (extra-cmake-modules, kwindowsystem,
oxygen-icons): Update to 5.21.0.

8 years agognu: quassel: Update to 0.12.4.
Efraim Flashner [Wed, 27 Apr 2016 13:42:36 +0000 (16:42 +0300)]
gnu: quassel: Update to 0.12.4.

* gnu/packages/irc.scm (quassel): Update to 0.12.4.

8 years agognu: node: Update to 6.0.0.
David Thompson [Wed, 27 Apr 2016 18:12:28 +0000 (14:12 -0400)]
gnu: node: Update to 6.0.0.

* gnu/packages/node.scm (node): Update to 6.0.0.

8 years agognu: libuv: Update to 1.9.0.
David Thompson [Wed, 27 Apr 2016 18:11:55 +0000 (14:11 -0400)]
gnu: libuv: Update to 1.9.0.

* gnu/packages/libevent.scm (libuv): Update to 1.9.0.

8 years agognu: vdirsyncer: Update to 0.10.0.
Leo Famulari [Tue, 26 Apr 2016 07:05:41 +0000 (03:05 -0400)]
gnu: vdirsyncer: Update to 0.10.0.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.10.0.
[propagated-inputs]: Remove python-lxml.

8 years agognu: mysql: Update to 5.7.12.
Leo Famulari [Wed, 27 Apr 2016 03:25:36 +0000 (23:25 -0400)]
gnu: mysql: Update to 5.7.12.

Fixes CVE-2016-0639, CVE-2016-0642, CVE-2016-0643, CVE-2016-0647,
CVE-2016-0648, CVE-2016-0655, CVE-2016-0657, CVE-2016-0659, CVE-2016-0662,
CVE-2016-0666, CVE-2016-0667, CVE-2016-0705, CVE-2016-2047.

* gnu/packages/databases.scm (mysql): Update to 5.7.12.

8 years agobuild: 'assert-' targets now depend on the .go files.
Ludovic Courtès [Wed, 27 Apr 2016 13:09:15 +0000 (15:09 +0200)]
build: 'assert-' targets now depend on the .go files.

* Makefile.am (assert-binaries-available)
(assert-final-inputs-self-contained): Add dependency on $(GOBJECTS).

8 years agoMerge branch 'gnome-updates'
Ludovic Courtès [Wed, 27 Apr 2016 13:04:11 +0000 (15:04 +0200)]
Merge branch 'gnome-updates'

8 years agobuild: 'make assert-binaries-available' shows the list of systems.
Ludovic Courtès [Wed, 27 Apr 2016 13:00:49 +0000 (15:00 +0200)]
build: 'make assert-binaries-available' shows the list of systems.

* build-aux/check-available-binaries.scm: Display %HYDRA-SUPPORTED-SYSTEMS.

8 years agognu: blender: Build against ffmpeg 2.8.
Ludovic Courtès [Wed, 27 Apr 2016 12:15:46 +0000 (14:15 +0200)]
gnu: blender: Build against ffmpeg 2.8.

Reported by Danny Milosavljevic <dannym@scratchpost.org>.

* gnu/packages/graphics.scm (blender)[inputs]: Use FFMPEG-2.8 instead of
FFMPEG.

8 years agognu: Add missing synopses and descriptions.
Ludovic Courtès [Wed, 27 Apr 2016 08:08:00 +0000 (10:08 +0200)]
gnu: Add missing synopses and descriptions.

* gnu/packages/bootstrap.scm (package-from-tarball)
(%bootstrap-glibc, %bootstrap-gcc): Set 'description' field.
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Set 'synopsis'
and 'description'.

8 years agolint: Report synopses/descriptions that are not strings.
Ludovic Courtès [Wed, 27 Apr 2016 08:05:45 +0000 (10:05 +0200)]
lint: Report synopses/descriptions that are not strings.

Suggested by John Darrington.

* guix/scripts/lint.scm (check-description-style): Emit a warning when
DESCRIPTION is not a string.
(check-synopsis-style): Likewise.
(check-gnu-synopsis+description): Likewise.
* tests/lint.scm ("description: not a string", "synopsis: not a
string"): New tests.

8 years agognu: Add java-xz.
Roel Janssen [Tue, 26 Apr 2016 22:00:44 +0000 (00:00 +0200)]
gnu: Add java-xz.

* gnu/packages/java.scm (java-xz): New variable.

8 years agognu: python-ly: Update to 0.9.4.
Ricardo Wurmus [Wed, 27 Apr 2016 08:38:55 +0000 (10:38 +0200)]
gnu: python-ly: Update to 0.9.4.

* gnu/packages/python.scm (python-ly): Update to 0.9.4.

8 years agognu: ruby-2.2: Update to 2.2.5.
Ben Woodcroft [Wed, 27 Apr 2016 07:39:05 +0000 (17:39 +1000)]
gnu: ruby-2.2: Update to 2.2.5.

* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.5.
[origin]: Remove snippet.

8 years agognu: icedtea-8: Update to 3.0.1.
Leo Famulari [Wed, 27 Apr 2016 04:26:19 +0000 (00:26 -0400)]
gnu: icedtea-8: Update to 3.0.1.

Fixes CVE-2016-0686, CVE-2016-0687, CVE-2016-0695, CVE-2016-3425,
CVE-2016-3426, CVE-2016-3427.

* gnu/packages/java.scm (icedtea-8): Update to 3.0.1.

8 years agognu: icedtea-7: Update to 2.6.6.
Leo Famulari [Wed, 27 Apr 2016 04:15:33 +0000 (00:15 -0400)]
gnu: icedtea-7: Update to 2.6.6.

Fixes CVE-2016-0686, CVE-2016-0687, CVE-2016-0695, CVE-2016-3425, CVE-2016-3427.

* gnu/packages/java.scm (icedtea-7): Update to 2.6.6.

8 years agognu: Add gimp-fourier.
Ricardo Wurmus [Sat, 2 Apr 2016 06:12:32 +0000 (08:12 +0200)]
gnu: Add gimp-fourier.

* gnu/packages/gimp.scm (gimp-fourier): New variable.

8 years agognu: Add Aria Maestosa.
Ricardo Wurmus [Mon, 28 Mar 2016 14:52:50 +0000 (16:52 +0200)]
gnu: Add Aria Maestosa.

* gnu/packages/music.scm (aria-maestosa): New variable.

8 years agognu: wxwidgets: Enable webview support.
Ricardo Wurmus [Mon, 28 Mar 2016 11:19:18 +0000 (13:19 +0200)]
gnu: wxwidgets: Enable webview support.

* gnu/packages/wxwidgets.scm (wxwidgets)[inputs]: Add webkitgtk-2.4.
[arguments]: Add configure flags to enable webview via the webkitgtk
backend.

8 years agognu: java-swt: Update to 4.5.
Ricardo Wurmus [Tue, 26 Apr 2016 19:20:02 +0000 (21:20 +0200)]
gnu: java-swt: Update to 4.5.

* gnu/packages/java.scm (java-swt): Update to 4.5.

8 years agognu: frescobaldi: Update to 2.19.0.
Ricardo Wurmus [Tue, 26 Apr 2016 19:11:07 +0000 (21:11 +0200)]
gnu: frescobaldi: Update to 2.19.0.

* gnu/packages/music.scm (frescobaldi): Update to 2.19.0.

8 years agognu: r-rcpparmadillo: Update to 0.6.700.3.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:41:40 +0000 (14:41 +0200)]
gnu: r-rcpparmadillo: Update to 0.6.700.3.0.

* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to 6.700.3.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.6.700.3.0.

8 years agognu: r-plotly: Update to 3.4.13.
Ricardo Wurmus [Wed, 20 Apr 2016 12:40:35 +0000 (14:40 +0200)]
gnu: r-plotly: Update to 3.4.13.

* gnu/packages/statistics.scm (r-plotly): Update to 3.4.13.
[propagated-inputs]: Add r-hexbin, r-scales, and r-tidyr.

8 years agognu: r-httr: Update to 1.1.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:39:55 +0000 (14:39 +0200)]
gnu: r-httr: Update to 1.1.0.

* gnu/packages/statistics.scm (r-httr): Update to 1.1.0.
[propagated-inputs]: Add r-openssl.

8 years agognu: r-r6: Update to 2.1.2.
Ricardo Wurmus [Wed, 20 Apr 2016 12:39:12 +0000 (14:39 +0200)]
gnu: r-r6: Update to 2.1.2.

* gnu/packages/statistics.scm (r-r6): Update to 2.1.2.
[propagated-inputs]: Remove.

8 years agognu: r-testthat: Update to 1.0.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:38:13 +0000 (14:38 +0200)]
gnu: r-testthat: Update to 1.0.0.

* gnu/packages/statistics.scm (r-testthat): Update to 1.0.0.
[propagated-inputs]: Add r-magrittr, r-praise, and r-r6.

8 years agognu: r-viridis: Update to 0.3.4.
Ricardo Wurmus [Wed, 20 Apr 2016 12:37:38 +0000 (14:37 +0200)]
gnu: r-viridis: Update to 0.3.4.

* gnu/packages/statistics.scm (r-viridis): Update to 0.3.4.

8 years agognu: r-matrixstats: Update to 0.50.1.
Ricardo Wurmus [Wed, 20 Apr 2016 12:37:01 +0000 (14:37 +0200)]
gnu: r-matrixstats: Update to 0.50.1.

* gnu/packages/statistics.scm (r-matrixstats): Update to 0.50.1.

8 years agognu: r-r-rsp: Update to 0.21.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:36:35 +0000 (14:36 +0200)]
gnu: r-r-rsp: Update to 0.21.0.

* gnu/packages/statistics.scm (r-r-rsp): Update to 0.21.0.

8 years agognu: r-r-utils: Update to 2.3.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:35:55 +0000 (14:35 +0200)]
gnu: r-r-utils: Update to 2.3.0.

* gnu/packages/statistics.scm (r-r-utils): Update to 2.3.0.

8 years agognu: r-r-oo: Update to 1.20.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:35:29 +0000 (14:35 +0200)]
gnu: r-r-oo: Update to 1.20.0.

* gnu/packages/statistics.scm (r-r-oo): Update to 1.20.0.

8 years agognu: r-r-methodss3: Update to 1.7.1.
Ricardo Wurmus [Wed, 20 Apr 2016 12:35:00 +0000 (14:35 +0200)]
gnu: r-r-methodss3: Update to 1.7.1.

* gnu/packages/statistics.scm (r-r-methodss3): Update to 1.7.1.

8 years agognu: r-xml: Update to 3.98-1.4.
Ricardo Wurmus [Wed, 20 Apr 2016 12:34:28 +0000 (14:34 +0200)]
gnu: r-xml: Update to 3.98-1.4.

* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.4.

8 years agognu: r-gridextra: Update to 2.2.1.
Ricardo Wurmus [Wed, 20 Apr 2016 12:34:00 +0000 (14:34 +0200)]
gnu: r-gridextra: Update to 2.2.1.

* gnu/packages/statistics.scm (r-gridextra): Update to 2.2.1.

8 years agognu: r-gtable: Update to 0.2.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:33:33 +0000 (14:33 +0200)]
gnu: r-gtable: Update to 0.2.0.

* gnu/packages/statistics.scm (r-gtable): Update to 0.2.0.

8 years agognu: r-rmarkdown: Update to 0.9.5.
Ricardo Wurmus [Wed, 20 Apr 2016 12:32:57 +0000 (14:32 +0200)]
gnu: r-rmarkdown: Update to 0.9.5.

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

8 years agognu: r-plotrix: Update to 3.6-1.
Ricardo Wurmus [Wed, 20 Apr 2016 12:32:28 +0000 (14:32 +0200)]
gnu: r-plotrix: Update to 3.6-1.

* gnu/packages/statistics.scm (r-plotrix): Update to 3.6-1.

8 years agognu: r-devtools: Update to 1.11.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:31:58 +0000 (14:31 +0200)]
gnu: r-devtools: Update to 1.11.0.

* gnu/packages/statistics.scm (r-devtools): Update to 1.11.0.

8 years agognu: r-rstudioapi: Update to 0.5.
Ricardo Wurmus [Wed, 20 Apr 2016 12:31:30 +0000 (14:31 +0200)]
gnu: r-rstudioapi: Update to 0.5.

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

8 years agognu: r-git2r: Update to 0.14.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:30:56 +0000 (14:30 +0200)]
gnu: r-git2r: Update to 0.14.0.

* gnu/packages/statistics.scm (r-git2r): Update to 0.14.0.

8 years agognu: r-roxygen2: Update to 5.0.1.
Ricardo Wurmus [Wed, 20 Apr 2016 12:30:04 +0000 (14:30 +0200)]
gnu: r-roxygen2: Update to 5.0.1.

* gnu/packages/statistics.scm (r-roxygen2): Update to 5.0.1.

8 years agognu: r-cluster: Update to 2.0.4.
Ricardo Wurmus [Wed, 20 Apr 2016 12:29:35 +0000 (14:29 +0200)]
gnu: r-cluster: Update to 2.0.4.

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

8 years agognu: r-memoise: Update to 1.0.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:28:59 +0000 (14:28 +0200)]
gnu: r-memoise: Update to 1.0.0.

* gnu/packages/statistics.scm (r-memoise): Update to 1.0.0.

8 years agognu: r-microbenchmark: Update to 1.4-2.1.
Ricardo Wurmus [Wed, 20 Apr 2016 12:28:20 +0000 (14:28 +0200)]
gnu: r-microbenchmark: Update to 1.4-2.1.

* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4-2.1.

8 years agognu: r-knitr: Update to 1.12.3.
Ricardo Wurmus [Wed, 20 Apr 2016 12:27:52 +0000 (14:27 +0200)]
gnu: r-knitr: Update to 1.12.3.

* gnu/packages/statistics.scm (r-knitr): Update to 1.12.3.

8 years agognu: r-formatr: Update to 1.3.
Ricardo Wurmus [Wed, 20 Apr 2016 12:27:29 +0000 (14:27 +0200)]
gnu: r-formatr: Update to 1.3.

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

8 years agognu: r-evaluate: Update to 0.8.3.
Ricardo Wurmus [Wed, 20 Apr 2016 12:26:51 +0000 (14:26 +0200)]
gnu: r-evaluate: Update to 0.8.3.

* gnu/packages/statistics.scm (r-evaluate): Update to 0.8.3.

8 years agognu: r-bh: Update to 1.60.0-1.
Ricardo Wurmus [Wed, 20 Apr 2016 12:26:06 +0000 (14:26 +0200)]
gnu: r-bh: Update to 1.60.0-1.

* gnu/packages/statistics.scm (r-bh): Update to 1.60.0-1.

8 years agognu: r-ggplot2: Update to 2.1.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:25:33 +0000 (14:25 +0200)]
gnu: r-ggplot2: Update to 2.1.0.

* gnu/packages/statistics.scm (r-ggplot2): Update to 2.1.0.

8 years agognu: r-scales: Update to 0.4.0.
Ricardo Wurmus [Wed, 20 Apr 2016 12:25:05 +0000 (14:25 +0200)]
gnu: r-scales: Update to 0.4.0.

* gnu/packages/statistics.scm (r-scales): Update to 0.4.0.

8 years agognu: r-stringi: Update to 1.0-1.
Ricardo Wurmus [Wed, 20 Apr 2016 12:24:32 +0000 (14:24 +0200)]
gnu: r-stringi: Update to 1.0-1.

* gnu/packages/statistics.scm (r-stringi): Update to 1.0-1.

8 years agognu: r-munsell: Update to 0.4.3.
Ricardo Wurmus [Wed, 20 Apr 2016 12:23:48 +0000 (14:23 +0200)]
gnu: r-munsell: Update to 0.4.3.

* gnu/packages/statistics.scm (r-munsell): Update to 0.4.3.

8 years agognu: r-digest: Update to 0.6.9.
Ricardo Wurmus [Wed, 20 Apr 2016 12:22:56 +0000 (14:22 +0200)]
gnu: r-digest: Update to 0.6.9.

* gnu/packages/statistics.scm (r-digest): Update to 0.6.9.
[arguments]: Disable tests and vignettes.

8 years agognu: Add r-hexbin.
Ricardo Wurmus [Wed, 20 Apr 2016 12:14:41 +0000 (14:14 +0200)]
gnu: Add r-hexbin.

* gnu/packages/statistics.scm (r-hexbin): New variable.

8 years agognu: Add r-tidyr.
Ricardo Wurmus [Wed, 20 Apr 2016 12:14:17 +0000 (14:14 +0200)]
gnu: Add r-tidyr.

* gnu/packages/statistics.scm (r-tidyr): New variable.

8 years agognu: Add r-openssl.
Ricardo Wurmus [Wed, 20 Apr 2016 12:13:06 +0000 (14:13 +0200)]
gnu: Add r-openssl.

* gnu/packages/statistics.scm (r-openssl): New variable.