R-simple.ecl fails with Rembed: Rcpp error: invalid subscript type 'closure'
Environment
Ubuntu 16.04 LTS
Description
Line 113 in function testRecordOut is mtcars[t,] which is requiring that t be found in the environment. When t is replaced with 1, the first row is returned and the program ends normally.
What was intended with the original example?
Conclusion
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Line 113 in function testRecordOut is mtcars[t,] which is requiring that t be found in the environment. When t is replaced with 1, the first row is returned and the program ends normally.
What was intended with the original example?