richfitz / remake

Make-like declarative workflows in R
Other
340 stars 32 forks source link

String literals in remake.yml file #159

Open krlmlr opened 7 years ago

krlmlr commented 7 years ago

It seems that all string literals found in remake.yml rules are currently interpreted as targets. Would it be difficult to interpret constructs of the form I("...") as string literals, and not targets? This seems to work already for numbers and logicals.

krlmlr commented 7 years ago

38 suggests we have to look at parse_command().