pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-xfun
Module Name: pkgsrc
Committed By: mef
Date: Tue Aug 17 14:10:15 UTC 2021
Modified Files:
pkgsrc/devel/R-xfun: Makefile distinfo
Log Message:
(devel/R-xfun) Updated 0.23 to 0.25
# CHANGES IN xfun VERSION 0.25
- Fixed a bug in `broken_packages()` (thanks, @PythonCoderUnicorn,
rstudio/rmarkdown#1990).
- Added a `files` argument to `optipng()` so that users can specify
the list of PNG files instead of running `optipng` on a whole
directory.
# CHANGES IN xfun VERSION 0.24
- Exported the internal function `broken_packages()` to reinstall
broken R packages.
- Fixed the bug in `proj_root()` #54 (thanks, @clarkliming).
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-xfun/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-xfun/distinfo
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-xfun/Makefile
diff -u pkgsrc/devel/R-xfun/Makefile:1.9 pkgsrc/devel/R-xfun/Makefile:1.10
--- pkgsrc/devel/R-xfun/Makefile:1.9 Mon May 31 23:48:58 2021
+++ pkgsrc/devel/R-xfun/Makefile Tue Aug 17 14:10:15 2021
@@ -1,19 +1,24 @@
-# $NetBSD: Makefile,v 1.9 2021/05/31 23:48:58 mef Exp $
+# $NetBSD: Makefile,v 1.10 2021/08/17 14:10:15 mef Exp $
R_PKGNAME= xfun
-R_PKGVER= 0.23
+R_PKGVER= 0.25
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Miscellaneous functions by 'Yihui Xie'
LICENSE= mit
+
+# Packages suggested but not available: 'rstudioapi', 'remotes', 'renv'
+
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-tinytex>=0.31:../../print/R-tinytex
TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit
TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
-#EST_DEPENDS+= R-renv-[0-9]*:../../devel/R-renv
+TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
+TEST_DEPENDS+= R-remotes-[0-9]*:../../devel/R-remotes
+TEST_DEPENDS+= R-renv-[0-9]*:../../devel/R-renv
USE_LANGUAGES= c c++
Index: pkgsrc/devel/R-xfun/distinfo
diff -u pkgsrc/devel/R-xfun/distinfo:1.6 pkgsrc/devel/R-xfun/distinfo:1.7
--- pkgsrc/devel/R-xfun/distinfo:1.6 Mon May 31 23:39:12 2021
+++ pkgsrc/devel/R-xfun/distinfo Tue Aug 17 14:10:15 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/05/31 23:39:12 mef Exp $
+$NetBSD: distinfo,v 1.7 2021/08/17 14:10:15 mef Exp $
-SHA1 (R/xfun_0.23.tar.gz) = 2cdd7b69687c1fa4d3421677a26704a8458947d9
-RMD160 (R/xfun_0.23.tar.gz) = edee7a7f66c16d112567e24e9cb32363871dc58f
-SHA512 (R/xfun_0.23.tar.gz) = 3b5a1fc38af1ef35068d783a929a81bdbab0ec7ba773acafb61208bde78ea67175e1445f186d816bbfb6913d3ce323089d6b8d26712776ac9d2703bb6808a1fe
-Size (R/xfun_0.23.tar.gz) = 111696 bytes
+SHA1 (R/xfun_0.25.tar.gz) = d40744d8b1e1051f3d0f5d6df8b435b75a7c7484
+RMD160 (R/xfun_0.25.tar.gz) = deb465e30e412c701321260c25263985db3462e2
+SHA512 (R/xfun_0.25.tar.gz) = 480bf20415b284f6b56fc8999e0f7b0c68fe9b491c4e83d23aa75fc7b229bdd26177a2695963e8d3d59579d3a0889bd84cab4f375df53e379a5c5e856d684064
+Size (R/xfun_0.25.tar.gz) = 112755 bytes
Home |
Main Index |
Thread Index |
Old Index