head	1.7;
access;
symbols
	pkgsrc-2026Q1:1.7.0.12
	pkgsrc-2026Q1-base:1.7
	pkgsrc-2025Q4:1.7.0.10
	pkgsrc-2025Q4-base:1.7
	pkgsrc-2025Q3:1.7.0.8
	pkgsrc-2025Q3-base:1.7
	pkgsrc-2025Q2:1.7.0.6
	pkgsrc-2025Q2-base:1.7
	pkgsrc-2025Q1:1.7.0.4
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.7.0.2
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.6.0.6
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.4
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.6.0.2
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.5.0.6
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.4
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.2
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.4.0.30
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.28
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.26
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.24
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.22
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.4.0.20
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.4.0.18
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.16
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.14
	pkgsrc-2021Q1-base:1.4
	pkgsrc-2020Q4:1.4.0.12
	pkgsrc-2020Q4-base:1.4
	pkgsrc-2020Q3:1.4.0.10
	pkgsrc-2020Q3-base:1.4
	pkgsrc-2020Q2:1.4.0.8
	pkgsrc-2020Q2-base:1.4
	pkgsrc-2020Q1:1.4.0.4
	pkgsrc-2020Q1-base:1.4
	pkgsrc-2019Q4:1.4.0.6
	pkgsrc-2019Q4-base:1.4
	pkgsrc-2019Q3:1.4.0.2
	pkgsrc-2019Q3-base:1.4
	pkgsrc-2019Q2:1.2.0.8
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.6
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.4
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.2.0.2
	pkgsrc-2018Q3-base:1.2
	pkgsrc-2018Q2:1.1.0.4
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.2
	pkgsrc-2018Q1-base:1.1;
locks; strict;
comment	@# @;


1.7
date	2024.11.03.06.33.55;	author mef;	state Exp;
branches;
next	1.6;
commitid	4KhCje6Y1NOjlawF;

1.6
date	2024.01.26.14.00.12;	author mef;	state Exp;
branches;
next	1.5;
commitid	JUTPW1L0E2UoSXVE;

1.5
date	2023.06.11.06.27.29;	author mef;	state Exp;
branches;
next	1.4;
commitid	dai4d5t1DbftJusE;

1.4
date	2019.08.08.19.53.50;	author brook;	state Exp;
branches;
next	1.3;
commitid	K2VPfA0XCw7xfgyB;

1.3
date	2019.07.31.19.40.17;	author brook;	state Exp;
branches;
next	1.2;
commitid	MfGyc2hqAWOptexB;

1.2
date	2018.07.28.14.40.48;	author brook;	state Exp;
branches;
next	1.1;
commitid	hIRYb3oU4xMfBULA;

1.1
date	2018.02.07.20.48.49;	author minskim;	state Exp;
branches;
next	;
commitid	5wtc7B7LgSJ6bYpA;


desc
@@


1.7
log
@(math/R-gtable) Updated 0.3.4 to 0.3.6

# gtable 0.3.6

* Added `as.gtable()` S3 method (#97).
* Add `clip` argument to `gtable_col()` and `gtable_row()` (#56)
* Indexing a gtable with `NA` will now insert a zero-dimension row/column at the
  position of the `NA`-index (#13)

# gtable 0.3.5

* Fixed partial matching issue when constructing viewport in `gtable()` (#94)
* General upkeep
@
text
@# $NetBSD: Makefile,v 1.6 2024/01/26 14:00:12 mef Exp $

R_PKGNAME=	gtable
R_PKGVER=	0.3.6

MAINTAINER=	minskim@@NetBSD.org
COMMENT=	Arrange 'Grobs' in tables
LICENSE=	gnu-gpl-v2

DEPENDS+=	R-cli-[0-9]*:../../devel/R-cli
DEPENDS+=	R-glue-[0-9]*:../../devel/R-glue
DEPENDS+=	R-lifecycle-[0-9]*:../../devel/R-lifecycle
DEPENDS+=	R-rlang>=1.0.0:../../devel/R-rlang

TEST_DEPENDS+=	R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+=	R-ggplot2-[0-9]*:../../graphics/R-ggplot2
TEST_DEPENDS+=	R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+=	R-profvis-[0-9]*:../../benchmarks/R-profvis
TEST_DEPENDS+=	R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+=	R-testthat-[0-9]*:../../devel/R-testthat

# !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
TEST_DEPENDS+=	tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+=	tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+=	tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+=	tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
@


1.6
log
@(math/R-gtable) Updated 0.3.3 to 0.3.4

# gtable 0.3.4
* Fix package doc links
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/06/11 06:27:29 mef Exp $
d4 1
a4 1
R_PKGVER=	0.3.4
@


1.5
log
@(math/R-gtable) Updated 0.3.0 to 0.3.3

# gtable 0.3.3

* Specify minimum rlang version

# gtable 0.3.2

* General upkeep

# gtable 0.3.1

* Re-documented to fix HTML issues in `.Rd`.

* gtable has been re-licensed as MIT (#85).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:50 brook Exp $
d4 1
a4 1
R_PKGVER=	0.3.3
d15 2
d18 1
d20 1
a20 1
TEST_DEPENDS+=	R-profvis-[0-9]*:../../benchmarks/R-profvis
d22 3
d26 2
a27 1
TEST_DEPENDS+=	tex-ec-[0-9]*:../../fonts/tex-ec
@


1.4
log
@Update all R packages to canonical form.

The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2019/07/31 19:40:17 brook Exp $
d4 1
a4 2
R_PKGVER=	0.3.0
CATEGORIES=	math
d10 12
@


1.3
log
@R-gtable: update to version 0.3.0.

Update to the canonical form of an R package.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:48 brook Exp $
d3 3
a5 1
CATEGORIES=	math R
a7 1
HOMEPAGE=	${R_HOMEPAGE_BASE}/gtable/
a10 3
R_PKGNAME=	gtable
R_PKGVER=	0.3.0

@


1.2
log
@Remove MASTER_SITES= from individual R package Makefiles.

Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/02/07 20:48:49 minskim Exp $
d3 1
a3 1
CATEGORIES=	math
d7 1
a7 1
COMMENT=	Arrage 'grobs' in tables
d11 1
a11 1
R_PKGVER=	0.2.0
a14 1
BUILDLINK_API_DEPENDS.R+=	R>=2.14
@


1.1
log
@math/R-gtable: Import version 0.2.0

Tools to make it easier to work with "tables" of 'grobs'.
@
text
@d1 1
a1 1
# $NetBSD$
a3 1
MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
@

