summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 689a94c1f575..b4d4c4cf79ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = r-selectr
license = BSD_3_clause + file LICENCE
depends = r
depends = r-stringr
+ depends = r-r6
optdepends = r-testthat
optdepends = r-xml
optdepends = r-xml2
diff --git a/PKGBUILD b/PKGBUILD
index 9d2741c8d206..7e4092ab09e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Translate CSS Selectors to XPath Expressions"
arch=('any')
url="https://cran.r-project.org/package=${_cranname}"
license=('BSD_3_clause + file LICENCE')
-depends=('r' 'r-stringr')
+depends=('r' 'r-stringr' 'r-r6')
optdepends=('r-testthat' 'r-xml' 'r-xml2')