rush icon indicating copy to clipboard operation
rush copied to clipboard

Is this still maintained?

Open GusSand opened this issue 2 years ago • 2 comments

Hi:

Going through the 2nd edition of your great book and was trying to install rush on ubuntu. Took me a little to figure out it doesn't install until you use:

remotes::install_github("jeroenjanssens/rush", "main")

but even then I don't have an executable. Any ideas ?

thank you very much

G

GusSand avatar Jun 15 '22 20:06 GusSand

Ok. I figured out the issue in case this helps someone in the future. Or just my future self.

  1. I had to figure out where R is installing packages: .libPaths()
  2. Add the directory above to my path with the actual path to rush/exec.

I think it would be helpful to add this to the readme.

best G

GusSand avatar Jun 15 '22 20:06 GusSand

Thanks that helped!

schulzchristian avatar Jan 03 '23 18:01 schulzchristian