Skip to content

VERSION 0.5.11 - Released 2017/07/15

Compare
Choose a tag to compare
@davidcsterratt davidcsterratt released this 18 Jul 11:31
· 132 commits to master since this release

RELEASE NOTES

  • R 3.4.0 is required to run the graphical user interface (GUI),
    because there is no version of the RGtk2 package that works with
    earlier versions of R available on CRAN.

  • There is a bug in version 1.0.5 of gWidgets2RGtk that prevents the GUI
    working. If you encounter this problem, work around it by typing

    install.packages("gWidgets2RGtk2")

    in the R console and then running retistruct() again. (You may need
    to quit R befor being able to run this command.) More information
    at: #13

NEW FEATURES

  • The CSV input format can now take a file of counts (or "grouped") data
    (#7)
    Thanks to Nicolas Nagoo for the report.

BUG FIXES

  • 3D (RGL) plot now appears after reconstruction
    (#5)
    Thanks to Nicolas Nagoo for the report.

  • gWidgets2RGtk not found and package.dependencies() is deprecated
    (#12)

  • gWidgets2::gdroplist is deprecated
    (#10)

  • Test failed buiding on Windows i386
    (#14)

  • Issue with adding tears in retistruct
    (#11)
    Thanks to https://github.com/sagewiltse for the report.

CODE IMPROVEMENTS

  • gWidgets2 is now used instead of gWidgets. Thanks to John Verzani
    for fixing bugs in gWidgets2.