Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aoles/hellorjava
- Owner: aoles
- Created: 2014-08-22T10:50:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-22T15:15:18.000Z (about 10 years ago)
- Last Synced: 2024-03-18T14:21:31.139Z (8 months ago)
- Language: Java
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.