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
If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
New features take time and effort to create, and they take even more effort to maintain. So if the purpose of the feature is to resolve a struggle you are encountering personally, please consider first posting a "trouble" or "other" issue so we can discuss your use case and search for existing solutions first.
Currently, the scratch directory is always file.path(tar_config_get("store"), "scratch"). This is and #891 may contribute to #889. It would be better to supply scratch through tar_resources() (after #892 is implemented). This also makes it easier to make sure the internals of each target object know about a good scratch directory.
The text was updated successfully, but these errors were encountered:
Deciding against this because it gets really messy. Local targets can use the local data store for scratch files, and cloud targets can use files in tempdir(). All this is managed through path_scratch_dir() in R/utils_path.R.
Prework
Proposal
Currently, the scratch directory is always
file.path(tar_config_get("store"), "scratch")
. This is and #891 may contribute to #889. It would be better to supply scratch throughtar_resources()
(after #892 is implemented). This also makes it easier to make sure the internals of each target object know about a good scratch directory.The text was updated successfully, but these errors were encountered: