(devel/R-Rcpp) Updated to 1.0.3 to 1.0.4.6
(pkgsrc) - Add two more TEST_DEPENDS+ , but still R-tinytest is necessary for test (upstream) - pick the lines from: w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat - ----------------------------------------------------------------------- Changes in Rcpp patch release version 1.0.4.6 (2020-04-02) * Changes in Rcpp API: + The exception handler code in #1043 was updated to ensure proper include behavior (Kevin in #1047 fixing #1046). + A missing Rcpp_list6 definition was added to support R 3.3.* builds (Davis Vaughan in #1049 fixing #1048). + Missing Rcpp_list{2,3,4,5} definition were added to the Rcpp namespace (Dirk in #1054 fixing #1053). + A further updated corrected the header include and provided a missing else branch (Mattias Ellert in #1055). + Two more assignments are protect with Rcpp::Shield (Dirk in #1059) * Changes in Rcpp Attributes: + Empty strings are not passed to R CMD SHLIB which was seen with R 4.0.0 on Windows (Kevin in #1062 fixing #1061). * Changes in Rcpp Deployment: + Travis CI unit tests now run a matrix over the versions of R also tested at CRAN (rel/dev/oldrel/oldoldrel), and coverage runs in parallel for a net speed-up (Dirk in #1056 and #1057). Changes in Rcpp version 1.0.4 (2020-03-13) * Changes in Rcpp API: + Safer Rcpp_list*, Rcpp_lang* and Function.operator() (Romain in #1014, #1015). + A number of #nocov markers were added (Dirk in #1036, #1042 and #1044). + Finalizer calls clear external pointer first (Kirill M?ller and Dirk in #1038). + Scalar operations with a rhs matrix no longer change the matrix value (Qiang in #1040 fixing (again) #365). + Rcpp::exception and Rcpp::stop are now more thread-safe (Joshua Pritikin in #1043). * Changes in Rcpp Attributes: + The cppFunction helper now deals correctly with mulitple depends arguments (TJ McKinley in #1016 fixing #1017). + Invisible return objects are now supported via new option (Kun Ren in # 1025 fixing #1024). + Unavailable packages referred to in LinkingTo are now reported (Dirk in #1027 fixing #1026). + The sourceCpp function can now create a debug DLL on Windows (Dirk in # 1037 fixing #1035). * Changes in Rcpp Documentation: + The .github/ directory now has more explicit guidance on contributing, issues, and pull requests (Dirk). + The Rcpp Attributes vignette describe the new invisible return object option (Kun Ren in #1025). + Vignettes are now included as pre-made pdf files (Dirk in #1029) + The Rcpp FAQ has a new entry on the recommended importFrom directive (Dirk in #1031 fixing #1030). + The bib file for the vignette was once again updated to current package versions (Dirk). * Changes in Rcpp Deployment: + Added unit test to check if C++ version remains remains aligned with the package number (Dirk in #1022 fixing #1021). + The unit test system was switched to tinytest (Dirk in #1028, #1032, # 1033).
This commit is contained in:
parent
868c841280
commit
5ab9888a9a
2 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.17 2020/03/15 13:34:37 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2020/04/29 02:15:52 mef Exp $
|
||||
|
||||
R_PKGNAME= Rcpp
|
||||
R_PKGVER= 1.0.3
|
||||
R_PKGVER= 1.0.4.6
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -12,6 +12,8 @@ TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit
|
|||
TEST_DEPENDS+= R-inline-[0-9]*:../../devel/R-inline
|
||||
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
|
||||
TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
|
||||
TEST_DEPENDS+= R-pkgKitten-[0-9]*:../../devel/R-pkgKitten
|
||||
TEST_DEPENDS+= R-rbenchmark-[0-9]*:../../benchmarks/R-rbenchmark
|
||||
|
||||
USE_LANGUAGES+= c++
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2020/01/11 14:12:07 mef Exp $
|
||||
$NetBSD: distinfo,v 1.14 2020/04/29 02:15:52 mef Exp $
|
||||
|
||||
SHA1 (R/Rcpp_1.0.3.tar.gz) = 59ac582f216c8d90ab4cb5f99d141fb3607882ad
|
||||
RMD160 (R/Rcpp_1.0.3.tar.gz) = e2767c60fdb06cc3b1a171132f289bb76457d551
|
||||
SHA512 (R/Rcpp_1.0.3.tar.gz) = fee76b2d5d20fc0e7885e657736333dca310398f31683209a8750f01f94898842c2936beec6d9e4cade2923fc01163d988b9ec778a8a39d2ce674bef27e8aa64
|
||||
Size (R/Rcpp_1.0.3.tar.gz) = 2749025 bytes
|
||||
SHA1 (R/Rcpp_1.0.4.6.tar.gz) = 550e45928a3ab2db4736c7ef0c9ed4f0bb134844
|
||||
RMD160 (R/Rcpp_1.0.4.6.tar.gz) = d55412cfb6c5ecfa6ec4f2a68f5a2581aa959b3a
|
||||
SHA512 (R/Rcpp_1.0.4.6.tar.gz) = d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df
|
||||
Size (R/Rcpp_1.0.4.6.tar.gz) = 2751467 bytes
|
||||
|
|
Loading…
Reference in a new issue