guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/103: gnu: Add r-snakecase.


From: Ricardo Wurmus
Subject: 53/103: gnu: Add r-snakecase.
Date: Wed, 5 Sep 2018 14:03:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bfee9ce88f3c6bd49a1dfc003128d1cb3b7aa421
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 15:12:47 2018 +0200

    gnu: Add r-snakecase.
    
    * gnu/packages/cran.scm (r-snakecase): 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 a7a4257..e26deab 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4691,6 +4691,28 @@ be added or removed.  When working with Word documents, 
a cursor can be used
 to help insert or delete content at a specific location in the document.")
     (license license:gpl3)))
 
+(define-public r-snakecase
+  (package
+    (name "r-snakecase")
+    (version "0.9.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "snakecase" version))
+       (sha256
+        (base32
+         "1g6xai53dl24ws0mwhqrkcv583ziaq505cv3z8v5dhjgy98kilyj"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-stringi" ,r-stringi)
+       ("r-stringr" ,r-stringr)))
+    (home-page "https://github.com/Tazinho/snakecase";)
+    (synopsis "Convert strings into any case")
+    (description
+     "This package provides a consistent, flexible and easy to use tool to
+parse and convert strings into cases like snake or camel among others.")
+    (license license:gpl3)))
+
 (define-public r-writexl
   (package
     (name "r-writexl")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]