pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-pkgbuild



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Apr 29 13:13:51 UTC 2022

Modified Files:
        pkgsrc/devel/R-pkgbuild: Makefile distinfo

Log Message:
(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)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-pkgbuild/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-pkgbuild/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-pkgbuild/Makefile
diff -u pkgsrc/devel/R-pkgbuild/Makefile:1.4 pkgsrc/devel/R-pkgbuild/Makefile:1.5
--- pkgsrc/devel/R-pkgbuild/Makefile:1.4        Fri Jan  1 05:41:47 2021
+++ pkgsrc/devel/R-pkgbuild/Makefile    Fri Apr 29 13:13:51 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2021/01/01 05:41:47 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/29 13:13:51 mef Exp $
 
 R_PKGNAME=     pkgbuild
-R_PKGVER=      1.2.0
+R_PKGVER=      1.3.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -18,6 +18,8 @@ DEPENDS+=     R-prettyunits>=1.0.2:../../mat
 
 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

Index: pkgsrc/devel/R-pkgbuild/distinfo
diff -u pkgsrc/devel/R-pkgbuild/distinfo:1.6 pkgsrc/devel/R-pkgbuild/distinfo:1.7
--- pkgsrc/devel/R-pkgbuild/distinfo:1.6        Tue Oct 26 10:14:06 2021
+++ pkgsrc/devel/R-pkgbuild/distinfo    Fri Apr 29 13:13:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:14:06 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/04/29 13:13:51 mef Exp $
 
-BLAKE2s (R/pkgbuild_1.2.0.tar.gz) = 1da1bb814a93624dcb39a0f07ea4907a69c0ce5ffefb55ab7e25f673ff1501c9
-SHA512 (R/pkgbuild_1.2.0.tar.gz) = f94f924ec6cca5cd61a9bbffdbc09ba3a7c48cd3300223900f8d9a5d4bd24d288be61e4d03a50f72a7c06297d01e276b1164279cd6c6cb0add9ebed20fec456c
-Size (R/pkgbuild_1.2.0.tar.gz) = 30383 bytes
+BLAKE2s (R/pkgbuild_1.3.1.tar.gz) = 8d7db34b5ff50f77599aa45b1e17f2994028d3eb1a6fadf2e1949f0e67fed4d6
+SHA512 (R/pkgbuild_1.3.1.tar.gz) = 392e1937ee2145e15eef82d5b4900e72e274a70462a911adaf80f7a76e3cdb8533e134c4f15c596b8b8779fd4b9ba3021831e2c89cf5c727c993afd8a18e5ead
+Size (R/pkgbuild_1.3.1.tar.gz) = 31937 bytes



Home | Main Index | Thread Index | Old Index