coolbutuseless / dplyr-cli

Manipulate CSV files on the command line using dplyr
MIT License
269 stars 20 forks source link

`lr` on shebang line: install? #3

Closed mpettis closed 4 years ago

mpettis commented 4 years ago

The first line is

#!/usr/bin/env lr

Is the install of the littler package supposed to install this binary? If so, it didn't for me. Is there a separate install for the lr binary?

bitsandbricks commented 4 years ago

I think lr is the alias for r if you use a mac

If you are using Linux like me, try replacing that line with

!/usr/bin/env r

mpettis commented 4 years ago

Thank you. I also found these instructions for littler that match what @bitsandbricks mentioned. I'll consider this closed. https://cran.r-project.org/web/packages/littler/vignettes/littler-faq.html