mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add new port: textproc/R-cran-rmarkdown
Convert R Markdown documents into a variety of formats. WWW: https://cran.r-project.org/web/packages/rmarkdown/
This commit is contained in:
parent
ca2075a392
commit
bb2e6b3bbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394297
@ -12,6 +12,7 @@
|
||||
SUBDIR += R-cran-htmltools
|
||||
SUBDIR += R-cran-markdown
|
||||
SUBDIR += R-cran-pystr
|
||||
SUBDIR += R-cran-rmarkdown
|
||||
SUBDIR += R-cran-stringi
|
||||
SUBDIR += R-cran-stringr
|
||||
SUBDIR += R-cran-xtable
|
||||
|
22
textproc/R-cran-rmarkdown/Makefile
Normal file
22
textproc/R-cran-rmarkdown/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rmarkdown
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= textproc
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Dynamic Documents for R
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= hs-pandoc>=1.12.3:${PORTSDIR}/textproc/hs-pandoc \
|
||||
R-cran-knitr>=1.6:${PORTSDIR}/print/R-cran-knitr \
|
||||
R-cran-yaml>=2.1.5:${PORTSDIR}/textproc/R-cran-yaml \
|
||||
R-cran-htmltools>=0.2.4:${PORTSDIR}/textproc/R-cran-htmltools \
|
||||
R-cran-caTools>0:${PORTSDIR}/devel/R-cran-caTools
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/R-cran-rmarkdown/distinfo
Normal file
2
textproc/R-cran-rmarkdown/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rmarkdown_0.7.tar.gz) = 8f2150fcb9de433a5c26f70d80c6f036389c956a1cdbfd281d07f07fe31477a7
|
||||
SIZE (rmarkdown_0.7.tar.gz) = 1179156
|
3
textproc/R-cran-rmarkdown/pkg-descr
Normal file
3
textproc/R-cran-rmarkdown/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Convert R Markdown documents into a variety of formats.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/rmarkdown/
|
Loading…
Reference in New Issue
Block a user