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-sandwich: Update to 3.0-0. 65f463d3d81f94c6b6fba5c7393d443137ae7542 Ricardo Wurmus 2020-10-05 20:13:30
gnu: r-deriv: Update to 4.1.0. 0ac936ea21b6c41f59d3bc0a905a016a58ea1d69 Ricardo Wurmus 2020-10-05 20:13:27
gnu: r-sjlabelled: Update to 1.1.7. 5522640faf2ccc62fc0d5acdb9e6279d4ed0798a Ricardo Wurmus 2020-10-05 20:13:24
gnu: r-insight: Update to 0.9.6. b8b75e46b517d208c86469941f5b630040f97b2e Ricardo Wurmus 2020-10-05 20:13:20
gnu: r-bibtex: Update to 0.4.2.3. 75c394abbffb7663e9fff7ed5df4c40ade73ba74 Ricardo Wurmus 2020-10-05 20:13:17
gnu: r-openxlsx: Update to 4.2.2. 794a6bc342356939507abe5306893a6c9e41c521 Ricardo Wurmus 2020-10-05 20:13:14
gnu: r-import: Update to 1.2.0. e3b821456bce7c0e0a535394e260c089f5c2ba32 Ricardo Wurmus 2020-10-05 20:13:11
gnu: r-trend: Update to 1.1.4. 6fbb3c9abe8b789bfed5071c2454fcac17e95a70 Ricardo Wurmus 2020-10-05 20:13:06
gnu: r-statnet-common: Update to 4.4.1. e010576266220efa47572ef61b2f8c83d833c3b0 Ricardo Wurmus 2020-10-05 20:13:03
gnu: r-tinytex: Update to 0.26. 4cd4cf0925cbf4de5b991fcfc746f3b31b2ccd45 Ricardo Wurmus 2020-10-05 20:12:59
gnu: r-xfun: Update to 0.18. 5f777b5ff2b43275d75b3efff7be7158c02a5c5d Ricardo Wurmus 2020-10-05 20:12:56
gnu: r-seriation: Update to 1.2-9. c4eff84f769b4dd7298c5dc9279778839a64202f Ricardo Wurmus 2020-10-05 20:12:53
gnu: r-dtw: Update to 1.22-3. e3199b4b4d4b57c100634b021ba7023ba9c04b2a Ricardo Wurmus 2020-10-05 20:12:49
gnu: r-vcd: Update to 1.4-8. 54753cf0ee4381a62c8698a4e5015ac5800d27a9 Ricardo Wurmus 2020-10-05 20:12:46
gnu: r-hardyweinberg: Update to 1.6.8. daba9cffc26f10e3979d7d325876765a2730fd63 Ricardo Wurmus 2020-10-05 20:12:43
gnu: r-broom: Update to 0.7.1. fec04395bb6bca3ad2b9fede4a8e952f09fceac8 Ricardo Wurmus 2020-10-05 20:12:40
gnu: r-psych: Update to 2.0.9. 6016d52f42cff031ade0d926c44a43e2ef9e462a Ricardo Wurmus 2020-10-05 20:12:37
gnu: r-lava: Update to 1.6.8. f8ca0afa19af170b607d72788f0ff95f8b0e5f13 Ricardo Wurmus 2020-10-05 20:12:34
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
Commit 65f463d3d81f94c6b6fba5c7393d443137ae7542 - gnu: r-sandwich: Update to 3.0-0.
* gnu/packages/cran.scm (r-sandwich): Update to 3.0-0.
Author: Ricardo Wurmus
Author date (UTC): 2020-10-05 20:13
Committer name: Ricardo Wurmus
Committer date (UTC): 2020-10-05 22:34
Parent(s): 0ac936ea21b6c41f59d3bc0a905a016a58ea1d69
Signer:
Signing key: 197A5888235FACAC
Signing status: E
Tree: 179c7a203a6701ff1d1e60a2c9688f88cc41a483
File Lines added Lines deleted
gnu/packages/cran.scm 2 2
File gnu/packages/cran.scm changed (mode: 100644) (index 03d888f764..8716e23544)
... ... observation.")
8944 8944 (define-public r-sandwich (define-public r-sandwich
8945 8945 (package (package
8946 8946 (name "r-sandwich") (name "r-sandwich")
8947 (version "2.5-1")
8947 (version "3.0-0")
8948 8948 (source (source
8949 8949 (origin (origin
8950 8950 (method url-fetch) (method url-fetch)
8951 8951 (uri (cran-uri "sandwich" version)) (uri (cran-uri "sandwich" version))
8952 8952 (sha256 (sha256
8953 8953 (base32 (base32
8954 "1mk685b9wq7k566pbml52rj96i5h6b3vf215k9picgmq296nzvyv"))))
8954 "0afm6snak7r11dxyl3qirqdjah6d9pdv4afmxwam1nq9bqxyb3w2"))))
8955 8955 (build-system r-build-system) (build-system r-build-system)
8956 8956 (propagated-inputs (propagated-inputs
8957 8957 `(("r-zoo" ,r-zoo))) `(("r-zoo" ,r-zoo)))
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