Skip to content

Releases: Alipsa/ride

1.0 beta 4

03 Jan 12:20
Compare
Choose a tag to compare
1.0 beta 4 Pre-release
Pre-release

This is expected to be the last beta release. All features that was envisioned for
version 1.0 are now implemented.

At this point Ride is usable and provides a nice IDE for developing and testing R scripts aimed to run in the Renjin ScriptEngine.

To run Ride you need to have maven and Java 1.8 or later installed.
If you use open JDK then you might need to do something like sudo apt-get install openjfx depending on your distro.

Ride is started using maven (see ride.sh/ride.cmd for details).
This is because renjin is not included in the fat jar and needs to be wired in to the classpath upon startup.
You can specify a different renjin version in the pom if you like but note that it requires renjin version 0.9.2716 or later to work.

Since you probably want to run the ScriptEngine with the ClassPathPackageLoader when embedding your R app,
you can set Ride to use this to resolve packages. You then need to include those dependencies to the maven.pom.

How to install:

Unzip ride-1.0-beta2-dist.zip to a directory of choice

How to run:

> ./ride.sh

or on windows

$ .\ride.cmd

Version Descriptions

1.0 beta 4

  • Add support for text, xml and java files
  • Add context menu to file tree (add and remove dir/file)
  • Track if files are modified and prompts to save when closing if unsaved
    • mark code tab with * in the title as soon as editing started
    • unmark as soon as code is saved
    • tabs that have changed should prompt a save dialog when closing
  • Add "save as" menu option
  • Add "new -> text file" menu option

1.0 beta3

  • Add support for running on Windows.
  • Add support for switching package loaders
  • Various minor improvements.

1.0 beta2

  • Will now honor ctrl + enter to execute current row or selection

  • Run button will now execute selected text (if any is selected) or execute the whole script.

  • Fixed setting working dir properly when changing dirs so that scripts can reference files relatively.

  • Tested with Renjin 0.9.2717

1.0 beta

  • Initial release

1.0 Beta 3

01 Jan 12:56
Compare
Choose a tag to compare
1.0 Beta 3 Pre-release
Pre-release

At this point Ride is usable and provides a nice IDE for developing and testing R scripts aimed to run in the Renjin ScriptEngine.

To run Ride you need to have maven and Java 1.8 or later installed.
This is because renjin is not included in the fat jar and needs to be wired in to the classpath upon startup.
You can specify a different renjin version in the pom if you like but note that it requires renjin version 0.9.2716 or later to work.

How to install:

Unzip ride-1.0-beta2-dist.zip to a directory of choice

How to run:

> ./ride.sh

or on windows

$ .\ride.cmd

Version Descriptions

1.0 beta3

Add support for running on Windows.
Add support for switching package loaders
Various minor improvements.

1.0 beta2

Will now honor ctrl + enter to execute current row or selection

Run button will now execute selected text (if any is selected) or execute the whole script.

Fixed setting working dir properly when changing dirs so that scripts can reference files relatively.

Tested with Renjin 0.9.2717

1.0 beta

Initial release

1.0 beta 2

30 Dec 15:27
Compare
Choose a tag to compare
1.0 beta 2 Pre-release
Pre-release

At this point Ride is usable and provides a nice IDE for developing and testing R scripts aimed to run in the Renjin ScriptEngine.

To run Ride you need to have maven and Java 1.8 or later installed.
This is because renjin is not included in the fat jar and needs to be wired in to the classpath upon startup.
You can specify a different renjin version in the pom if you like but note that it requires renjin version 0.9.2716 or later to work.

How to install:

Unzip ride-1.0-beta2-dist.zip to a directory of choice

How to run:

> ./run.sh

Version Descriptions

1.0 beta2

Will now honor ctrl + enter to execute current row or selection

Run button will now execute selected text (if any is selected) or execute the whole script.

Fixed setting working dir properly when changing dirs so that scripts can reference files relatively.

Tested with Renjin 0.9.2717

1.0 beta

Initial release

Ride 1.0 beta

29 Dec 16:20
Compare
Choose a tag to compare
Ride 1.0 beta Pre-release
Pre-release

At this point Ride is usable and provides a nice IDE for developing and testing R scripts aimed to run in the Renjin ScriptEngine.

To run Ride you need to have maven and Java 1.8 or later installed. This is because Renjin is not included in the fat jar and needs to be wired in to the classpath upon startup. You can specify a different renjin version in the pom if you like but note that it requires renjin version 0.9.2716 or later to work.

How to install:

Unzip ride-1.0-beta-dist.zip to a directory of choice

How to run:

./run.sh

Enjoy!