[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#32625] [PATCH] gnu: Add r-abjutils.
From: |
pimi |
Subject: |
[bug#32625] [PATCH] gnu: Add r-abjutils. |
Date: |
Mon, 3 Sep 2018 16:16:38 +0200 |
gnu/packages/cran.scm (r-abjutils): New variable.
---
gnu/packages/cran.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e72eec369..35ac818d1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5062,3 +5062,37 @@ provides functionalities not found in either
@code{TASSEL} or @code{r-qtl} in
addition to visualization of genotypes as \"graphical genotypes\". Plotting is
based on @code{r-ggplot2}.")
(license license:gpl3)))
+
+(define-public r-abjutils
+ (package
+ (name "r-abjutils")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "abjutils" version))
+ (sha256
+ (base32 "0qrsc4if7aif73qp95lw6b5986c2r0jn7m39123zij8k15vc935b"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-devtools" ,r-devtools)
+ ("r-dplyr" ,r-dplyr)
+ ("r-glue" ,r-glue)
+ ("r-httr" ,r-httr)
+ ("r-magrittr" ,r-magrittr)
+ ("r-plyr" ,r-plyr)
+ ("r-progress" ,r-progress)
+ ("r-purrr" ,r-purrr)
+ ("r-rstudioapi" ,r-rstudioapi)
+ ("r-scales" ,r-scales)
+ ("r-stringi" ,r-stringi)
+ ("r-stringr" ,r-stringr)
+ ("r-tibble" ,r-tibble)
+ ("r-tidyr" ,r-tidyr)))
+ (home-page "https://github.com/abjur/abjutils/")
+ (synopsis "This package is a collection of tools for Jurimetrical
analysis")
+ (description
+ "This package implements general purpose tools, such as functions for
sampling
+and basic manipulation of Brazilian lawsuits identification number. It also
+implements functions for text cleaning, such as accentuation removal.")
+ (license license:expat)))
--
2.17.1
- [bug#32625] [PATCH] gnu: Add r-abjutils.,
pimi <=