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
Installing littler package on MacOS
3 messages · Simon Urbanek, Naresh Gurbuxani
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 at 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 at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac
3 days later
I had separate correspondence with the author of this package, Dirk Eddelbuettel. Dirk kindly updated the documentation of littler to include additional instructions on creating a symbolic link. Now my installation of littler works. Thanks Dirk, Naresh
From: Naresh Gurbuxani
Sent: Wednesday, March 20, 2019 12:47 PM
To: r-sig-mac at r-project.org
Subject: Installing littler package on MacOS
Sent: Wednesday, March 20, 2019 12:47 PM
To: r-sig-mac at r-project.org
Subject: Installing littler package on MacOS
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