0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Aug 08, 2025 — Aug 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added demo for assign, PutVector and lists/data.frames
Simon Urbanek
as urbaneks
More... over 22 years ago
Fixed bug in the constructor (which didn't wait); changed implementation and API for [Set]Attrib; added Put/GetVector; added support for Assign
Simon Urbanek
as urbaneks
More... over 22 years ago
Changed implementation and API for [Set]Attrib; added Put/GetVector; added support for Assign
Simon Urbanek
as urbaneks
More... over 22 years ago
Added SEXPL array functions and installString
Simon Urbanek
as urbaneks
More... over 22 years ago
Added SEXP2l/l2SEXP, SEXPL array methods and isntallString
Simon Urbanek
as urbaneks
More... over 22 years ago
Implementation of a (not so) simple mutex.
Simon Urbanek
as urbaneks
More... over 22 years ago
Add demo callback using text console
Simon Urbanek
as urbaneks
More... over 22 years ago
Use callbacks interface to delegate R callbacks.
Simon Urbanek
as urbaneks
More... over 22 years ago
Interface to callbacks used by main REPL of R
Simon Urbanek
as urbaneks
More... over 22 years ago
In clean: Rengine.h had missing prefix
Simon Urbanek
as urbaneks
More... over 22 years ago
Pass arguments from the java call to R (in run)
Simon Urbanek
as urbaneks
More... over 22 years ago
Pass arguments from the java call to R
Simon Urbanek
as urbaneks
More... over 22 years ago
Added args arguments to the passed to the R engine
Simon Urbanek
as urbaneks
More... over 22 years ago
Allow R command line arguments to be specified when initializing R.
Simon Urbanek
as urbaneks
More... over 22 years ago
Removed do_flushconsole
Simon Urbanek
as urbaneks
More... over 22 years ago
Removed --no-save and made initR more flexible.
Simon Urbanek
as urbaneks
More... over 22 years ago
added JGR Console More... over 22 years ago
No log message. More... over 22 years ago
No log message. More... over 22 years ago
Renamed RXP to REXP
Simon Urbanek
as urbaneks
More... over 22 years ago
Fixed wrong return type in rniGetDoubleArray; added rniPut... methods; added rni methods for lists
Simon Urbanek
as urbaneks
More... over 22 years ago
Added lists handling API; added rniPut... methods; cache JVM pointer; make Rengine a bit less verbose
Simon Urbanek
as urbaneks
More... over 22 years ago
Renamed RXP.java to REXP.java; Added all R ..SXP constants and some comments.
Simon Urbanek
as urbaneks
More... over 22 years ago
Fixed bug in ReadConsole where teh wrong string object was used; added call to run_Rmainloop; added JNIEnv check to Read/WriteConsole to ensure that the current context is used; this is experimantal until the threading issues are really sorted out
Simon Urbanek
as urbaneks
More... over 22 years ago
rtest now rather tests the REPL mode
Simon Urbanek
as urbaneks
More... over 22 years ago
Added support for regular R REPL
Simon Urbanek
as urbaneks
More... over 22 years ago
No log message. More... over 22 years ago
.jinit: return the JVM init code; issue an error if JVM cannot be created; issue a warning if the JVM was attached instead of created
Simon Urbanek
as urbaneks
More... over 22 years ago
Attach into existing JVM if already running
Simon Urbanek
as urbaneks
More... over 22 years ago
No log message. More... over 22 years ago