(print/R-knitr) Updated 1.23 to 1.33, NEWS.md unknown
This commit is contained in:
parent
63051ceb76
commit
c0d4fdc4ac
2 changed files with 14 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2019/08/08 19:53:55 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2021/05/31 23:56:07 mef Exp $
|
||||
|
||||
R_PKGNAME= knitr
|
||||
R_PKGVER= 1.23
|
||||
R_PKGVER= 1.33
|
||||
CATEGORIES= print
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -9,7 +9,7 @@ COMMENT= General-purpose package for dynamic report generation in R
|
|||
LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
|
||||
|
||||
DEPENDS+= R-evaluate>=0.10:../../devel/R-evaluate
|
||||
DEPENDS+= R-xfun>=0.8:../../devel/R-xfun
|
||||
DEPENDS+= R-xfun>=0.21:../../devel/R-xfun
|
||||
DEPENDS+= R-digest>=0.6.4:../../security/R-digest
|
||||
DEPENDS+= R-formatR>=0.10:../../textproc/R-formatR
|
||||
DEPENDS+= R-highr>=0.8:../../textproc/R-highr
|
||||
|
@ -17,6 +17,12 @@ DEPENDS+= R-markdown>=1.0:../../textproc/R-markdown
|
|||
DEPENDS+= R-stringr>=0.6:../../textproc/R-stringr
|
||||
DEPENDS+= R-yaml>=2.1.19:../../textproc/R-yaml
|
||||
|
||||
# Packages suggested but not available:
|
||||
# 'rgl', 'rmarkdown', 'webshot', 'tikzDevice', 'tinytex', 'reticulate',
|
||||
# 'JuliaCall', 'magick', 'png', 'jpeg', 'gifski', 'DBI', 'showtext',
|
||||
# 'sass', 'bslib', 'ragg', 'styler'
|
||||
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
REPLACE_RSCRIPT+= inst/bin/knit
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2019/07/31 20:46:05 brook Exp $
|
||||
$NetBSD: distinfo,v 1.7 2021/05/31 23:56:07 mef Exp $
|
||||
|
||||
SHA1 (R/knitr_1.23.tar.gz) = 736badb51c0de0d51d9310989e74ceb99a97be53
|
||||
RMD160 (R/knitr_1.23.tar.gz) = 9045b9ef208cccd3bfab651c56006f869c2581f0
|
||||
SHA512 (R/knitr_1.23.tar.gz) = 8a612d7ae8417a83694992f107a258df6b849b2dfc1ad8d05190e889f620643abd0fa24a84ad8acd084c55b5d8ee259865591788bae2ea12a2c2f2249b0f84c5
|
||||
Size (R/knitr_1.23.tar.gz) = 880134 bytes
|
||||
SHA1 (R/knitr_1.33.tar.gz) = a78ae347e0f3cbb6c7ab16355f782a089b9b5516
|
||||
RMD160 (R/knitr_1.33.tar.gz) = 87f6615d177c927da7aad39abe51f49ce0ae7e73
|
||||
SHA512 (R/knitr_1.33.tar.gz) = bf27f1b9face9eac504b329e17d778243fb0dfd699b2525e77fe6be8260284a7618db2db257856138754cb93b7a7ab03cd4fddacc348ec6c2f2c1432237f781a
|
||||
Size (R/knitr_1.33.tar.gz) = 892378 bytes
|
||||
|
|
Loading…
Reference in a new issue