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-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
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
Commit 405c7e65508a1078b5d22290bf94949adb47cb31 - gnu: r-fftwtools: Update to 0.9-9.
* gnu/packages/cran.scm (r-fftwtools): Update to 0.9-9.
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): f273105b748c51ae242290355cfa4bc4ce46cb39
Signer:
Signing key: 197A5888235FACAC
Signing status: E
Tree: 085b3cae6ed5f85edfb6fd6970e47923b8a1dd00
File Lines added Lines deleted
gnu/packages/cran.scm 2 2
File gnu/packages/cran.scm changed (mode: 100644) (index b512958bed..d538607fd7)
... ... components).")
10439 10439 (define-public r-fftwtools (define-public r-fftwtools
10440 10440 (package (package
10441 10441 (name "r-fftwtools") (name "r-fftwtools")
10442 (version "0.9-8")
10442 (version "0.9-9")
10443 10443 (source (source
10444 10444 (origin (origin
10445 10445 (method url-fetch) (method url-fetch)
10446 10446 (uri (cran-uri "fftwtools" version)) (uri (cran-uri "fftwtools" version))
10447 10447 (sha256 (sha256
10448 10448 (base32 (base32
10449 "1nqvpzda281rxi1cmwajxxsn3sc3gz7scv8bvs5jm34kf36whha6"))))
10449 "0h8lyl2i6zq16ir7xnfj9dhyivxvwikm8lml19s8s8jx95z3n9x9"))))
10450 10450 (build-system r-build-system) (build-system r-build-system)
10451 10451 (inputs `(("fftw" ,fftw))) (inputs `(("fftw" ,fftw)))
10452 10452 (home-page "https://github.com/krahim/fftwtools") (home-page "https://github.com/krahim/fftwtools")
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