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

Error in row(mrang_val[, 1:2]) #11

Closed
ltcmdrkeen opened this issue Apr 22, 2016 · 2 comments
Closed

Error in row(mrang_val[, 1:2]) #11

ltcmdrkeen opened this issue Apr 22, 2016 · 2 comments
Assignees
Labels

Comments

@ltcmdrkeen
Copy link

ltcmdrkeen commented Apr 22, 2016

When trying to import the attached dataset with spss.system.file() , this error occures:

Error in row(mrang_val[, 1:2]) :
ein matrixähnliches Objekt ist als Argument für 'row' nötig (GERMAN)
should be something like
a matrix-like object is required as an argument for 'row' (english)
AtestSet.sav.zip

This happens only if there is set a discrete missing value AND a missing value range at the same time.

@melff
Copy link
Owner

melff commented Apr 29, 2016

You appear to have a German locale set. Try

Sys.setlocale(category = "LC_MESSAGES", locale = "C")

and you should get an English error message.

Anyway, this seems to be an error that needs to be caught.

@melff melff added the bug label Apr 29, 2016
@melff melff self-assigned this Apr 29, 2016
@melff
Copy link
Owner

melff commented Apr 29, 2016

Fixed by last commit (29d6198).

@melff melff closed this as completed Apr 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants