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

Last example in tutorial on different environment fails on R 3.4.4 #20

Closed genmeblog closed 4 years ago

genmeblog commented 4 years ago

On my environment deparse returns something different than presented in tutorial, this causes fail of last test.

> deparse(c(a=c(1,2),b="hi!"))
[1] "structure(c(\"1\", \"2\", \"hi!\"), .Names = c(\"a1\", \"a2\", \"b\"))"

Probably my R version is not fresh enough

> version
               _
platform       x86_64-pc-linux-gnu
arch           x86_64
os             linux-gnu
system         x86_64, linux-gnu
status
major          3
minor          4.4
year           2018
month          03
day            15
svn rev        74408
language       R
version.string R version 3.4.4 (2018-03-15)
nickname       Someone to Lean On
daslu commented 4 years ago

Thanks, removed that test.