Update to the latest stable release.
From the release notes available in the NEWS documentation file follow a list of changes (with new features) and bug fixes.
Changes:
New classes and modules to work with R source code, the R library tidyr
, the R library 'grDevices', Ipython display hook display_png
ggplot2
, among others;
:class:GroupedDataFrame
in the dplyr interface module is now inheriting
from the definition of DataFrame in that same module (it was previously
inheriting from :class:robjects.vectors.DataFrame
).
The default repr()
for R objects is now printing the R classes
(as suggested in issue #349).
Bugs Fixed:
Parameter names to R function that are in UTF-8 are no longer causing a segfault (issue #332)
Looking for a missing key in an R environment (using __getitem__
or [
)
could raise a LookupError
instead of a KeyError
.
R environment can now handle unicode keys as UTF-8 (was previously trying Latin1)
rpy2 is interrupting attempts to install with Python < 2.7 with an informative error message (issue #338)
Setting the R class can be done by using a simple Python string (issue #341)
rpy2.robjects.lib.grid.viewport
is now returning an instance of class
Viewport
(defined in the same module) (issue #350)
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2016-eb76afb8bb
Please login to add feedback.
This update has been submitted for testing by jamatos.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by jamatos.
This update has been pushed to stable.