Site icon R-bloggers

Bio7 3.3 Released

[This article was first published on R – Bio7, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

22.04.2021

I released a new version of Bio7. Bio7 3.3 includes a plethora of new features, improvements and bugfixes.

Screenshot: Bio7 MacOSX R ImageJ Analysis perspective

For those who don’t know Bio7. The application Bio7 is an integrated development environment for ecological modeling, scientific image analysis and statistical analysis.

It also contains a feature complete development environment for R with an advanced R editor, R developer tools and interfaces to perform scientific image analysis with R and the embedded ImageJ application.

New features:

General

R

Java

Groovy

JavaScript

ImageJ

R & ImageJ

Download and Installation:

Windows:

Just download the *.zip distribution file from https://bio7.org and unzip it in your preferred location. Bio7 comes bundled with Java AdoptJDK, R, Rserve and works out of the box.

Linux:

Download and extract the installation file from https://bio7.org.
Bio7 comes bundled with Java (AdoptJDK).
For Linux you have to install R and Rserve.
To install Rserve start R (after installation) in the Bio7 console and execute in the context menu of the R-Shell view:
Rserve->Install Rserve

MacOSX:

Download and extract the installation file from https://bio7.org.
Bio7 comes bundled with Java (AdoptJDK).
To install Rserve start (R after installation) in the Bio7 console and execute in the context menu of the R-Shell view:
Rserve->Install Rserve

Note for the Rserve installation:

The install action installs  a special Rserve version compiled for cooperative mode from Github. In cooperative mode only one connection at a time is allowed (which we want for this Desktop apl.) and all subsequent connections share the same namespace (default on Windows)!

MacOSX startup notes:

If you start Bio7 a warning or error can occur because of the changes how Apple treats signatures! To allow Bio7 to start see this instructions for Yosemite, Sierra, Mojave and Big Sur:

First try to open the app with the context menu to allow the execution. If that won’t work try the following:

Yosemite: Open an app from an unidentified developer

Sierra: Open an app from an unidentified developer

Moave and Sierra: How to fix “Application” is damaged and can’t be opened error in macOS Mojave and High Sierra.

Bio7 Documentation

For more information about Bio7 please consult the soon updated Bio7 User Guide.

A plethora of Bio7 videotutorials for an introduction can be found on YouTube.

To leave a comment for the author, please follow the link and comment on their blog: R – Bio7.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.