You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I place point on the word 'game' and M-x ess-R-dv-ctable, the following error appears in the minibuffer: Args out of range: " Elapsed Time (secs)", 20, 27
Emacs 24.5 (9.0)
ess-version: 15.09-devel
The text was updated successfully, but these errors were encountered:
I have the following data frame:
str(game)
'data.frame': 219 obs. of 18 variables:
$ Opponent : Factor w/ 7 levels "A", "B",..: 1 1 1 1 1 1 1 1 1 1 ...
$ Point Elapsed Seconds : int 212 212 212 212 212 212 212 212 212 212 ...
$ Line : Factor w/ 2 levels "D","O": 2 2 2 2 2 2 2 2 2 2 ...
$ Our Score - End of Point : int 0 0 0 0 0 0 0 0 0 0 ...
$ Their Score - End of Point: int 1 1 1 1 1 1 1 1 1 1 ...
$ Event Type : Factor w/ 2 levels "Defense","Offense": 2 2 2 2 2 2 2 1 2 1 ...
$ Action : Factor w/ 7 levels "Catch","D","Drop",..: 1 1 1 1 1 1 7 7 7 4 ...
$ Passer : Factor w/ 30 levels "",..: 7 27 7 4 26 7 4 1 17 1 ...
$ Receiver : Factor w/ 30 levels ""..: 27 7 4 26 7 4 5 1 5 1 ...
$ Defender : Factor w/ 18 levels "",..: 1 1 1 1 1 1 1 5 1 5 ...
$ Player 0 : Factor w/ 12 levels "",..: 10 10 10 10 10 10 10 10 10 10 ...
$ Player 1 : Factor w/ 18 levels "",..: 5 5 5 5 5 5 5 5 5 5 ...
$ Player 2 : Factor w/ 17 levels "",..: 10 10 10 10 10 10 10 10 10 10 ...
$ Player 3 : Factor w/ 20 levels "",..: 18 18 18 18 18 18 18 18 18 18 ...
$ Player 4 : Factor w/ 21 levels "",..: 18 18 18 18 18 18 18 18 18 18 ...
$ Player 5 : Factor w/ 17 levels "",,..: 9 9 9 9 9 9 9 9 9 9 ...
$ Player 6 : Factor w/ 14 levels "",..: 2 2 2 2 2 2 2 2 2 2 ...
$ Elapsed Time (secs) : int 0 9 17 31 35 39 43 72 144 210 ...
When I place point on the word 'game' and M-x ess-R-dv-ctable, the following error appears in the minibuffer: Args out of range: " Elapsed Time (secs)", 20, 27
Emacs 24.5 (9.0)
ess-version: 15.09-devel
The text was updated successfully, but these errors were encountered: