Skip to content
New issue

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

whisker 0.4 newlines #399

Open
aappling-usgs opened this issue Aug 29, 2019 · 0 comments
Open

whisker 0.4 newlines #399

aappling-usgs opened this issue Aug 29, 2019 · 0 comments

Comments

@aappling-usgs
Copy link
Member

aappling-usgs commented Aug 29, 2019

David updated to whisker v0.4 and saw this output in remake.yml when he ran vizmake() (and therefore 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant