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

Tournament object pop-down error message #6

Closed
RafaelVias opened this issue Aug 8, 2024 · 1 comment
Closed

Tournament object pop-down error message #6

RafaelVias opened this issue Aug 8, 2024 · 1 comment

Comments

@RafaelVias
Copy link
Collaborator

RafaelVias commented Aug 8, 2024

When the tournament() function is used to create an object of class tournament, then, when the $ operator is used to access its contents and the pop-down window appears, if the mouse hovers over summary the following error message is printed:

Error in exists(cacheKey, where = .rs.CachedDataEnv, inherits = FALSE) :
invalid first argument
Error in if (maxRows != -1 && nrow(data) > maxRows) data <- head(data, :
missing value where TRUE/FALSE needed
Error in exists(cacheKey, where = .rs.CachedDataEnv, inherits = FALSE) :
invalid first argument
Error in if (maxRows != -1 && nrow(data) > maxRows) data <- head(data, :
missing value where TRUE/FALSE needed

@RafaelVias
Copy link
Collaborator Author

This was an issue fixed by updating Rstudio to 2024.04.2+764

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

1 participant