Carsten Behring
Carsten Behring
Ok. I learned indeed that dtype tensors can in R be represented as `matrix` or `array` Doing 'class` on a 3 D array in R gives; ``` > class(array(1:(3 *...
yes, will do. To me this is specially unexpected / could be improved by return a proper tensor ``` (-> (r.base/array (range (* 3 4 5)) :dim [3 4 5])...
it represents a R 3D arrays as 2 2D data frame, (with an extra column per dimension)
> Yes, that was the idea. To make any nd-array into 2d dataset. I know this is not perfect solution. In that time tensors weren't available (or I was not...
Needed to be solved to get `cljdoc` on CI server working: see #94
I will give this a try and make a PR
For the simple functions "r_xx" it looks good. Not sure I manage the `bra` macros
PR #99 has been started
PR #99 is ready for review
I close this,a s PR #99 was merged