unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67923] [PATCH] gnu: Add r-ncmisc.
@ 2023-12-20  9:11 Mădălin Ionel Patrașcu
  2023-12-20 10:50 ` bug#67923: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2023-12-20  9:11 UTC (permalink / raw)
  To: 67923; +Cc: Ricardo Wurmus

* gnu/packages/cran.scm (r-ncmisc): New variable.

Change-Id: I54bbaf23244767bdb7cce9f31e604ba6998448a4
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c9ce73b1de..9547086bf1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17904,6 +17904,28 @@ (define-public r-ncdf4
 netCDF files.")
     (license license:gpl3+)))
 
+(define-public r-ncmisc
+  (package
+    (name "r-ncmisc")
+    (version "1.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "NCmisc" version))
+       (sha256
+        (base32 "10wzznqa26fxyj6bl979qmq29p3dkr8yap4s70l3mwhhk33zpz16"))))
+    (properties `((upstream-name . "NCmisc")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=NCmisc")
+    (synopsis "Functions for creating adaptive functions and scripts")
+    (description
+     "This package provides a set of handy functions.  It includes a versatile
+one line progress bar, one line function timer with detailed output, time delay
+function, text histogram, object preview, CRAN package search, simpler package
+installer, Linux command install check, a flexible Mode function, top function,
+simulation of correlated data, and more.")
+    (license license:gpl2+)))
+
 (define-public r-biocmanager
   (package
     (name "r-biocmanager")

base-commit: dc2b59ddc1e8f510935777db40e881896f7a0cab
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67923: [PATCH] gnu: Add r-ncmisc.
  2023-12-20  9:11 [bug#67923] [PATCH] gnu: Add r-ncmisc Mădălin Ionel Patrașcu
@ 2023-12-20 10:50 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-12-20 10:50 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 67923-done


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/cran.scm (r-ncmisc): New variable.

Applied, thanks!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-20 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20  9:11 [bug#67923] [PATCH] gnu: Add r-ncmisc Mădălin Ionel Patrașcu
2023-12-20 10:50 ` bug#67923: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).