Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Args out of range error #4

Open
markabney opened this issue Aug 13, 2016 · 2 comments
Open

Args out of range error #4

markabney opened this issue Aug 13, 2016 · 2 comments

Comments

@markabney
Copy link

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

@nickstares
Copy link

I also encountered this same issue.

@chrisoswald
Copy link

Over years the same issue. I tried it again and have the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants