You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running latest makeroads.R for a piece of albanian highway using this bbox:
left <- 19.6263
top <- 40.1675
right <- 19.7266
bottom <- 40.0982
gives this error:
Error in fitpcurve(p, projection, 0.005) : unused argument (0.005)
Calls: source -> withVisible -> eval -> eval -> fitpcurve
In addition: Warning messages:
1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) : no non-missing arguments to max; returning -Inf
3: In min(x) : no non-missing arguments to min; returning Inf
4: In max(x) : no non-missing arguments to max; returning -Inf
Execution halted
happened on a up-to-date debian sid
The text was updated successfully, but these errors were encountered:
Running latest makeroads.R for a piece of albanian highway using this bbox:
left <- 19.6263
top <- 40.1675
right <- 19.7266
bottom <- 40.0982
gives this error:
Error in fitpcurve(p, projection, 0.005) : unused argument (0.005)
Calls: source -> withVisible -> eval -> eval -> fitpcurve
In addition: Warning messages:
1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) : no non-missing arguments to max; returning -Inf
3: In min(x) : no non-missing arguments to min; returning Inf
4: In max(x) : no non-missing arguments to max; returning -Inf
Execution halted
happened on a up-to-date debian sid
The text was updated successfully, but these errors were encountered: