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

mapview:::is_literally_false errors when options("OutDec") is changed #353

Closed
eaurele opened this issue Nov 24, 2020 · 2 comments
Closed

Comments

@eaurele
Copy link

eaurele commented Nov 24, 2020

options("OutDec" = ",") causes

> mapview:::is_literally_false(FALSE)
Error: invalid version specification ‘3,5’

Suggested fix: replace 3.5 with "3.5" in

if (getRversion() >= 3.5) {

@tim-salabim
Copy link
Member

Nice catch, thanks! Will update soon

@tim-salabim
Copy link
Member

Should work now.

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

2 participants