We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to load viridis and the sf package in the same R session, I get an error on trying to load the second package. The error message is:
Error in get(genname, envir = envir) : object 'group_map' not found Error in get(genname, envir = envir) : object 'group_split' not found
Whichever package is loaded first works fine. I am running sf ‘0.7.4’, viridis 0.5.1, and R 3.5.1 on macOS 10.14.5.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I try to load viridis and the sf package in the same R session, I get an error on trying to load the second package. The error message is:
Whichever package is loaded first works fine. I am running sf ‘0.7.4’, viridis 0.5.1, and R 3.5.1 on macOS 10.14.5.
The text was updated successfully, but these errors were encountered: