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-ggvis: Update to 0.4.6. 4c40cd72e6f82987182514c5a83990e75ca15553 Ricardo Wurmus 2020-10-05 20:44:16
gnu: r-msigdbr: Update to 7.2.1. 0532a4fd1e0acb2434e2d899d6be20941e2d9aed Ricardo Wurmus 2020-10-05 20:44:13
gnu: r-pegas: Update to 0.14. 3a2f2219b296cdfd985f4015a3eb1f9eeeed3693 Ricardo Wurmus 2020-10-05 20:44:09
gnu: r-colourpicker: Update to 1.1.0. 53e2817fa949de39a9cf27b201d67f3f825da27c Ricardo Wurmus 2020-10-05 20:44:06
etc: committer: Use EQUAL? instead of EQ? for differences. 59fe30a3a860212ede0cd3c97e58a5f6bca8b65b Ricardo Wurmus 2020-10-05 20:22:11
gnu: r-future: Update to 1.19.1. 112947d1c66ef2487a0eca7ce2d3a5114d97ac77 Ricardo Wurmus 2020-10-05 20:14:18
gnu: r-globals: Update to 0.13.0. eae0e04a281bab62c65d7ac77cfe53837eebf173 Ricardo Wurmus 2020-10-05 20:14:14
gnu: r-spatialextremes: Update to 2.0-9. b4c0634116302b1ade051583f399ff49a9d47237 Ricardo Wurmus 2020-10-05 20:14:11
gnu: r-fields: Update to 11.5. 882ae6dcaa103feabf56dbcef041743e362d6543 Ricardo Wurmus 2020-10-05 20:14:08
gnu: r-gmp: Update to 0.6-1. 79f1b40303bc42db25bc1455e2fd7b9d365754b8 Ricardo Wurmus 2020-10-05 20:14:05
gnu: r-bigrquery: Update to 1.3.2. 876a326a0f3a7c4651894c513065d1427f988ad7 Ricardo Wurmus 2020-10-05 20:14:02
gnu: r-fftwtools: Update to 0.9-9. 405c7e65508a1078b5d22290bf94949adb47cb31 Ricardo Wurmus 2020-10-05 20:13:59
gnu: r-afex: Update to 0.28-0. f273105b748c51ae242290355cfa4bc4ce46cb39 Ricardo Wurmus 2020-10-05 20:13:56
gnu: r-npsurv: Update to 0.5-0. 7e0e3a6512393b6a5fdf5ac7cdddf10a27bf7c2f Ricardo Wurmus 2020-10-05 20:13:52
gnu: r-lsei: Update to 1.3-0. f7730afb5e0b453013e434b46cf9f504fb420c42 Ricardo Wurmus 2020-10-05 20:13:49
gnu: r-usethis: Update to 1.6.3. bc249d37d9d73ad0ccca3728a0b82fd6eb147c2d Ricardo Wurmus 2020-10-05 20:13:46
gnu: r-sjplot: Update to 2.8.5. aed63a8731e4b857c65bf4abcb18a8e0ce1ba4eb Ricardo Wurmus 2020-10-05 20:13:43
gnu: r-effectsize: Update to 0.3.3. 08f7d7d71b7b842d039a0d014e09da047f7d91b8 Ricardo Wurmus 2020-10-05 20:13:39
gnu: r-emmeans: Update to 1.5.1. d7beb6da1c997adf9088c88e7f635e7771fd45d7 Ricardo Wurmus 2020-10-05 20:13:36
gnu: r-multcomp: Update to 1.4-14. 336804fc1d86e954a2f8780f9991b6cbbf810eae Ricardo Wurmus 2020-10-05 20:13:33
Commit 4c40cd72e6f82987182514c5a83990e75ca15553 - gnu: r-ggvis: Update to 0.4.6.
* gnu/packages/cran.scm (r-ggvis): Update to 0.4.6.
Author: Ricardo Wurmus
Author date (UTC): 2020-10-05 20:44
Committer name: Ricardo Wurmus
Committer date (UTC): 2020-10-05 22:34
Parent(s): 0532a4fd1e0acb2434e2d899d6be20941e2d9aed
Signer:
Signing key: 197A5888235FACAC
Signing status: E
Tree: 9cbcc5112808b8c0a7ee200f82ce7c56fb8b28d6
File Lines added Lines deleted
gnu/packages/cran.scm 2 2
File gnu/packages/cran.scm changed (mode: 100644) (index 19c4d339a8..ce8d74a3e6)
... ... discriminant analysis for the purpose of classifying high dimensional data.")
15211 15211 (define-public r-ggvis (define-public r-ggvis
15212 15212 (package (package
15213 15213 (name "r-ggvis") (name "r-ggvis")
15214 (version "0.4.5")
15214 (version "0.4.6")
15215 15215 (source (source
15216 15216 (origin (origin
15217 15217 (method url-fetch) (method url-fetch)
15218 15218 (uri (cran-uri "ggvis" version)) (uri (cran-uri "ggvis" version))
15219 15219 (sha256 (sha256
15220 15220 (base32 (base32
15221 "091i9f17912j8qcyxppjgwzjnyqj7769ixs9d2gjg6f2clskqdw2"))))
15221 "1k40mkfxj66qvwbsp849maihv6vxkdprhhzjkwffwn0lwl78lsz1"))))
15222 15222 (build-system r-build-system) (build-system r-build-system)
15223 15223 (propagated-inputs (propagated-inputs
15224 15224 `(("r-assertthat" ,r-assertthat) `(("r-assertthat" ,r-assertthat)
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