a022629db9
Upstream changes: # 2014-09-21 - Version 2.3.1 - Fixed message "Warning in formatC(Signif) : class of 'x' was discarded" - Fixed problem looking up objects in Sweave. R Code inside Sweave files is now evaluated in .GlobalEnv, again, as before version 2.3.0. # 2014-09-06 - Version 2.3 - API BREAK: Make package conform to new CRAN policies. - .HTML.file is no longer stored in the global environment: use HTMLSetFile() and HTMLGetFile() instead of modifying it directly. - .HTMLenv is no longer stored in the global environment: it should never have been accessed directly in the first place. - fix() is no longer replaced during HTMLStart()/HTMLStop() sessions. - Remove obsolete handling of 'date' class from package survival. - Remove obsolete support for old format of objects from the rpart package
15 lines
367 B
Makefile
15 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.7 2016/01/09 14:17:37 wen Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/R2HTML/
|
|
COMMENT= R functions to write an HTML file
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= R2HTML
|
|
R_PKGVER= 2.3.1
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|