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-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
gnu: r-cpp11: Update to 0.2.2. 31a97a662aa10c8a68379d57c495b9637e20b494 Ricardo Wurmus 2020-10-05 20:45:16
gnu: r-gaston: Update to 1.5.7. aac676e996a49f267d3c617f763829462404dbff Ricardo Wurmus 2020-10-05 20:45:13
gnu: r-binman: Update to 0.1.2. ad3f4b13eb1beca50b0cc76eff7af5dd5388ef71 Ricardo Wurmus 2020-10-05 20:45:09
gnu: r-rxnat: Update to 1.0.14. 34c8d0df591f2cbd7b925872ccf7e060a833c172 Ricardo Wurmus 2020-10-05 20:45:06
gnu: r-aws: Update to 2.5. 56e52ad97d7d8c761ab39cbb853e9bcddff91802 Ricardo Wurmus 2020-10-05 20:45:02
gnu: r-rpf: Update to 1.0.5. e05869ba23145308668781449a416802bfc3b353 Ricardo Wurmus 2020-10-05 20:44:59
gnu: r-regsem: Update to 1.6.2. 860841b7ffd7f5f0782f468af516bad560e9211f Ricardo Wurmus 2020-10-05 20:44:56
gnu: r-stm: Update to 1.3.6. b68f77fc8dfd4e3d7b10b291e2ed2386dda5b46c Ricardo Wurmus 2020-10-05 20:44:52
gnu: r-quanteda: Update to 2.1.2. cb347b2cbff8da1e6868c4eafe0025239de14f54 Ricardo Wurmus 2020-10-05 20:44:49
gnu: r-diagram: Update to 1.6.5. 2959b3597aeddb1f4ba6ac66f2d39b373d3b10b7 Ricardo Wurmus 2020-10-05 20:44:45
gnu: r-acebayes: Update to 1.10. f3f0a6c138ae80157bbc9459faee54cd50523c9f Ricardo Wurmus 2020-10-05 20:44:42
gnu: r-lhs: Update to 1.1.1. dd91969866db94478eb5a1c22a76a1327128b50a Ricardo Wurmus 2020-10-05 20:44:39
gnu: r-bios2cor: Update to 2.2. e29530c2d8bc6b6de46d663b0d7e9087d4a30ff6 Ricardo Wurmus 2020-10-05 20:44:36
gnu: r-parameters: Update to 0.8.6. 50946de9b1dc4b028d16feec85e45f9525657e82 Ricardo Wurmus 2020-10-05 20:44:33
gnu: r-systemfonts: Update to 0.3.2. 158e72308dc0d0b4af1c99ad0b542601f69a7543 Ricardo Wurmus 2020-10-05 20:44:30
gnu: r-covr: Update to 3.5.1. 2cab0e12b4bab3f79f11cf89598bcd8b167e5ba5 Ricardo Wurmus 2020-10-05 20:44:27
gnu: r-ggfortify: Update to 0.4.11. 57d41e9045496be0ded4cac592fa51db9feb8dfc Ricardo Wurmus 2020-10-05 20:44:23
gnu: r-sctransform: Update to 0.3. 6f44e14b0f4f1bfc9f548c2d78eb9b0f85779e22 Ricardo Wurmus 2020-10-05 20:44:20
Commit ce35e06563b38caf5e9ebfaff0c687fcf00e1e9d - gnu: r-rsample: Update to 0.0.8.
* gnu/packages/cran.scm (r-rsample): Update to 0.0.8.
[propagated-inputs]: Add r-ellipsis, r-modeldata, and r-slider.
Author: Ricardo Wurmus
Author date (UTC): 2020-10-05 20:45
Committer name: Ricardo Wurmus
Committer date (UTC): 2020-10-05 22:35
Parent(s): cca2c6e590360df899aa9473f7a23a17122deb94
Signer:
Signing key: 197A5888235FACAC
Signing status: E
Tree: f3e13e56f292a1d05b5636dc0c4d98776dea1304
File Lines added Lines deleted
gnu/packages/cran.scm 5 2
File gnu/packages/cran.scm changed (mode: 100644) (index cc5d61f58c..a3cce7d22d)
... ... sliding windows are to be created.")
23845 23845 (define-public r-rsample (define-public r-rsample
23846 23846 (package (package
23847 23847 (name "r-rsample") (name "r-rsample")
23848 (version "0.0.7")
23848 (version "0.0.8")
23849 23849 (source (source
23850 23850 (origin (origin
23851 23851 (method url-fetch) (method url-fetch)
23852 23852 (uri (cran-uri "rsample" version)) (uri (cran-uri "rsample" version))
23853 23853 (sha256 (sha256
23854 23854 (base32 (base32
23855 "0s6hgq0rcv3ianyidq3n9z34y5ww51gaggqkwmwns9yyxmwfjcm8"))))
23855 "1psmxk16d4bz1v05x0gb9hn4brkdjxw8hjbxmj62snichnix3q3i"))))
23856 23856 (properties `((upstream-name . "rsample"))) (properties `((upstream-name . "rsample")))
23857 23857 (build-system r-build-system) (build-system r-build-system)
23858 23858 (propagated-inputs (propagated-inputs
23859 23859 `(("r-dplyr" ,r-dplyr) `(("r-dplyr" ,r-dplyr)
23860 ("r-ellipsis" ,r-ellipsis)
23860 23861 ("r-furrr" ,r-furrr) ("r-furrr" ,r-furrr)
23861 23862 ("r-generics" ,r-generics) ("r-generics" ,r-generics)
23863 ("r-modeldata" ,r-modeldata)
23862 23864 ("r-purrr" ,r-purrr) ("r-purrr" ,r-purrr)
23863 23865 ("r-rlang" ,r-rlang) ("r-rlang" ,r-rlang)
23866 ("r-slider" ,r-slider)
23864 23867 ("r-tibble" ,r-tibble) ("r-tibble" ,r-tibble)
23865 23868 ("r-tidyr" ,r-tidyr) ("r-tidyr" ,r-tidyr)
23866 23869 ("r-tidyselect" ,r-tidyselect) ("r-tidyselect" ,r-tidyselect)
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