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
When webshot is called with the cliprect parameter set to "viewport" it generates the warning message: Warning: 'length(x) = 4 > 1' in coercion to 'logical(1)'.
When
webshot
is called with thecliprect
parameter set to "viewport" it generates the warning message:Warning: 'length(x) = 4 > 1' in coercion to 'logical(1)'
.Example
This appears to be generated from these lines in
mapshot
:webshot/R/webshot.R
Lines 191 to 204 in e5df3d0
A simple solution would be to check for
cliprect=="viewport"
earlier in the function.The text was updated successfully, but these errors were encountered: