summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 13:19:37 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 13:19:37 +0000
commit5fe7c17a71935fc14734f99256147c07fa8bf76e (patch)
treec3c9a0f4c82327c0b6915f8a93d2b65349d2ec5a /math/Makefile
parent6f11d3cb6a7de162bd2b5de1c8c21d91cc5560cc (diff)
downloadpkgsrc-5fe7c17a71935fc14734f99256147c07fa8bf76e.tar.gz
R-forcats: initial commit.
Helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, 'anonymising', and manually 'recoding').
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index f08f9bcbf6b..445ec848c4e 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.416 2019/07/31 13:17:00 brook Exp $
+# $NetBSD: Makefile,v 1.417 2019/07/31 13:19:37 brook Exp $
COMMENT= Mathematics
@@ -47,6 +47,7 @@ SUBDIR+= R-e1071
SUBDIR+= R-ellipsis
SUBDIR+= R-emdbook
SUBDIR+= R-estimability
+SUBDIR+= R-forcats
SUBDIR+= R-forecast
SUBDIR+= R-fracdiff
SUBDIR+= R-gdata