pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 13:19:38 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-forcats: DESCR Makefile distinfo

Log Message:
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').


To generate a diff of this commit:
cvs rdiff -u -r1.3106 -r1.3107 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.416 -r1.417 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-forcats/DESCR \
    pkgsrc/math/R-forcats/Makefile pkgsrc/math/R-forcats/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3106 pkgsrc/doc/CHANGES-2019:1.3107
--- pkgsrc/doc/CHANGES-2019:1.3106      Wed Jul 31 13:17:00 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:19:38 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.416 pkgsrc/math/Makefile:1.417
--- pkgsrc/math/Makefile:1.416  Wed Jul 31 13:17:00 2019
+++ pkgsrc/math/Makefile        Wed Jul 31 13:19:37 2019
@@ -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

Added files:

Index: pkgsrc/math/R-forcats/DESCR
diff -u /dev/null pkgsrc/math/R-forcats/DESCR:1.1
--- /dev/null   Wed Jul 31 13:19:38 2019
+++ pkgsrc/math/R-forcats/DESCR Wed Jul 31 13:19:38 2019
@@ -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').
Index: pkgsrc/math/R-forcats/Makefile
diff -u /dev/null pkgsrc/math/R-forcats/Makefile:1.1
--- /dev/null   Wed Jul 31 13:19:38 2019
+++ pkgsrc/math/R-forcats/Makefile      Wed Jul 31 13:19:38 2019
@@ -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"
Index: pkgsrc/math/R-forcats/distinfo
diff -u /dev/null pkgsrc/math/R-forcats/distinfo:1.1
--- /dev/null   Wed Jul 31 13:19:38 2019
+++ pkgsrc/math/R-forcats/distinfo      Wed Jul 31 13:19:38 2019
@@ -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