diff options
| author | mef <mef@pkgsrc.org> | 2020-10-04 06:11:24 +0000 |
|---|---|---|
| committer | mef <mef@pkgsrc.org> | 2020-10-04 06:11:24 +0000 |
| commit | dcc9453da27bb2da46746e3b402a3717165f8d4d (patch) | |
| tree | 8465e4326d81efa410413862fbd0c491fc5016dc /devel/R-Rcpp/Makefile | |
| parent | d4b78fb03837f2d2a73820ce16c26956112b8281 (diff) | |
| download | pkgsrc-dcc9453da27bb2da46746e3b402a3717165f8d4d.tar.gz | |
(devel/R-Rcpp) Updated 1.0.4.6 to 1.0.5
(pkgsrc)
- several adding/adjust on TEST_DEPENDS lines
(upstream)
Info by w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat -
(there was not explicit 1.0.4.6 line in this file, below are after 1.0.4)
Changes in Rcpp patch release version 1.0.5 (2020-07-01)
* 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 protected with Rcpp::Shield (Dirk in #1059).
+ One call to abs is now properly namespaced with std:: (Uwe Korn in #
1069).
+ String object memory preservation was corrected/simplified (Kevin in #
1082).
* 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).
+ The short_file_name() helper function is safer with respect to
temporaries (Kevin in #1067 fixing #1066, and #1071 fixing #1070).
* Changes in Rcpp Sugar:
+ Two sample() objects are now standard vectors and not R_alloc created
(Dirk in #1075 fixing #1074).
* Changes in Rcpp support functions:
+ Rcpp.package.skeleton() adjusts for a (documented) change in R 4.0.0
(Dirk in #1088 fixing #1087).
* Changes in Rcpp Documentation:
+ The pdf file of the earlier introduction is again typeset with
bibliographic information (Dirk).
+ A new vignette describing how to package C++ libraries has been added
(Dirk in #1078 fixing #1077).
* 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).
+ The exceptions test is now partially skipped on Solaris as it already
is on Windows (Dirk in #1065).
+ The default CI runner was upgraded to R 4.0.0 (Dirk).
+ The CI matrix spans R 3.5, 3.6, r-release and r-devel (Dirk).
Diffstat (limited to 'devel/R-Rcpp/Makefile')
| -rw-r--r-- | devel/R-Rcpp/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/R-Rcpp/Makefile b/devel/R-Rcpp/Makefile index 23ffa1755b9..9c5b0c7ba92 100644 --- a/devel/R-Rcpp/Makefile +++ b/devel/R-Rcpp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2020/05/13 11:18:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.21 2020/10/04 06:11:24 mef Exp $ R_PKGNAME= Rcpp -R_PKGVER= 1.0.4.6 +R_PKGVER= 1.0.5 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,8 +12,12 @@ 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 +TEST_DEPENDS+= R-pkgKitten>=0.1.2:../../devel/R-pkgKitten +TEST_DEPENDS+= R-rbenchmark>=1.0.0:../../benchmarks/R-rbenchmark +TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest +TEST_DEPENDS+= tex-pdfpages-[0-9]*q:../../print/tex-pdfpages +TEST_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb +TEST_DEPENDS+= tex-iftex-[0-9]*d:../../print/tex-iftex USE_LANGUAGES+= c++ |
