pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-doBy



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov  9 13:42:19 UTC 2024

Added Files:
        pkgsrc/math/R-doBy: DESCR Makefile distinfo

Log Message:
math/R-doBy: import R-doBy-4.6.24

Utility package containing: 1) Facilities for working with grouped
data: 'do' something to data stratified 'by' some variables. 2)
LSmeans (least-squares means), general linear estimates. 3) Restrict
functions to a smaller domain. 4) Miscellaneous other utilities.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-doBy/DESCR pkgsrc/math/R-doBy/Makefile \
    pkgsrc/math/R-doBy/distinfo

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

Added files:

Index: pkgsrc/math/R-doBy/DESCR
diff -u /dev/null pkgsrc/math/R-doBy/DESCR:1.1
--- /dev/null   Sat Nov  9 13:42:19 2024
+++ pkgsrc/math/R-doBy/DESCR    Sat Nov  9 13:42:19 2024
@@ -0,0 +1,4 @@
+Utility package containing: 1) Facilities for working with grouped
+data: 'do' something to data stratified 'by' some variables. 2)
+LSmeans (least-squares means), general linear estimates. 3) Restrict
+functions to a smaller domain. 4) Miscellaneous other utilities.
Index: pkgsrc/math/R-doBy/Makefile
diff -u /dev/null pkgsrc/math/R-doBy/Makefile:1.1
--- /dev/null   Sat Nov  9 13:42:19 2024
+++ pkgsrc/math/R-doBy/Makefile Sat Nov  9 13:42:19 2024
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2024/11/09 13:42:19 mef Exp $
+
+R_PKGNAME=     doBy
+R_PKGVER=      4.6.24
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Groupwise Statistics, LSmeans, Linear Estimates, Utilities
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+=      R-microbenchmark>=1.4.9:../../benchmarks/R-microbenchmark
+DEPENDS+=      R-rlang>=1.1.4:../../devel/R-rlang
+DEPENDS+=      R-cowplot>=1.1.3:../../graphics/R-cowplot
+DEPENDS+=      R-ggplot2>=3.5.1:../../graphics/R-ggplot2
+DEPENDS+=      R-Deriv>=4.1.6:../../math/R-Deriv
+DEPENDS+=      R-broom>=1.0.7:../../math/R-broom
+DEPENDS+=      R-dplyr>=1.1.4:../../math/R-dplyr
+DEPENDS+=      R-modelr>=0.1.11:../../math/R-modelr
+DEPENDS+=      R-tibble>=3.2.1:../../math/R-tibble
+DEPENDS+=      R-tidyr>=1.3.1:../../math/R-tidyr
+
+# Packages suggested but not available:
+#  'geepack', 'multcomp'
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-lme4-[0-9]*:../../math/R-lme4
+TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
+TEST_DEPENDS+= R-pbkrtest-[0-9]*:../../math/R-pbkrtest
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-doBy/distinfo
diff -u /dev/null pkgsrc/math/R-doBy/distinfo:1.1
--- /dev/null   Sat Nov  9 13:42:19 2024
+++ pkgsrc/math/R-doBy/distinfo Sat Nov  9 13:42:19 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/09 13:42:19 mef Exp $
+
+BLAKE2s (R/doBy_4.6.24.tar.gz) = 05ac5d04dc12561596e7206211279a5a520e893324668f977f4c011fb13b6f76
+SHA512 (R/doBy_4.6.24.tar.gz) = e7d7caa9472f9421c5e5f16d8cf6a859b9e92ed2a194c5b3ecb243d490447aee2a3aeab6369ca3c3e700e899ba047347f35c8d2a3f8d735d9629161e54962aba
+Size (R/doBy_4.6.24.tar.gz) = 4557394 bytes



Home | Main Index | Thread Index | Old Index