diff --git a/textproc/R-cran-R2HTML/Makefile b/textproc/R-cran-R2HTML/Makefile index 6bb695056e30..3ed93d536b61 100644 --- a/textproc/R-cran-R2HTML/Makefile +++ b/textproc/R-cran-R2HTML/Makefile @@ -1,16 +1,15 @@ # Created by: Thierry Thomas PORTNAME= R2HTML -PORTVERSION= 2.3.2 -PORTREVISION= 6 +PORTVERSION= 2.3.3 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= HTML exportation for R objects LICENSE= GPLv2 USES= cran .include diff --git a/textproc/R-cran-R2HTML/distinfo b/textproc/R-cran-R2HTML/distinfo index e77d8c30dd40..ba3b693de308 100644 --- a/textproc/R-cran-R2HTML/distinfo +++ b/textproc/R-cran-R2HTML/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466949126 -SHA256 (R2HTML_2.3.2.tar.gz) = 69c6fd9942de00747fcd6ba317a4e8bdbd37403b130fc3a7c8494b058fb77d02 -SIZE (R2HTML_2.3.2.tar.gz) = 315618 +TIMESTAMP = 1653410472 +SHA256 (R2HTML_2.3.3.tar.gz) = 4a7e181a1c444f83ccac7eb8b19962de08dd649ae5b9868813d008196e4e0f8b +SIZE (R2HTML_2.3.3.tar.gz) = 315809 diff --git a/textproc/R-cran-R2HTML/pkg-descr b/textproc/R-cran-R2HTML/pkg-descr index 69e06ccebbde..14625b773065 100644 --- a/textproc/R-cran-R2HTML/pkg-descr +++ b/textproc/R-cran-R2HTML/pkg-descr @@ -1,10 +1,10 @@ This package includes HTML function and methods to write in an HTML file. Thus, making HTML reports is easy. Includes a function that allows redirection on the fly, which appears to be very usefull for teaching purpose, as the student can keep a copy of the produced output to keep all that he did during the course. Package comes with a vignette describing how to write HTML reports for statistical analysis. Finally, a driver for Sweave allows to parse HTML flat files containing R code and to automatically write the corresponding outputs (tables and graphs). -WWW: http://cran.r-project.org/web/packages/R2HTML/ +WWW: https://cran.r-project.org/package=R2HTML