Viash 0.2.2
Posted September 22, 2020 by Viash Team ‐ 1 min read
Generation of placeholder code now possible without VIASH START and VIASH END.
Allow generating placeholder without VIASH START/VIASH END blocks.
A script does not need to contain a VIASH START
/VIASH END
block in order to function.
Previously, each script had to contain a codeblock as follows:
## VIASH START
par <- list(
input = "foo",
output = "bar
)
## VIASH END
Full changelog:
MINOR CHANGES
- Allow generating placeholder without VIASH START/VIASH END blocks.
BUG FIXES
viash ns build
: Some platforms would sometimes not be detected.viash run
: Avoid error when no arguments need to be chowned.