[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/150: gnu: Add r-gert.
From: |
guix-commits |
Subject: |
02/150: gnu: Add r-gert. |
Date: |
Wed, 20 Jan 2021 11:20:34 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit a9650ccf6579bb1dbae9c0eb6a38a77d03cd2602
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 15:01:25 2021 +0100
gnu: Add r-gert.
* gnu/packages/cran.scm (r-gert): New variable.
---
gnu/packages/cran.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cd547d1..d65ff97 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9855,6 +9855,41 @@ provides a back-end for git/ssh client libraries to
authenticate with existing
user credentials.")
(license license:expat)))
+(define-public r-gert
+ (package
+ (name "r-gert")
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "gert" version))
+ (sha256
+ (base32
+ "1lq4hgv2727lwcv8vha5af26nslj99rjxjrgflshmmcihawpls1n"))))
+ (properties `((upstream-name . "gert")))
+ (build-system r-build-system)
+ (inputs
+ `(("libgit2" ,libgit2)
+ ("zlib" ,zlib)))
+ (propagated-inputs
+ `(("r-askpass" ,r-askpass)
+ ("r-credentials" ,r-credentials)
+ ("r-openssl" ,r-openssl)
+ ("r-rstudioapi" ,r-rstudioapi)
+ ("r-zip" ,r-zip)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("r-knitr" ,r-knitr)))
+ (home-page "https://docs.ropensci.org/gert/")
+ (synopsis "Simple Git client for R")
+ (description
+ "This package provides a simple git client for R based on libgit2 with
+support for SSH and HTTPS remotes. All functions in gert use basic R data
+types (such as vectors and data-frames) for their arguments and return values.
+User credentials are shared with command line git through the
+@code{git-credential} store and SSH keys stored on disk or ssh-agent.")
+ (license license:expat)))
+
(define-public r-usethis
(package
(name "r-usethis")
- branch master updated (c67ff56 -> ee3bae2), guix-commits, 2021/01/20
- 01/150: gnu: Add r-credentials., guix-commits, 2021/01/20
- 03/150: gnu: Add r-lightgbm., guix-commits, 2021/01/20
- 04/150: gnu: Add r-scattermore., guix-commits, 2021/01/20
- 05/150: gnu: Add r-labelled., guix-commits, 2021/01/20
- 02/150: gnu: Add r-gert.,
guix-commits <=
- 06/150: gnu: r-foreign: Update to 0.8-81., guix-commits, 2021/01/20
- 09/150: gnu: r-diffobj: Update to 0.3.3., guix-commits, 2021/01/20
- 12/150: gnu: r-jsonlite: Update to 1.7.2., guix-commits, 2021/01/20
- 07/150: gnu: r-httpuv: Update to 1.5.5., guix-commits, 2021/01/20
- 08/150: import/cran: Add more invalid package names to ignore., guix-commits, 2021/01/20
- 10/150: gnu: r-rticles: Update to 0.18., guix-commits, 2021/01/20
- 11/150: gnu: r-mboost: Update to 2.9-4., guix-commits, 2021/01/20
- 15/150: gnu: r-htmlwidgets: Update to 1.5.3., guix-commits, 2021/01/20
- 16/150: gnu: r-crosstalk: Update to 1.1.1., guix-commits, 2021/01/20
- 14/150: gnu: r-htmltools: Update to 0.5.1., guix-commits, 2021/01/20