Closed ashiklom closed 7 years ago
@ashiklom Agreed. You may want to look at the thread at #119 and the mention at #124.
Whoops! I somehow missed those when looking through the issues. In that case, this can be closed as a duplicate of #119.
Closing as duplicate.
It would be nice to be able to use
package::function
syntax in commands. Currently, this fails, I'm guessing because the yaml parser is confused by the colons.Example:
This works fine...
...but if I swap out the last line with
command: readr::read_csv('iris.csv')
, it fails with the following error: