maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: r-knitr: Update to 1.30. 6f68893ae4238fe9bd9c3c07f834417b4122eba3 Ricardo Wurmus 2020-10-05 20:45:46
gnu: r-survival: Update to 3.2-7. f9def7000dfda84a66791269827b9200f62ea22d Ricardo Wurmus 2020-10-05 20:45:43
gnu: r-seurat: Update to 3.2.2. 2429ba00479e37cc10e74bce11140ab13a932a61 Ricardo Wurmus 2020-10-05 20:45:40
gnu: r-tidytext: Update to 0.2.6. affd0272506705d39b155000472eb68e97e24383 Ricardo Wurmus 2020-10-05 20:45:37
gnu: r-tidypredict: Update to 0.4.7. 2bf383bacaa7ca90f2adbbd5e8a6a6294e8478f8 Ricardo Wurmus 2020-10-05 20:45:34
gnu: r-dials: Update to 0.0.9. 0918539051c1ff7345dab64f891fed5b8f410585 Ricardo Wurmus 2020-10-05 20:45:29
gnu: r-rsample: Update to 0.0.8. ce35e06563b38caf5e9ebfaff0c687fcf00e1e9d Ricardo Wurmus 2020-10-05 20:45:26
gnu: r-workflows: Update to 0.2.0. cca2c6e590360df899aa9473f7a23a17122deb94 Ricardo Wurmus 2020-10-05 20:45:20
gnu: r-cpp11: Update to 0.2.2. 31a97a662aa10c8a68379d57c495b9637e20b494 Ricardo Wurmus 2020-10-05 20:45:16
gnu: r-gaston: Update to 1.5.7. aac676e996a49f267d3c617f763829462404dbff Ricardo Wurmus 2020-10-05 20:45:13
gnu: r-binman: Update to 0.1.2. ad3f4b13eb1beca50b0cc76eff7af5dd5388ef71 Ricardo Wurmus 2020-10-05 20:45:09
gnu: r-rxnat: Update to 1.0.14. 34c8d0df591f2cbd7b925872ccf7e060a833c172 Ricardo Wurmus 2020-10-05 20:45:06
gnu: r-aws: Update to 2.5. 56e52ad97d7d8c761ab39cbb853e9bcddff91802 Ricardo Wurmus 2020-10-05 20:45:02
gnu: r-rpf: Update to 1.0.5. e05869ba23145308668781449a416802bfc3b353 Ricardo Wurmus 2020-10-05 20:44:59
gnu: r-regsem: Update to 1.6.2. 860841b7ffd7f5f0782f468af516bad560e9211f Ricardo Wurmus 2020-10-05 20:44:56
gnu: r-stm: Update to 1.3.6. b68f77fc8dfd4e3d7b10b291e2ed2386dda5b46c Ricardo Wurmus 2020-10-05 20:44:52
gnu: r-quanteda: Update to 2.1.2. cb347b2cbff8da1e6868c4eafe0025239de14f54 Ricardo Wurmus 2020-10-05 20:44:49
gnu: r-diagram: Update to 1.6.5. 2959b3597aeddb1f4ba6ac66f2d39b373d3b10b7 Ricardo Wurmus 2020-10-05 20:44:45
gnu: r-acebayes: Update to 1.10. f3f0a6c138ae80157bbc9459faee54cd50523c9f Ricardo Wurmus 2020-10-05 20:44:42
gnu: r-lhs: Update to 1.1.1. dd91969866db94478eb5a1c22a76a1327128b50a Ricardo Wurmus 2020-10-05 20:44:39
Commit 6f68893ae4238fe9bd9c3c07f834417b4122eba3 - gnu: r-knitr: Update to 1.30.
* gnu/packages/statistics.scm (r-knitr): Update to 1.30.
Author: Ricardo Wurmus
Author date (UTC): 2020-10-05 20:45
Committer name: Ricardo Wurmus
Committer date (UTC): 2020-10-05 22:35
Parent(s): f9def7000dfda84a66791269827b9200f62ea22d
Signer:
Signing key: 197A5888235FACAC
Signing status: E
Tree: 8bba6785510082bcaa9f086d54d1931409532f38
File Lines added Lines deleted
gnu/packages/statistics.scm 2 2
File gnu/packages/statistics.scm changed (mode: 100644) (index 7831b3c876..2ab0c1e9b1)
... ... emitter (http://pyyaml.org/wiki/LibYAML) for R.")
1415 1415 (define-public r-knitr (define-public r-knitr
1416 1416 (package (package
1417 1417 (name "r-knitr") (name "r-knitr")
1418 (version "1.29")
1418 (version "1.30")
1419 1419 (source (origin (source (origin
1420 1420 (method url-fetch) (method url-fetch)
1421 1421 (uri (cran-uri "knitr" version)) (uri (cran-uri "knitr" version))
1422 1422 (sha256 (sha256
1423 1423 (base32 (base32
1424 "00rcwiq8znmk5h4qgrwd0639xyb38iwbjykqjk3disz3kvrcvbn1"))))
1424 "0gn9qwc5762a6j0iywfwhalni52g228dcy4bl4di6d52cqsv3ars"))))
1425 1425 (build-system r-build-system) (build-system r-build-system)
1426 1426 (propagated-inputs (propagated-inputs
1427 1427 `(("r-evaluate" ,r-evaluate) `(("r-evaluate" ,r-evaluate)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main