a0419f0465
Changes to Version 2.7-1 o Added repeatedMeasuresPlot(). o Added reshapeL2W() and reshapeW2L(). o The stringsAsFactors argument to readSAS(), readSPSSS(), readStata(), and readXL() now defaults to FALSE. o Barplot(), discretePlot(), Dotplot(), Hist(), plotMeans() accommodate logical and character variables as grouping factor(s). Changes to Version 2.7-0 o Added discreteCounts() and piechart() (after suggestions of Ethan Harris). o Added counts/percents to bars in Barplot() (suggestion of Ethan Harris). o Fixed DeltaMethod() so that it doesn't ignore the level argument (reported by on de Haan). o Small improvements.
24 lines
795 B
Makefile
24 lines
795 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/09/20 23:38:08 mef Exp $
|
|
|
|
R_PKGNAME= RcmdrMisc
|
|
R_PKGVER= 2.7-1
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= R Commander miscellaneous functions
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= R-colorspace>=1.4.1:../../graphics/R-colorspace
|
|
DEPENDS+= R-abind>=1.4.5:../../math/R-abind
|
|
DEPENDS+= R-car>=3.0.0:../../math/R-car
|
|
DEPENDS+= R-e1071>=1.7.2:../../math/R-e1071
|
|
DEPENDS+= R-nortest>=1.0.4:../../math/R-nortest
|
|
DEPENDS+= R-sandwich>=2.5.1:../../math/R-sandwich
|
|
DEPENDS+= R-Hmisc>=4.1.0:../../misc/R-Hmisc
|
|
DEPENDS+= R-haven>=2.1.1:../../textproc/R-haven
|
|
DEPENDS+= R-readstata13>=0.9.2:../../textproc/R-readstata13
|
|
DEPENDS+= R-readxl>=1.3.1:../../textproc/R-readxl
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|