Skip to content
Prev 361009 / 398503 Next

error in data.farme--duplicate row.names error

You will probably have to contact the maintainer of the package, since the
error appears to be generated inside the package's function.

Immediately after the error, type
  traceback()
The results might give you a clue. Or they might not!

There might be some requirements on the second argument of the
DefineGame() function. Check the help page for DefineGame and see if the
object you supplied, value, meets those requirements.

-Don