diff options
author | brook <brook@pkgsrc.org> | 2019-08-09 16:25:23 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-09 16:25:23 +0000 |
commit | 9272e8b8cc72780176e4da61bec67629839c8606 (patch) | |
tree | 84258f7ec373b7ab2d65220281867141702e0450 /math/Makefile | |
parent | a5cc32439c8211a90a957f739e10844ca367ef47 (diff) | |
download | pkgsrc-9272e8b8cc72780176e4da61bec67629839c8606.tar.gz |
R-tidyr: initial commit
An evolution of 'reshape2'. It's designed specifically for data
tidying (not general reshaping or aggregating) and works well with
'dplyr' data pipelines.
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 10b89321422..10486ec2bd7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.432 2019/08/09 16:23:46 brook Exp $ +# $NetBSD: Makefile,v 1.433 2019/08/09 16:25:23 brook Exp $ COMMENT= Mathematics @@ -103,6 +103,7 @@ SUBDIR+= R-statmod SUBDIR+= R-survey SUBDIR+= R-tensorA SUBDIR+= R-tibble +SUBDIR+= R-tidyr SUBDIR+= R-urca SUBDIR+= R-vctrs SUBDIR+= R-wle |