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-tclust: Update to 1.4-2. e02babf4c5ff510537032cac8233f2775fc73843 Ricardo Wurmus 2020-10-05 20:46:41
gnu: r-car: Update to 3.0-10. c2d80d4ca984b2e95d88e93cb7e3a48719f6495d Ricardo Wurmus 2020-10-05 20:46:38
gnu: r-quantreg: Update to 5.73. 58ad14b049fc1f4562fd698fe8f1d2b915ffafaf Ricardo Wurmus 2020-10-05 20:46:35
gnu: r-fpc: Update to 2.2-8. 32c573e3fd7893d383a1e4b1a73911d5290ae9ac Ricardo Wurmus 2020-10-05 20:46:32
gnu: r-gplots: Update to 3.1.0. 07d6afb6957694dcfd3a451bfb3cb8f75e4eeda7 Ricardo Wurmus 2020-10-05 20:46:29
gnu: r-matrixstats: Update to 0.57.0. d92b3555bd24901b139e5b2f1d55e5394aad85e9 Ricardo Wurmus 2020-10-05 20:46:24
gnu: r-rsqlite: Update to 2.2.1. 16d41d0d659b05821bf51ac7059b41ff0d7b787e Ricardo Wurmus 2020-10-05 20:46:21
gnu: r-rmarkdown: Update to 2.4. 4e8129f8fb31eeb1f865fa8829847f2d0a9adf19 Ricardo Wurmus 2020-10-05 20:46:17
gnu: r-readr: Update to 1.4.0. 5ebca6a3b7c6cfc183797cabf4dac62fb39e90c1 Ricardo Wurmus 2020-10-05 20:46:13
gnu: r-withr: Update to 2.3.0. e759d6b86db69bb6698631c2f099d5a5d63a86a8 Ricardo Wurmus 2020-10-05 20:46:05
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
Commit e02babf4c5ff510537032cac8233f2775fc73843 - gnu: r-tclust: Update to 1.4-2.
* gnu/packages/statistics.scm (r-tclust): Update to 1.4-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): c2d80d4ca984b2e95d88e93cb7e3a48719f6495d
Signer:
Signing key: 197A5888235FACAC
Signing status: E
Tree: 11ae5b3639baaf76f9c8f2ccdc833c0ea329f49c
File Lines added Lines deleted
gnu/packages/statistics.scm 2 2
File gnu/packages/statistics.scm changed (mode: 100644) (index 4e0c2dc976..71ff921c62)
... ... multivariate case.")
5367 5367 (define-public r-tclust (define-public r-tclust
5368 5368 (package (package
5369 5369 (name "r-tclust") (name "r-tclust")
5370 (version "1.4-1")
5370 (version "1.4-2")
5371 5371 (source (source
5372 5372 (origin (origin
5373 5373 (method url-fetch) (method url-fetch)
5374 5374 (uri (cran-uri "tclust" version)) (uri (cran-uri "tclust" version))
5375 5375 (sha256 (sha256
5376 5376 (base32 (base32
5377 "17md6l9v9dl9b72l84df01b52h2xiynbcjm437mv9mzcr09fc2sb"))))
5377 "1nb5iky4kc832627jf28lzj19wrvgwg5da6fyl3kyf0npmyx1p4m"))))
5378 5378 (build-system r-build-system) (build-system r-build-system)
5379 5379 ;; These are all suggested packages, not build dependencies. ;; These are all suggested packages, not build dependencies.
5380 5380 (propagated-inputs (propagated-inputs
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