11.10.2013
I released a new bugfix version for Bio7 1.7.1 MacOSX. This release fixes some detected bugs which are listed below. This should be the last release candidate before the final release.
Bug Fixes:
- Fixed a deadlock when a plot is opened from R in ImageJ (e.g. from the R-Shell)
- PDF and SVG R plots are now created and opened with the default registered application on MacOSX
- Rescaled some dialogs
- Fixed a deadlock in ImageJ when converting images to a stack
To use the R features install the R Mac distribution available here. Furthermore Rserve has to be installed.
After the start adjust the path to R in the Bio7 Preferences (if the default path is not correct!).
Preferences->Preferences Bio7
You can get the path from the R application with the command:
> R.home()
E.g. path to R: /Library/Frameworks/R.framework/Resources
Also adjust the path to the install location of the R packages:
Preferences->Preferences Bio7->Preferences Rserve
You can get the path from your R installation by evaluating the expression
>.libPaths()
in the R console. E.g. Package install location: /Library/Frameworks/R.framework/Versions/3.0/Resources/library
If an error is indicated in the Bio7 preferences please adjust missing correct paths to the correct location or adjust them to a temporary available location else you can’t save the adjusted paths.
Eventually XQuartz has to be installed to use the default custom R plotting device of Bio7 on Mountain Lion. If you plot the first time with R and XQuartz is not available a dialog will inform about the missing package.
Installation Requirements:
- MacOSX >=10.7.3 64-bit
- R installation
- Rserve package installation
- Eventually XQuartz
If you detect any bugs please let me know.