Displaying 20 results from an estimated 6000 matches similar to: "specifying compiler path in configure"
2008 Sep 24
1
ubuntu installation: can't find ldpaths
I'm trying to install R under Ubuntu 7.10 (gutsy; Linux
2.6.22-15-generic x86_64). Following the instructions at
http://cran.r-project.org/bin/linux/ubuntu/README, I installed r-base,
r-base-core, and r-base-dev without any problems. When I open R,
however, I get the message "Can't open /usr/lib64/R/etc/ldpaths".
That file is linked to /etc/R/ldpaths, which doesn't exist
2009 Sep 10
1
(no subject)
Hi,
I would also be in favor of a stronger stance on licenses. In
industry, where we can really get in big trouble for violating a
license,
we often maintain internal repositories, or need to be careful about
filtering
what is used from CRAN. I think that is should really be a requirement
the package
authors commit to stating what the restrictions are on their packages.
Nicholas
On 10
2010 Jan 11
3
cran2deb repository and Squeeze?
Hi,
I am curious what will happen to cran2deb:
deb http://debian.cran.r-project.org/cran2deb/debian-amd64 testing/
When Squeeze is released? I really hope this service will continue. It
has been great being able to aptitude install R packages.
Additionally are these packages signed and is there a key?
Chris
2010 May 26
2
cran2deb Packages.bz2 Hash Sum mismatch
Hi,
I'm using Ubuntu 9.10 amd64 with cran2deb packages (I know it's meant
for Debian, it's worked fine for me for many months).
Recently apt-get update has to started to complain:
...
Hit http://debian.cran.r-project.org testing/ Release
Get:1 http://debian.cran.r-project.org testing/ Packages [515kB]
Fetched 1B in 3s (0B/s)
W: Failed to fetch
2014 Jul 13
2
how to list external dependencies (i.e., non-R packages)?
hi. i'm working on a package which only works if one (or both) of two
libraries (Imlib2 and MagickWand) exist on the machine on which the
package is compiled and executed. as currently written, the program
purposely generates an error at *compile* time if neither library is
available (thinking the earlier the user is notified, the less
frustrating).
is there a way of specifying this
2013 Feb 11
3
Ubuntu cran2deb PPA
Dear Michael,
I was looking up the status of the cran2deb effort and notice that you
now have a PPA where new packages are landing and being built for
Ubuntu. It looks like this is still a work in progress, but is already
a fantastic resource for me and I hope it is something that you can
continue to operate.
I'm now installing many of these packages but some things I need are
missing.
2009 Sep 10
1
Non-GPL packages for R
Subject: Non-GPL packages for R
Packages that are not licensed in a way that permits re-distribution on
CRAN are frequently a source of comment and concern on R-help and other
lists. A good example of this problem is the Rdonlp2 package that has
caused a lot of annoyance for a number of optimization users in R. They
are also an issue for efforts like Dirk Eddelbuettel's cran2deb.
There
2010 Feb 12
1
packages in cran2deb and Debian
Some packages are available in cran2deb and Debian. After adding
cran2deb to my sources.list it seems the cran2deb ones are favored
because X.Y-ZcranN is "more recent" than X.Y-Z.
In the case of r-cran-rmpi the effect of this was to cause aptitude to
want to uninstall all my mpi stuff. Apparently the automatically
generated package doesn't have mpi as a dependency.
I just put a
2009 Jul 13
7
[ANNOUNCEMENT] cran2deb: 1700+ new Debian / R packages
Announcing cran2deb: 1700+ Debian packages from almost all of CRAN
------------------------------------------------------------------
Last Friday's presentation at UseR! 2009 was the first really public mention
of 'cran2deb'. It provides Debian packages of all of CRAN. It started as
Charles' project from last year's Google Summer of Code, was further extended
by us over the
2008 Jun 18
1
best way to update packages when using Debian packages of R
After some frustrations with installing some R packages from source,
usually related to library dependencies or suspected kernel problems
(recent one with Ubuntu and Rmpi) I decided to give Debian a try. I'm
working through the tutorial found at
http://cran.r-project.org/bin/linux/debian/ and I have a couple
questions about how packages are best updated between releases of R.
Many R packages
2010 Feb 15
1
Cran2deb and Ubuntu
Dear All,
I am running (X)Ubuntu 9.10 for the amd64 architecture on both my laptop
e desktop.
I came across the posts
http://ubuntuforums.org/showthread.php?t=1336062
http://www.mail-archive.com/r-sig-debian at r-project.org/msg00892.html
So it looks like that I will not be able to safely use cran2deb together
with Ubuntu, but I simply would like to make sure that this is the way
things
2010 Dec 14
1
cran2deb and Debian on cran
What is the relation between the cran2deb repository,
http://debian.cran.r-project.org/, and the debian repositories at CRAN,
http://cran.r-project.org/bin/linux/debian/? I've studied the pages and
this list, but am unsure I've got it right.
My understanding is that cran2deb had almost all packages, targets
testing, and currently is only supported for i386.
It appears the debian repo at
2010 Jan 26
1
stable, testing, and backports
The cran2deb archives target testing.
I just pulled a package from them onto a stable system; the library
loaded but said
> library(akima)
Warning message:
package 'akima' was built under R version 2.10.0
Are this and other packages likely to work correctly with different R's
(2.7 in the case of stable)?
How well are they likely to work with a backported R? The R version
would
2012 Jul 30
2
A guide to R packages for Ubuntu
Hi everyone,
I am using the backports from
http://cran.r-project.org/bin/linux/ubuntu/lucid/ on Lucid and would
like to create a bunch of additional r-cran packages on my workstation.
Where can I find the latest scripts to automatically create those
packages? Is https://r-forge.r-project.org/projects/cran2deb/ still
up-to-date?
Best
-Dominique
2009 Sep 16
4
2.10.0 Under development (unstable) (2009-09-15 r49711) just built segfaults on Debian Squeeze
I just downloaded R-devel and when loaded it immediately segfaults. I'm not
sure how much or what sort of diagnostic info and can provide, but below is
my build script, my console output, and the output of uname -r. I am
currently dependent on the development version of a package, so I'd like to
get R-devel up and running if possible. I am sure there is more info I can
provide, but before
2010 Jan 30
2
Can I install debs over packages installed via R?
[ Kevin sent this to me but agreed that it's better to have this discussed here. ]
On 30 January 2010 at 12:18, Kevin Donnelly wrote:
| Hi
|
| I'm beginning to learn R,a nd I've just discovered cran2deb - what a terrific
| resource! Thanks for making it.
|
| I was wondering what happens if I want to use cran2deb versions instead of the
| versions installed via R itself. I'm
2009 Mar 16
3
Asterisk is not designed for University with large user base?
Hello,
I just had a meeting about a pilot project going on in our University, The
project manager has done some research in the past year and concluded that
Asterisk can not scale well to large user base like 10,000 users, thus
Asterisk is not fit for large University environment.
The project manager instead choosed sipX and said it scales well for large user base.
I had an Asterisk running
2008 Jun 27
1
RBGL not compiling on Debian Lenny with c++ (Debian 4.3.1-2) 4.3.1
I've just installed Debian Lenny and RBGL fails compilation with the
following errors (sessionInfo() follows).
* Installing *source* package 'RBGL' ...
untarring boost include tree...
** libs
g++ -I/home/mkimpel/R_HOME/R-patched/R-build/lib64/R/include
-I/usr/local/include -IboostIncl -fpic -g -O2 -c bbc.cpp -o bbc.o
In file included from /usr/include/c++/4.3/ext/hash_set:64,
2009 Nov 15
1
debian and cran2deb name clashes
Dear all
Recently I noticed that there are name clashes between the packages
proposed in the Debian testing repos and cran2deb. For example,
Synaptic proposes to upgrade from xtable
1.5-6-1cran1 (cran2deb, up-to-date CRAN version) to
1.5.5-1 (testing, older version).
Is there anything that can be done about these clashes?
Liviu
--
Do you know how to read?
2009 Nov 05
1
karmic cran2deb
Hi All,
just to check, is cran2deb available for Karmic Koala (ideally also
for a amd_64)?
Cheers,
Fede
--
Federico C. F. Calboli
Department of Epidemiology and Public Health
Imperial College, St. Mary's Campus
Norfolk Place, London W2 1PG
Tel +44 (0)20 75941602 Fax +44 (0)20 75943193
f.calboli [.a.t] imperial.ac.uk
f.calboli [.a.t] gmail.com