Skip to content

whisker 0.4 newlines #399

@aappling-usgs

Description

@aappling-usgs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions