e8e7404946
# CHANGES IN xfun VERSION 0.26 - The `windows_only` argument of `native_encode()` has been removed. Now `native_encode()` only tries the conversion to native encoding on platforms where `l10n_info()[['UTF-8']]` does not return `TRUE`. - Added a `solaris` argument to `upload_win_builder()`.
24 lines
772 B
Makefile
24 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.12 2021/09/18 14:23:00 mef Exp $
|
|
|
|
R_PKGNAME= xfun
|
|
R_PKGVER= 0.26
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Miscellaneous functions by 'Yihui Xie'
|
|
LICENSE= mit
|
|
|
|
# Package suggested but not available: 'rhub'
|
|
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
|
|
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
|
|
TEST_DEPENDS+= R-tinytex>=0.31:../../print/R-tinytex
|
|
TEST_DEPENDS+= R-testit-[0-9]*:../../devel/R-testit
|
|
TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
|
|
TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
|
|
TEST_DEPENDS+= R-remotes-[0-9]*:../../devel/R-remotes
|
|
TEST_DEPENDS+= R-renv-[0-9]*:../../devel/R-renv
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|