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-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
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
Commit 32c573e3fd7893d383a1e4b1a73911d5290ae9ac - gnu: r-fpc: Update to 2.2-8.
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-8.
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): 07d6afb6957694dcfd3a451bfb3cb8f75e4eeda7
Signer:
Signing key: 197A5888235FACAC
Signing status: E
Tree: 10cc83d24b09982f981cd3ab621d93e7e214df95
File Lines added Lines deleted
gnu/packages/statistics.scm 2 2
File gnu/packages/statistics.scm changed (mode: 100644) (index abd4c60791..00b680f43e)
... ... of the points.")
4911 4911 (define-public r-fpc (define-public r-fpc
4912 4912 (package (package
4913 4913 (name "r-fpc") (name "r-fpc")
4914 (version "2.2-7")
4914 (version "2.2-8")
4915 4915 (source (source
4916 4916 (origin (origin
4917 4917 (method url-fetch) (method url-fetch)
4918 4918 (uri (cran-uri "fpc" version)) (uri (cran-uri "fpc" version))
4919 4919 (sha256 (sha256
4920 4920 (base32 (base32
4921 "1xnp3j36hggfg675v39mnr6rgvp7i11pfng7nmyy3k2ldgklz0j9"))))
4921 "07a125pji1flmybn6iidcnizwnqyl6chnrckxa5jp4qxxfdqx658"))))
4922 4922 (build-system r-build-system) (build-system r-build-system)
4923 4923 (propagated-inputs (propagated-inputs
4924 4924 `(("r-class" ,r-class) `(("r-class" ,r-class)
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