scicloj / clojisr

Clojure speaks statistics - a bridge between Clojure to R
https://scicloj.github.io/clojisr/
Eclipse Public License 2.0
147 stars 9 forks source link

Enabling the use of both backends (Rserve and Renjin) in the same project but different namespaces #35

Open skallinen opened 4 years ago

daslu commented 4 years ago

Related discussion: https://clojurians.zulipchat.com/#narrow/stream/204621-r-interop/topic/Both.20backends.3F

Soon I'll write some examples of what is already possible.

daslu commented 4 years ago

Added basic example: https://github.com/scicloj/clojisr/blob/master/test/clojisr/v1/tutorial_test.clj#L727 (depends on a small bugfix (https://github.com/scicloj/clojisr/commit/171fd99ad29976d62a597d970506e0934ab4c122) that will enter on the next release)