-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 7.0.0, 6.4.20
-
Fix Version/s: 7.0.0
-
Component/s: Embedded Languages
-
Labels:
-
Environment:Ubuntu 16.04 LTS
-
Pull Request URL:
-
Compatibility:Minor
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?