pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-forcats: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ce04ea5a8db
branches:  trunk
changeset: 337045:1ce04ea5a8db
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:19:37 2019 +0000

description:
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:

 doc/CHANGES-2019        |   3 ++-
 math/Makefile           |   3 ++-
 math/R-forcats/DESCR    |   5 +++++
 math/R-forcats/Makefile |  21 +++++++++++++++++++++
 math/R-forcats/distinfo |   6 ++++++
 5 files changed, 36 insertions(+), 2 deletions(-)

diffs (75 lines):

diff -r 65b4b868a2f1 -r 1ce04ea5a8db doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:17:00 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:19:37 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3106 2019/07/31 13:17:00 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3107 2019/07/31 13:19:38 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5063,3 +5063,4 @@
        Added math/R-backports version 1.1.4 [brook 2019-07-31]
        Added math/R-ellipsis version 0.2.0.1 [brook 2019-07-31]
        Added math/R-estimability version 1.3 [brook 2019-07-31]
+       Added math/R-forcats version 0.4.0 [brook 2019-07-31]
diff -r 65b4b868a2f1 -r 1ce04ea5a8db math/Makefile
--- a/math/Makefile     Wed Jul 31 13:17:00 2019 +0000
+++ b/math/Makefile     Wed Jul 31 13:19:37 2019 +0000
@@ -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-ellipsis
 SUBDIR+=       R-emdbook
 SUBDIR+=       R-estimability
+SUBDIR+=       R-forcats
 SUBDIR+=       R-forecast
 SUBDIR+=       R-fracdiff
 SUBDIR+=       R-gdata
diff -r 65b4b868a2f1 -r 1ce04ea5a8db math/R-forcats/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-forcats/DESCR      Wed Jul 31 13:19:37 2019 +0000
@@ -0,0 +1,5 @@
+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').
diff -r 65b4b868a2f1 -r 1ce04ea5a8db math/R-forcats/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-forcats/Makefile   Wed Jul 31 13:19:37 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:19:38 brook Exp $
+
+CATEGORIES=    math R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/forcats/
+COMMENT=       Tools for working with categorical variables (factors)
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     forcats
+R_PKGVER=      0.4.0
+
+DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-ellipsis>=0.2.0.1:../../math/R-ellipsis
+DEPENDS+=      R-tibble>=2.1.3:../../math/R-tibble
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 65b4b868a2f1 -r 1ce04ea5a8db math/R-forcats/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-forcats/distinfo   Wed Jul 31 13:19:37 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:19:38 brook Exp $
+
+SHA1 (R/forcats_0.4.0.tar.gz) = 447d02be14e88804d8eabc164bc5662ea77af960
+RMD160 (R/forcats_0.4.0.tar.gz) = af9de0f515aa0ea1a096ff4d45dc65953a1242b2
+SHA512 (R/forcats_0.4.0.tar.gz) = 4b08c877a0e7bc635e13193ef710f1ccdd7f83d74a76c6c11b3ec48863bcceeb35082b623608068e18208b15b728b5ebe9af4104e8478ccfc7f04efa18255626
+Size (R/forcats_0.4.0.tar.gz) = 255097 bytes



Home | Main Index | Thread Index | Old Index