[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/92: gnu: Add r-gh.
From: |
Ricardo Wurmus |
Subject: |
02/92: gnu: Add r-gh. |
Date: |
Tue, 30 Oct 2018 16:48:41 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 21405e81e7bf4016c4e8ed385186a94e8955bef7
Author: Ricardo Wurmus <address@hidden>
Date: Sun Oct 28 19:21:02 2018 +0100
gnu: Add r-gh.
* gnu/packages/cran.scm (r-gh): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c92b41d..5e9973a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6714,3 +6714,25 @@ files to an structured list. Users can manipulate this
resulting list with
@code{lapply()} functions. This same structured list can be used to write
back to file after modifications.")
(license license:gpl3)))
+
+(define-public r-gh
+ (package
+ (name "r-gh")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "gh" version))
+ (sha256
+ (base32
+ "1llinfajb0g7006jd2w1hpskxpmkjhnqarcjb71r1qvsccb2ph7k"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-httr" ,r-httr)
+ ("r-ini" ,r-ini)
+ ("r-jsonlite" ,r-jsonlite)))
+ (home-page "https://github.com/r-lib/gh#readme")
+ (synopsis "Access the GitHub API via R")
+ (description
+ "This package provides a minimal R client to access the GitHub API.")
+ (license license:expat)))
- branch master updated (46cb1c9 -> 7a06cdf), Ricardo Wurmus, 2018/10/30
- 01/92: gnu: Add r-ini., Ricardo Wurmus, 2018/10/30
- 02/92: gnu: Add r-gh.,
Ricardo Wurmus <=
- 03/92: gnu: Add r-fs., Ricardo Wurmus, 2018/10/30
- 04/92: gnu: Add r-clisymbols., Ricardo Wurmus, 2018/10/30
- 05/92: gnu: Add r-usethis., Ricardo Wurmus, 2018/10/30
- 08/92: gnu: Add r-xopen., Ricardo Wurmus, 2018/10/30
- 07/92: gnu: Add r-remotes., Ricardo Wurmus, 2018/10/30
- 09/92: gnu: Add r-rcmdcheck., Ricardo Wurmus, 2018/10/30
- 17/92: gnu: r-digest: Update to 0.6.18., Ricardo Wurmus, 2018/10/30
- 10/92: gnu: Add r-rapportools., Ricardo Wurmus, 2018/10/30
- 12/92: gnu: Add r-summarytools., Ricardo Wurmus, 2018/10/30
- 16/92: gnu: r-mgcv: Update to 1.8-25., Ricardo Wurmus, 2018/10/30