dev-R/parsedate: new package, add 1.3.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-24 03:50:21 +02:00
parent 18b6ed1554
commit cf47023889
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Recognize and Parse Dates in Various Formats'
HOMEPAGE="
https://github.com/gaborcsardi/parsedate
https://cran.r-project.org/package=parsedate
"
KEYWORDS="~amd64"
LICENSE='GPL-2'
SUGGESTED_PACKAGES="
sci-CRAN/covr
sci-CRAN/testthat
sci-CRAN/withr
"