Skip to content

Commit

Permalink
add dependency reference info
Browse files Browse the repository at this point in the history
  • Loading branch information
per committed Jul 30, 2020
1 parent cb113ec commit 5927404
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
GUI utilities for use in JavaFx based applications running R code via Renjin
e.g. [Ride](https://github.com/perNyfelt/ride)

Add the following to your pom.xml to use it:
```xml
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>rideutils</artifactId>
<version>1.5</version>
</dependency>
```

## API / Usage overview

There is a demo gui that displays most of the functions below. To run it, either
Expand Down

0 comments on commit 5927404

Please sign in to comment.