dev-R/waldo: add 0.4.0, drop 0.3.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-17 09:14:52 +01:00
parent 3a59c4baaa
commit 1c5b019c58
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Find Differences Between R Objects'
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND="
dev-R/cli
>=dev-R/diffobj-0.3.4
dev-R/fansi
dev-R/glue
dev-R/rematch2
>=dev-R/rlang-1.0.0
dev-R/tibble
"
RDEPEND="${DEPEND}"
SUGGESTED_PACKAGES="
dev-R/covr
>=dev-R/testthat-3.0.0
dev-R/R6
dev-R/withr
dev-R/xml2
"