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-devtools: Update to 2.3.2. 6a595864a5ffcf5c4cc62011a83db8781c03e6e8 Ricardo Wurmus 2020-10-05 20:46:02
gnu: r-openssl: Update to 1.4.3. 2753c5e7b803717093b37d4abb487177c7b72ede Ricardo Wurmus 2020-10-05 20:45:59
gnu: r-backports: Update to 1.1.10. 44f208c3ec79d14241a8fb8201db9421b0e5616e Ricardo Wurmus 2020-10-05 20:45:55
gnu: r-multitaper: Update to 1.0-15. b6c56ac2ad063263cc457bac5aca7cce9ebf1443 Ricardo Wurmus 2020-10-05 20:45:52
gnu: r-coda: Update to 0.19-4. 76c145e4023c4b1a1d82c85a31ffce418a21d5e3 Ricardo Wurmus 2020-10-05 20:45:49
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
Commit 6a595864a5ffcf5c4cc62011a83db8781c03e6e8 - gnu: r-devtools: Update to 2.3.2.
* gnu/packages/statistics.scm (r-devtools): Update to 2.3.2.
Author: Ricardo Wurmus
Author date (UTC): 2020-10-05 20:46
Committer name: Ricardo Wurmus
Committer date (UTC): 2020-10-05 22:35
Parent(s): 2753c5e7b803717093b37d4abb487177c7b72ede
Signer:
Signing key: 197A5888235FACAC
Signing status: E
Tree: 32008f4f3a6c699ddd11ff8627c81a1c5ba829bd
File Lines added Lines deleted
gnu/packages/statistics.scm 2 2
File gnu/packages/statistics.scm changed (mode: 100644) (index 9b48448c31..673e8bd38a)
... ... informative error messages when it's not available.")
2426 2426 (define-public r-devtools (define-public r-devtools
2427 2427 (package (package
2428 2428 (name "r-devtools") (name "r-devtools")
2429 (version "2.3.1")
2429 (version "2.3.2")
2430 2430 (source (origin (source (origin
2431 2431 (method url-fetch) (method url-fetch)
2432 2432 (uri (cran-uri "devtools" version)) (uri (cran-uri "devtools" version))
2433 2433 (sha256 (sha256
2434 2434 (base32 (base32
2435 "100mgighf6vqsfwv2qw5rlnd5sfvcji9l9jrmx9ii28r9fd2gyas"))))
2435 "0vcqs4c5dfjs2ddkclv3z7zzix2zrnrxvzax8hjvjszgp8362275"))))
2436 2436 (build-system r-build-system) (build-system r-build-system)
2437 2437 (propagated-inputs (propagated-inputs
2438 2438 `(("r-callr" ,r-callr) `(("r-callr" ,r-callr)
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