DOI-USGS / meddle

Tools for metadata creation and data releases
Other
0 stars 10 forks source link

issues w/ expressions in yaml #49

Open jordansread opened 4 years ago

jordansread commented 4 years ago
Warning message:
In yaml.load(readLines(con), error.label = error.label, ...) :
  Evaluating R expressions (!expr) will soon require explicit `eval.expr` option (see yaml.load help)

When using this type of thing inside a yaml: metadata-date: !expr format(Sys.time(),'%Y%m%d')