diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:33:31 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:33:31 +0000 |
commit | aece50216a547b9198cd144bec50821b2f397999 (patch) | |
tree | 853579e189dd4aebd1d6f3d56796b203ad5dc5d3 /math/Makefile | |
parent | 2e251fdeced7f97b95139fedecb552f6426a541a (diff) | |
download | pkgsrc-aece50216a547b9198cd144bec50821b2f397999.tar.gz |
R-vctrs: initial commit.
Defines new notions of prototype and size that are used to provide
tools for consistent and well-founded type-coercion and
size-recycling, and are in turn connected to ideas of type- and
size-stability useful for analyzing function interfaces.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index fd7e0fa1ec5..c155214ffce 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.424 2019/07/31 13:31:55 brook Exp $ +# $NetBSD: Makefile,v 1.425 2019/07/31 13:33:31 brook Exp $ COMMENT= Mathematics @@ -98,6 +98,7 @@ SUBDIR+= R-statmod SUBDIR+= R-survey SUBDIR+= R-tibble SUBDIR+= R-urca +SUBDIR+= R-vctrs SUBDIR+= R-wle SUBDIR+= R-xtable SUBDIR+= R-xts |