| Summary: | 0.12.4 is available. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Frank Büttner <bugzilla> |
| Component: | R-Rcpp | Assignee: | Mattias Ellert <mattias.ellert> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | mattias.ellert |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | R-Rcpp-0.12.4-1.el6 R-Rcpp-0.12.4-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-28 07:35:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Hi! R-Rcpp-0.12.4-1.el6 and R-Rcpp-0.12.4-1.el7 have already been available in the EPEL testing repository for more than 2 weeks. And they have already yesterday been submitted to be pushed to the EPEL stable repository. They will be in the stable repos after the next successful repo mash. EPEL6: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-19f1e90a9b EPEL7: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-97c9b17867 Thank you for taking an interest in this package. |
Description of problem: An new versions was released. Version-Release number of selected component (if applicable): R-Rcpp-0.12.3-3.el7.x86_64 Change log: Changes in Rcpp version 0.12.4 (2016-03-22) Changes in Rcpp API: New accessors as() and clone() were added to the Nullable class (Dan in PR #423 closing #421) The Nullable<>::operator SEXP() and Nullable<>::get() now also work for const objects (Kirill Mueller in PR #417). A subsetting error was fixed (Qiang via #432 closing #431). Changes in Rcpp Sugar: Added new Sugar function median() (Nathan in PR #425 closing #424) Added new Sugar function cbind() (Nathan in PR #447 closing #407) Changes in Rcpp Attributes: A plugin for C++14 was added (Dan in PR #427) Changes in Rcpp Documentation: An entry was added to the Rcpp-FAQ vignette describing the required packages for vignette building (#422). Use on OS X was further detailed (James Balamuta in #433 with further review by Bob Rudis). An entry was added concerning the hard-code limit of arguments to some constructor and function (cf #435). The Rcpp-FAQ vignette now contains a table of content. Typos and indentation were corrected in the Rcpp Sugar vignette (#445 by Colin Gillespie).