* [bug#32625] [PATCH] gnu: Add r-abjutils.
@ 2018-09-03 14:16 pimi
2018-09-13 17:20 ` bug#32625: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-09-03 14:16 UTC (permalink / raw)
To: 32625; +Cc: pimi
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#32625: [PATCH] gnu: Add r-abjutils.
2018-09-03 14:16 [bug#32625] [PATCH] gnu: Add r-abjutils pimi
@ 2018-09-13 17:20 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2018-09-13 17:20 UTC (permalink / raw)
To: 32625-done
Fixed the commit message and pushed it to the “master” branch with
commit ebb3cdb1e.
Thanks!
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-13 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-03 14:16 [bug#32625] [PATCH] gnu: Add r-abjutils pimi
2018-09-13 17:20 ` bug#32625: " Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.