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
I am using s3fs::s3_file_exists which relies on some functionality from future. Not sure whether the problem is in s3fs or future but figured I would start here; if it turns out I am barking up the wrong tree then please accept my apologies and I'll take it up with @DyfanJones
Describe the bug
It mostly works, but occasionally I encounter a warning of the form:
Error in as.list.environment(environment(), all.names = TRUE) :
(converted from warning) NAs introduced by coercion to integer range
Relevant portions from the stack trace when the condition occurs
Background
I am using
s3fs::s3_file_exists
which relies on some functionality fromfuture
. Not sure whether the problem is ins3fs
orfuture
but figured I would start here; if it turns out I am barking up the wrong tree then please accept my apologies and I'll take it up with @DyfanJonesDescribe the bug
It mostly works, but occasionally I encounter a warning of the form:
Relevant portions from the stack trace when the condition occurs
If I enter frame 13 and inspect the first argument, it is a list containing an environment.
Debugging output
If I turn
options(future.debug = TRUE)
and re-run, the tail end of the debugging output is:Not sure if any of that is helpful; happy to post more details as warranted.
Expected behavior
Again, not sure whether the problem is in
s3fs
orfuture
, but it would be nice to have a more descriptive warning.Session information
> sessionInfo()
The text was updated successfully, but these errors were encountered: