pkgsrc/devel/R-pkgbuild/Makefile
mef a1e2580fca (devel/R-pkgbuild) Updated 1.2.0 to 1.3.1
# pkgbuild 1.3.1

* Accept Rtools40 for R 4.2, it works well, as long as the PATH
  includes both `${RTOOLS40_HOME}/usr/bin` and
  `${RTOOLS40_HOME}/ucrt64/bin`.  E.g. `~/.Renviron` should contain
  now ```
  PATH="${RTOOLS40_HOME}\usr\bin;${RTOOLS40_HOME}\ucrt64\bin;${PATH}"
  ``` to make Rtools40 work with both R 4.2.x (devel currently) and R
  4.1.x and R 4.0.x.

# pkgbuild 1.3.0

* pkgbuild now supports Rtools 4.2.

* pkgbuild now returns the correct path for R 3.x (#96).

* `build()` now always returns the path of the built package (#108).

* pkgbuild output now looks better in `.Rmd` documents and in general
  in non-dynamic terminals. You can also force dynamic and non-dynamic
  output now (#64).

* pkgbuild does not build the PDF manual now if `pdflatex` is not
  installed, even if `manual = TRUE` (#123).

# pkgbuild 1.2.1

* Gábor Csárdi is now the maintainer.

* `build_setup_source` now considerers both command-line build
  arguments, as well as parameters `vignettes` or `manual` when
  conditionally executing flag-dependent behaviors (@dgkf, #120)
2022-04-29 13:13:51 +00:00

28 lines
855 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/04/29 13:13:51 mef Exp $
R_PKGNAME= pkgbuild
R_PKGVER= 1.3.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Find tools needed to build R packages
LICENSE= mit
DEPENDS+= R-callr>=3.2.0:../../devel/R-callr
DEPENDS+= R-cli>=1.1.0:../../devel/R-cli
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-cpp11-[0-9]*:../../lang/R-cpp11
TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
# need for make test
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"