Updated to latest.
Search Criteria
Package Details: littler 0.2.1-1
Package Actions
| Package Base: | littler |
|---|---|
| Description: | A hash-bang and simple command line pipe front end for GNU R |
| Upstream URL: | http://dirk.eddelbuettel.com/code/littler.html |
| Category: | science |
| Licenses: | |
| Submitter: | lrm |
| Maintainer: | lrm |
| Last Packager: | lrm |
| Votes: | 3 |
| First Submitted: | 2011-09-18 14:59 |
| Last Updated: | 2014-11-20 15:56 |
Latest Comments
Comment by lrm
Comment by izahn
Can we update this to 0.2.1 (c5e5911c3613c88c3caf439f79195d95) please?
Comment by lrm
I'll think about adding the file to /etc/ld.so.conf.d. Not sure if it's the right thing to do.
Comment by daroczig
Thank you @lrm, I definitely will upvote your proposal and till a more comfortable solution will be available I will continue to use your cool suggestion (adding `/usr/lib/R/lib` to `/etc/ld.so.conf.d/littler.conf`). This latter might be added to pkbuild? I am not sure about this :) Thanks!
Comment by lrm
The right solution is for the R package to install an entry into ld.so.conf.d so that ldconfig knows about R's shared libraries. I've opened a feature request for this to happen here: https://bugs.archlinux.org/task/26071. Please vote on that issue so it gets more attention. In the mean time, setting LD_LIBRARY_PATH or adding an entry into /etc/ld.so.conf.d/ that points to /usr/lib/R/lib will work around the problem.
Comment by lrm
You can work around for now by adding /usr/lib/R/lib to your LD_LIBRARY_PATH
Comment by lrm
Looking into it...
Comment by daroczig
Package installs fine, thank you.
Unfortunatelly I cannot start 'r' with following error message: "r: error while loading shared libraries: libR.so: cannot open shared object file: No such file or directory".
Any ideas would be really appreciated.