[R-SIG-Mac] Installing littler package on MacOS

Simon Urbanek @|mon@urb@nek @end|ng |rom R-project@org
Wed Mar 20 18:14:00 CET 2019


Please contact the package author.
My guess would be something like

system(paste("sudo ln -s",shQuote(system.file("bin","r",package="littler")),"/usr/local/bin/lr"))

Cheers,
Simon


> On Mar 20, 2019, at 12:47 PM, Naresh Gurbuxani <naresh_gurbuxani using hotmail.com> wrote:
> 
> When installing littler using install.packages('littler'), I got below message:
> 
> * new binary r installed in bin/ subdirectory                                        
> * consider adding a symbolic link from, e.g., /usr/local/bin                         
> * on OS X, you may have to name this 'lr' instead 
> 
> How can I create this symbolic link?  
> 
> Thanks,
> Naresh
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac using r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 



More information about the R-SIG-Mac mailing list