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

Primitive conversion in vector #38

Closed genmeblog closed 3 years ago

genmeblog commented 4 years ago

Following check fails

(let [x1 (r->clj (r [109 65 22 3 1]))
      x2 (r->clj (r "c(109, 65, 22, 3, 1)"))]
  (check = x1 x2))

x1 contains ints x2 contains doubles

genmeblog commented 3 years ago

Fixed in BETA12, related to #73