Skip to content

Releases: Alipsa/rideutils

Ver 1.8.4

25 Mar 17:57
Compare
Choose a tag to compare
  • Fix the demo
  • change module name from rideutils to se.alipsa.rideutils

Ver 1.8.3

25 Mar 16:32
Compare
Choose a tag to compare

Moved version history to its own file.
Move grDevice implementation (WIP) to the rideutils package
Upgrade to java 11, add module-info se.alipsa.rideutils

Ver 1.8.2

19 Jan 17:20
Compare
Choose a tag to compare
  • Add support for View of a table directly by auto converting it to a data.frame
  • upgrade tika version

Ver 1.8.1

14 Dec 17:19
Compare
Choose a tag to compare
  • Bump fxsvgimage version

Ver 1.8

28 Nov 18:19
Compare
Choose a tag to compare
  • Add a help() function overriding the standard help which does not do anything useful
  • Add an extra check to display() when just a filename without path is passed as parameter
  • Add default value to promptDate
  • Add promptSelect interactive function
  • Change readImage to handle svg files using fxsvgimage instead of javafxsvg as the latter depends on batik
    which has problems reading many svg files.

ver 1.7

24 Jan 20:16
Compare
Choose a tag to compare

Minor release:

  • Add viewPlot function

Ver 1.6

13 Sep 12:43
Compare
Choose a tag to compare

Minor improvement: Add variable name for View if no title was supplied.

Ver 1.5

30 Jul 17:18
Compare
Choose a tag to compare
  • Override readline from base R to work in a GUI context
  • Greatly expand documentation
  • Moved demo to separate module
  • Create demo jar with dependencies and fixed file traversal so it also works inside a jar.

Add the following to your pom.xml to use it:

<dependency>
    <groupId>se.alipsa</groupId>
    <artifactId>rideutils</artifactId>
    <version>1.5</version>
</dependency>

See the readme for more info

Ver 1.4

29 Jul 20:27
Compare
Choose a tag to compare

enhance interactive capabilities, add parameters, enhance demo.

Ver 1.3

24 Jul 18:06
Compare
Choose a tag to compare

Add gui dialog interactions:

  • prompt which prompts for a text input
  • chooseFile which opens a file chooser
  • chooseDir which opens a directory chooser

Add to your pom.xml as follows:

<!-- https://mvnrepository.com/artifact/se.alipsa/rideutils -->
<dependency>
    <groupId>se.alipsa</groupId>
    <artifactId>rideutils</artifactId>
    <version>1.3</version>
</dependency>