Package Details: littler 0.2.1-1

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: GPL
Submitter: lrm
Maintainer: lrm
Last Packager: lrm
Votes: 3
First Submitted: 2011-09-18 14:59
Last Updated: 2014-11-20 15:56

Dependencies (5)

Required by (0)

Sources

Latest Comments

Comment by lrm

2014-11-20 15:56

Updated to latest.

Comment by izahn

2014-11-20 03:32

Can we update this to 0.2.1 (c5e5911c3613c88c3caf439f79195d95) please?

Comment by lrm

2011-10-04 12:04

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

2011-10-03 13:40

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

2011-09-20 10:49

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

2011-09-19 17:38

You can work around for now by adding /usr/lib/R/lib to your LD_LIBRARY_PATH

Comment by lrm

2011-09-19 17:34

Looking into it...

Comment by daroczig

2011-09-18 20:41

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.