pkgsrc/math/R-Rcmdr/Makefile
mef 04ec1ed1c6 (math/R-Rcmdr) Updated 2.7.0 to 2.7.1
Changes in version 2.7-1

  o Updated Polish translation, thanks to Lukasz Daniel.

  o Fixed mixed-up .mo files for Spanish and Brazilian-Portuguese
  translations (problem reported by Jose Henrique Hildebrand Grisi
  Filho).

  o Small bug fixes to and improvements to repeated-measures dialogs.
2021-01-02 11:22:48 +00:00

25 lines
782 B
Makefile

# $NetBSD: Makefile,v 1.12 2021/01/02 11:22:48 mef Exp $
R_PKGNAME= Rcmdr
R_PKGVER= 2.7-1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Platform-independent basic-statistics GUI for R
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-tcltk2>=1.2.6:../../devel/R-tcltk2
DEPENDS+= R-effects>=4.0.3:../../graphics/R-effects
DEPENDS+= R-RcmdrMisc>=2.7.1:../../math/R-RcmdrMisc
DEPENDS+= R-abind>=1.4.5:../../math/R-abind
DEPENDS+= R-car>=3.0.8:../../math/R-car
DEPENDS+= R-relimp>=1.0.5:../../math/R-relimp
# Packages suggested but not available:
# 'leaps', 'multcomp', 'rgl', 'sem'
TEST_DEPENDS+= R-aplpack-[0-9]*:../../math/R-aplpack
TEST_DEPENDS+= R-lmtest-[0-9]*:../../math/R-lmtest
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"