Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aoles/hellorjava

A dummy package interfacing a jar file that resides inside an R package.
https://github.com/aoles/hellorjava

Last synced: 16 days ago
JSON representation

A dummy package interfacing a jar file that resides inside an R package.

Awesome Lists containing this project

README

        

helloRJava
==========

A dummy package interfacing a jar file that resides inside an R package.

Compile Java code
---

To compile the `.jar` library from sources in `inst/javasrc` use

```sh
javac HelloRJava.java
jar cvf helloRJava.jar HelloRJava.class
```

or call `make`.