[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/125: gnu: Add r-ids.
From: |
guix-commits |
Subject: |
05/125: gnu: Add r-ids. |
Date: |
Tue, 4 May 2021 01:33:04 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4c2826df656e3c513fba140a0c82b763c93fc83b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:15:39 2021 +0200
gnu: Add r-ids.
* gnu/packages/cran.scm (r-ids): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 68a2dff..9224a6d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -206,6 +206,30 @@ visualization of their differences.")
(description "This package lets you manage Google Drive files from R.")
(license license:expat)))
+(define-public r-ids
+ (package
+ (name "r-ids")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ids" version))
+ (sha256
+ (base32
+ "1s6ga94gds5ydr9f8qbjfgfpg2dvbnkcrlybqlb33hk3c0c2l8dn"))))
+ (properties `((upstream-name . "ids")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-openssl" ,r-openssl)
+ ("r-uuid" ,r-uuid)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/richfitz/ids")
+ (synopsis "Generate random identifiers")
+ (description
+ "This package lets you generate random or human readable and
+pronounceable identifiers.")
+ (license license:expat)))
+
(define-public r-waldo
(package
(name "r-waldo")
- branch master updated (b9fb13b -> fcd002c), guix-commits, 2021/05/04
- 01/125: gnu: r-abn: Update to 2.5-0., guix-commits, 2021/05/04
- 02/125: gnu: Add r-conflicted., guix-commits, 2021/05/04
- 03/125: gnu: Add r-dtplyr., guix-commits, 2021/05/04
- 05/125: gnu: Add r-ids.,
guix-commits <=
- 08/125: gnu: r-brio: Update to 1.1.2., guix-commits, 2021/05/04
- 04/125: gnu: Add r-googledrive., guix-commits, 2021/05/04
- 06/125: gnu: Add r-googlesheets4., guix-commits, 2021/05/04
- 07/125: gnu: Add r-curry., guix-commits, 2021/05/04
- 10/125: gnu: r-ellipsis: Update to 0.3.2., guix-commits, 2021/05/04
- 11/125: gnu: r-mboost: Update to 2.9-5., guix-commits, 2021/05/04
- 09/125: gnu: r-v8: Update to 3.4.2., guix-commits, 2021/05/04
- 13/125: gnu: r-tidyverse: Update to 1.3.1., guix-commits, 2021/05/04
- 14/125: gnu: r-callr: Update to 3.7.0., guix-commits, 2021/05/04
- 15/125: gnu: r-httpuv: Update to 1.6.0., guix-commits, 2021/05/04