viash-io / viash

script + metadata = standalone component
https://viash.io
GNU General Public License v3.0
39 stars 2 forks source link

Using viash pimp still injects the resources_dir #5

Closed rcannood closed 4 years ago

rcannood commented 4 years ago

For example, in a pimped R script this line is injected:

resources_dir <- "$RESOURCES_DIR"
tverbeiren commented 4 years ago

This is a great feature.

Do you expect side-effects? If not, I'd leave it like this.

rcannood commented 4 years ago

It's a bit weird that a variable named resources_dir gets injected in your environment if it's not being used.

rcannood commented 4 years ago

viash pimp has been deprecated