[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59911] [PATCH 3/7] gnu: Add r-anytime.
From: |
Mădălin Ionel Patrașcu |
Subject: |
[bug#59911] [PATCH 3/7] gnu: Add r-anytime. |
Date: |
Thu, 8 Dec 2022 22:13:18 +0100 |
* gnu/packages/cran.scm (r-anytime): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1a5bef3cdb..b9d5757795 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25484,6 +25484,30 @@ (define-public r-anthropometry
statistical shape analysis and archetypal analysis.")
(license license:gpl2+)))
+(define-public r-anytime
+ (package
+ (name "r-anytime")
+ (version "0.3.9")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "anytime" version))
+ (sha256
+ (base32
+ "0jjpqynai5nd7mfy1smb44356f3d5bmpxhs1i9x9jw5c959c35hh"))))
+ (properties `((upstream-name . "anytime")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-bh
+ r-rcpp))
+ (home-page "http://dirk.eddelbuettel.com/code/anytime.html")
+ (synopsis "Converter of input to POSIXct or Date")
+ (description
+ "The package converts the input in any one of character, integer, numeric,
+factor, or an ordered type into @code{POSIXct} (or @code{Date}) objects, using
+one of a number of predefined formats, and relying on Boost facilities for date
+and time parsing.")
+ (license license:gpl2+)))
+
(define-public r-anndata
(package
(name "r-anndata")
--
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, 2022/12/08
- [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 <=
- [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