We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
David updated to whisker v0.4 and saw this output in remake.yml when he ran vizmake() (and therefore createRemakefile()):
vizmake()
createRemakefile()
targets: # --- fetch --- # fetchGA: command: readData(I('fetchGA')) depends: cache/fetch/current.rds cache/fetch/current.rds: command: fetch(I('fetchGA')) depends: - arguments_fetchGA - vizlab/remake/scripts/fetchGA.R - vizlab/remake/timestamps/fetchGA.txt - data/gaTable.yaml vizlab/remake/timestamps/fetchGA.txt: command: fetchTimestamp(I('fetchGA')) project_table: command: readData(I('project_table')) depends: data/gaTable.yaml data/gaTable.yaml: command: fetch(I('project_table')) depends: - arguments_project_table - vizlab/remake/scripts/project_table.R siteText: command: readData(I('siteText')) depends: data/siteText.yaml data/siteText.yaml: command: fetch(I('siteText')) depends: arguments_siteText
Note the numerous locations where there ought to be a line break and there isn't.
When he switched back to an earlier version of whisker without changing any other code, the .yml was rendered just fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
David updated to whisker v0.4 and saw this output in remake.yml when he ran
vizmake()
(and thereforecreateRemakefile()
):Note the numerous locations where there ought to be a line break and there isn't.
When he switched back to an earlier version of whisker without changing any other code, the .yml was rendered just fine.
The text was updated successfully, but these errors were encountered: