Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: r-getoptlong: Update to 1.0.3. | 271e4a325ec432769af883dfe680a8eac9c16171 | Ricardo Wurmus | 2020-10-05 20:12:29 |
gnu: r-htmltable: Update to 2.1.0. | 4fcf7626f7bfdc4c3ab7cfb5fef49ef4f96b447f | Ricardo Wurmus | 2020-10-05 20:12:26 |
gnu: r-htmlwidgets: Update to 1.5.2. | 1b3d184e67d8120e0c9eefa5e0e89cd0d004d1e4 | Ricardo Wurmus | 2020-10-05 20:12:23 |
gnu: r-rticles: Update to 0.16. | 5f9f23f43cd6efd18ae431ddd0a10f9e94124f5b | Ricardo Wurmus | 2020-10-05 20:12:19 |
gnu: r-fhtest: Update to 1.5. | d7cfdc122939f87363f3f535f7f7c5f0d403b171 | Ricardo Wurmus | 2020-10-05 20:12:16 |
gnu: r-interval: Update to 1.1-0.7. | 65e361f98f442ad3c8e84d467d8f731a49836fc9 | Ricardo Wurmus | 2020-10-05 20:12:13 |
gnu: r-activedriverwgs: Update to 1.1.1. | 5412da848ec9a2caf94bf71355e4ffe90bcfad03 | Ricardo Wurmus | 2020-10-05 20:12:09 |
gnu: Add r-slider. | b0728c4d7e24da01dd44d654e2cdbaf29bc2b821 | Ricardo Wurmus | 2020-10-05 20:09:20 |
gnu: Add r-warp. | 64d4816881baf25432ec9ffaaf151023fd0f115c | Ricardo Wurmus | 2020-10-05 20:09:09 |
gnu: Add r-rle. | f5defed0df4bb8654e5e58018ce1e0a6383381b6 | Ricardo Wurmus | 2020-10-05 20:08:10 |
build: Use a 'guile' executable that doesn't warn about locales. | 880fe019ae64df37815bbdb1a22305f99dae759d | Ludovic Courtès | 2020-10-01 08:19:47 |
self: Use a 'guile' that doesn't complain about locales. | 1d4ab335b22a93e01c2eb1eb3e93fc6534157040 | Ludovic Courtès | 2020-09-30 20:40:59 |
gnu: rust-time-0.1: Update to 0.1.43. | b3417123d190349bc844a841f252351c0474e44a | Nicolas Goaziou | 2020-10-05 21:00:20 |
gnu: rust-chrono-0.4: Update to 0.4.13. | 788cb3cb3b13a549bb80b70e5232b31f04c551a2 | Nicolas Goaziou | 2020-10-05 20:37:47 |
gnu: rust-base64-0: Update to 0.12.3. | 7121ec8c9d4410e73bf3cc3e1bf4d6a537f1d11f | Nicolas Goaziou | 2020-10-05 20:18:28 |
gnu: swaks: Support IPv6. | d6a0dbd6dc2a32bb1e36d2de0aaf2c12fa4b37cc | Tobias Geerinckx-Rice | 2020-10-05 19:29:01 |
gnu: guix: Update to 1.1.0-29.4e3ed9bad9. | dc8b4c54488024c148fe0ff8e28f08b76c18e0e3 | Jan (janneke) Nieuwenhuizen | 2020-10-05 18:25:26 |
services: gitolite: Install the rc file as gitolite's user. | 4e3ed9bad9ed5758cdee6e636805f65e9ab710eb | Julien Lepiller | 2020-10-05 15:47:13 |
services: guix: Add guix-build-coordinator-queue-builds-service-type. | c14714cbbfe9239410aec2ed73282192a64fbbdc | Christopher Baines | 2020-09-18 13:21:13 |
services: guix: Add guix-build-coordinator-agent-service-type. | 98ab323a246df47610652eca81494c777b50c251 | Christopher Baines | 2020-09-17 17:49:45 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/cran.scm | 2 | 2 |
File gnu/packages/cran.scm changed (mode: 100644) (index 2e1083f338..1b3983fd1e) | |||
... | ... | compare different dendrograms to one another.") | |
2411 | 2411 | (define-public r-getoptlong | (define-public r-getoptlong |
2412 | 2412 | (package | (package |
2413 | 2413 | (name "r-getoptlong") | (name "r-getoptlong") |
2414 | (version "1.0.2") | ||
2414 | (version "1.0.3") | ||
2415 | 2415 | (source | (source |
2416 | 2416 | (origin | (origin |
2417 | 2417 | (method url-fetch) | (method url-fetch) |
2418 | 2418 | (uri (cran-uri "GetoptLong" version)) | (uri (cran-uri "GetoptLong" version)) |
2419 | 2419 | (sha256 | (sha256 |
2420 | 2420 | (base32 | (base32 |
2421 | "1p89v2qzqfxyrmqzkv245716n9i4bllnq77a6gw811mgdhxbd51l")))) | ||
2421 | "142gi3ifpcz1rhqrbw4wh326jn2q61s659wkzf92ys4dybs43dky")))) | ||
2422 | 2422 | (properties `((upstream-name . "GetoptLong"))) | (properties `((upstream-name . "GetoptLong"))) |
2423 | 2423 | (build-system r-build-system) | (build-system r-build-system) |
2424 | 2424 | (inputs | (inputs |