pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-devtools



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun  3 14:11:01 UTC 2021

Modified Files:
        pkgsrc/devel/R-devtools: Makefile

Log Message:
(devel/R-devtools) Update DEPENDS+= version


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-devtools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-devtools/Makefile
diff -u pkgsrc/devel/R-devtools/Makefile:1.10 pkgsrc/devel/R-devtools/Makefile:1.11
--- pkgsrc/devel/R-devtools/Makefile:1.10       Mon May 31 21:52:19 2021
+++ pkgsrc/devel/R-devtools/Makefile    Thu Jun  3 14:11:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/05/31 21:52:19 mef Exp $
+# $NetBSD: Makefile,v 1.11 2021/06/03 14:11:01 mef Exp $
 
 R_PKGNAME=     devtools
 R_PKGVER=      2.4.1
@@ -9,14 +9,14 @@ COMMENT=      Tools to make developing R pack
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 DEPENDS+=      R-callr>=3.4.4:../../devel/R-callr
-DEPENDS+=      R-cli>=2.0.2:../../devel/R-cli
+DEPENDS+=      R-cli>=2.4.0:../../devel/R-cli
 DEPENDS+=      R-covr>=3.5.1:../../devel/R-covr
 DEPENDS+=      R-git2r>=0.23.0:../../devel/R-git2r
 DEPENDS+=      R-memoise>=1.1.0:../../devel/R-memoise
 DEPENDS+=      R-pkgbuild>=1.1.0:../../devel/R-pkgbuild
 DEPENDS+=      R-pkgload>=1.1.0:../../devel/R-pkgload
 DEPENDS+=      R-rcmdcheck>=1.3.3:../../devel/R-rcmdcheck
-DEPENDS+=      R-remotes>=2.2.0:../../devel/R-remotes
+DEPENDS+=      R-remotes>=2.3.0:../../devel/R-remotes
 DEPENDS+=      R-roxygen2>=7.1.1:../../devel/R-roxygen2
 DEPENDS+=      R-sessioninfo>=1.1.1:../../devel/R-sessioninfo
 DEPENDS+=      R-testthat>=2.3.2:../../devel/R-testthat
@@ -45,6 +45,11 @@ TEST_DEPENDS+=       R-spelling>=2.1:../../tex
 TEST_DEPENDS+= R-testthat>=2.3.2:../../devel/R-testthat
 TEST_DEPENDS+= R-usethis-[0-9]*:../../devel/R-usethis
 
+#Packages required and available but unsuitable versions:
+#  'desc', 'lifecycle', 'memoise', 'pkgload', 'remotes', 'rstudioapi',
+#  'digest', 'DT', 'gh', 'knitr', 'rmarkdown', 'spelling'
+
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index