File:
[cvs.NetBSD.org] /
pkgsrc /
math /
R-intervals /
Makefile
Revision
1.10:
download - view:
text,
annotated -
select for diffs
Sat Jul 8 05:14:49 2023 UTC (19 months ago) by
mef
Branches:
MAIN
CVS tags:
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
(math/R-intervals) Updated 0.13.2 to 0.13.3
******** VERSION 0.13.3 ********
BUG FIXES
- The S3 plot() method for class Intervals was ignoring the y argument. (The
method for class Intervals_full did, however, use the argument properly.)
This has been fixed.
# $NetBSD: Makefile,v 1.10 2023/07/08 05:14:49 mef Exp $
R_PKGNAME= intervals
R_PKGVER= 0.15.4
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Tools for working with points and intervals
LICENSE= artistic-2.0
# !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>