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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
RIOHandler does not respect outputs having an absolute file path. It fails with an IOException with message //Output file does not exist// and prints a path within the local working directory.
The text was updated successfully, but these errors were encountered:
RIOHandler cannot handle outputs with an absolute file which reside outside
the actual working directory. However, this may a valid use case as R scripts
should be free to either store outputs within a local directory or completely
elsewhere in the system.
The full file handle created by the R output result string can be used instead
of a file handle based on the basename. However, as this is true at least for
GenericFileDataBinding or GenericFileDataWithGTBinding types. Other types may
require the file handle based on basename.
Resolves: #274
RIOHandler
does not respect outputs having an absolute file path. It fails with anIOException
with message //Output file does not exist// and prints a path within the local working directory.The text was updated successfully, but these errors were encountered: