emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32625: closed ([PATCH] gnu: Add r-abjutils.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32625: closed ([PATCH] gnu: Add r-abjutils.)
Date: Thu, 13 Sep 2018 17:21:01 +0000

Your message dated Thu, 13 Sep 2018 19:20:38 +0200
with message-id <address@hidden>
and subject line [PATCH] gnu: Add r-abjutils.
has caused the debbugs.gnu.org bug report #32625,
regarding [PATCH] gnu: Add r-abjutils.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32625: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32625
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-abjutils. Date: Thu, 13 Sep 2018 19:20:38 +0200 User-agent: mu4e 1.0; emacs 26.1
Fixed the commit message and pushed it to the “master” branch with
commit ebb3cdb1e.

Thanks!

--
Ricardo



--- End Message ---

reply via email to

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