[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59911] [PATCH 1/7] gnu: Add r-logging.
From: |
Mădălin Ionel Patrașcu |
Subject: |
[bug#59911] [PATCH 1/7] gnu: Add r-logging. |
Date: |
Thu, 8 Dec 2022 22:13:16 +0100 |
* gnu/packages/cran.scm (r-logging): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5c5258d6e0..553c53887c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16814,6 +16814,26 @@ (define-public r-locfdr
discovery rates.")
(license license:gpl2)))
+(define-public r-logging
+ (package
+ (name "r-logging")
+ (version "0.10-108")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "logging" version))
+ (sha256
+ (base32
+ "13gd40ygx586vs6xcp6clg69a92aj8zxlk1rn3xzkx8klfjimjc5"))))
+ (properties `((upstream-name . "logging")))
+ (build-system r-build-system)
+ (home-page "https://github.com/WLOGSolutions/r-logging")
+ (synopsis "R logging implementation of log4j")
+ (description
+ "This package implements the R version of the @code{log4j} package. It
offers
+hierarchic loggers, multiple handlers per logger, level based filtering, space
+handling in messages and custom formatting.")
+ (license license:gpl3)))
+
(define-public r-longitudinal
(package
(name "r-longitudinal")
base-commit: 81191e3410cc00c6438f532599dd0b96d521982f
--
2.38.1
- [bug#59911] [PATCH] gnu: Add r-logging, r-shinycustomloader, r-anytime, r-shinywidgets, r-attempt, r-golem and r-wpm., address@hidden, 2022/12/08
- [bug#59911] [PATCH 1/7] gnu: Add r-logging.,
Mădălin Ionel Patrașcu <=
- [bug#59911] [PATCH 7/7] gnu: Add r-wpm., Mădălin Ionel Patrașcu, 2022/12/08
- [bug#59911] [PATCH 2/7] gnu: Add r-shinycustomloader., Mădălin Ionel Patrașcu, 2022/12/08
- [bug#59911] [PATCH 3/7] gnu: Add r-anytime., Mădălin Ionel Patrașcu, 2022/12/08
- [bug#59911] [PATCH 6/7] gnu: Add r-golem., Mădălin Ionel Patrașcu, 2022/12/08
- [bug#59911] [PATCH 4/7] gnu: Add r-shinywidgets., Mădălin Ionel Patrașcu, 2022/12/08
- [bug#59911] [PATCH 5/7] gnu: Add r-attempt., Mădălin Ionel Patrașcu, 2022/12/08
- [bug#59911] [PATCH 1/7] gnu: Add r-logging., Ricardo Wurmus, 2022/12/12
- Prev by Date:
[bug#59911] [PATCH] gnu: Add r-logging, r-shinycustomloader, r-anytime, r-shinywidgets, r-attempt, r-golem and r-wpm.
- Next by Date:
[bug#59911] [PATCH 7/7] gnu: Add r-wpm.
- Previous by thread:
[bug#59911] [PATCH] gnu: Add r-logging, r-shinycustomloader, r-anytime, r-shinywidgets, r-attempt, r-golem and r-wpm.
- Next by thread:
[bug#59911] [PATCH 7/7] gnu: Add r-wpm.
- Index(es):