- Add new port: print/R-cran-knitr
Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques. WWW: https://cran.r-project.org/web/packages/knitr/
This commit is contained in:
parent
c5d680edc1
commit
192f6ce07b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393721
@ -3,6 +3,7 @@
|
||||
|
||||
COMMENT = Desktop publishing
|
||||
|
||||
SUBDIR += R-cran-knitr
|
||||
SUBDIR += a2pdf
|
||||
SUBDIR += a2ps
|
||||
SUBDIR += abc2mtex
|
||||
|
25
print/R-cran-knitr/Makefile
Normal file
25
print/R-cran-knitr/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= knitr
|
||||
PORTVERSION= 1.10.5
|
||||
CATEGORIES= print
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= General-Purpose Package for Dynamic Report Generation in R
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= R-cran-evaluate>=0.6:${PORTSDIR}/devel/R-cran-evaluate \
|
||||
R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \
|
||||
R-cran-formatR>0:${PORTSDIR}/textproc/R-cran-formatR \
|
||||
R-cran-highr>0:${PORTSDIR}/textproc/R-cran-highr \
|
||||
R-cran-markdown>0:${PORTSDIR}/textproc/R-cran-markdown \
|
||||
R-cran-stringr>=0.6:${PORTSDIR}/textproc/R-cran-stringr \
|
||||
R-cran-yaml>=2.1.5:${PORTSDIR}/textproc/R-cran-yaml
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
2
print/R-cran-knitr/distinfo
Normal file
2
print/R-cran-knitr/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (knitr_1.10.5.tar.gz) = 471d1725fbd28e79578da44b8b82c40aef6b7f76f4d93109c16d91c5a5d5b7e3
|
||||
SIZE (knitr_1.10.5.tar.gz) = 688176
|
4
print/R-cran-knitr/pkg-descr
Normal file
4
print/R-cran-knitr/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Provides a general-purpose tool for dynamic report generation in R
|
||||
using Literate Programming techniques.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/knitr/
|
Loading…
Reference in New Issue
Block a user