tidyselect compat
targets 0.13.5
- Use
any_of()instead ofall_of()in tests to ensure compatibility withtidyselect1.1.2.9000 (#928, @hadley). - Make the
run.Rfromuse_targets()executable (#929, @petrbouchal). - Add
#!/usr/bin/env Rscriptto the top ofrun.Rfromuse_targets()(#929, @petrbouchal).