I copied some old code and introduced a regression, so that RStudio wasn't using a group-friendly umask. This led @hcorson-dosch to be unable to run the pipeline because she didn't have write permission on the files created in _targets/ when I ran it.
This fixes that. To test it I downloaded the fixed image and ran the pipeline. All the files created in _targets are group-writable:
I copied some old code and introduced a regression, so that RStudio wasn't using a group-friendly umask. This led @hcorson-dosch to be unable to run the pipeline because she didn't have write permission on the files created in
_targets/
when I ran it.This fixes that. To test it I downloaded the fixed image and ran the pipeline. All the files created in
_targets
are group-writable: