Displaying 20 results from an estimated 2000 matches similar to: "installation problem on Ubuntu"
2016 Apr 22
1
installation problem on Ubuntu
LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
source ~/.bash_profile
I still get the same error.
On Thu, Apr 21, 2016 at 7:45 PM, David Winsemius <dwinsemius at comcast.net>
wrote:
>
> > On Apr 21, 2016, at 1:23 PM, Paul Tremblay <paulhtremblay at gmail.com>
> wrote:
> >
> > I was able to install the curl library with no problems. However, when
2016 Apr 22
0
installation problem on Ubuntu
> On Apr 21, 2016, at 1:23 PM, Paul Tremblay <paulhtremblay at gmail.com> wrote:
>
> I was able to install the curl library with no problems. However, when I
> tried to install ggplot (install.packages("ggplot2")), I got the same
> message as earlier, that R can't load internet.so.
Is the libcurl directory in your search path?
David.
>
> Thanks for your
2016 Apr 20
1
installation problem on Ubuntu
I needed to update R so I could install ggplot. I am running Ubuntu 12.04.
I cannot upgrade Ubuntu because I am using a work computer.
I tried upgrading the normal way:
sudo apt-get update
sudo apt-get install r-base r-base-dev
But this only installed an earlier version. Finally I tried installing from
source (./configure, Make install). This worked. However, when I try to
install packages, I
2016 Apr 21
0
installation problem on Ubuntu
Hi Paul,
Please keep the list copied so that others might chime in with suggestions.
I'm afraid "no success" is too vague to be useful. What did you do,
and what errors did you encounter?
Best,
Ista
On Thu, Apr 21, 2016 at 1:48 PM, Paul Tremblay <paulhtremblay at gmail.com> wrote:
> Yes, I tried those instructions as well with no success.
>
> On Wed, Apr 20, 2016
2016 Apr 16
2
faster way to use filter this
I have the following (simplified) vectors:
index <- c("shoe" "shirt" "fruit")
cost <- c(100, 50, 2)
data <- c("shirt", "shoe", "vegetable")
I want my outcome to be:
(50, 100, 0)
(shirt => 50, shoe => 100, vegetable => not found, so 0)
I have written the following function:
for (i in custom_list) {
+ this_cost
2007 Sep 05
2
Multiple xyplots
Hi everyone,
I'm hoping you can give me some pointers. I have a requirement to draw
multiple (103) xy line plots onto one output device. Ideally the plots
should be displayed in a hexagonal grid (example at
www.maladmin.com/example.jpg). I can calculate the locations for each
waveform but am wondering how to create multiple plotting areas. I have
come accross references to a package grid
2006 Sep 07
2
Kernel ELsmp vs EL
Hi all,
I'm not very used to CentOS and Linux generally speaking, though I read
a lot and 'man' quickly became a very good friend of mine, right after
Google, so sorry if that's a ridiculous one! (at least it'll give you a
good laugh!)
I updated the kernel to 2.6.9-42.0.2 recently and that raised a
question... Simple... Yet silly...! What exactly is the difference
between
2007 Dec 30
1
Text over the plot and the margins
Hi,
I am having problem to display text that goes start inside the
plot but should go over the margins of the plot.
You can have an example of what I mean by looking at the graphs on this
page:
2003 May 20
1
R_x11.so
Hi the list,
I just installed the R-1.7.0-1mdk.i516.rpm package on a mdk 9.1. All
looks fine until I try to launch some graphics functions as png() or
even demo( graphics). I receive the following example message:
> png()
Error in png() : R_X11 module cannot be loaded
In addition: Warning message:
unable to load shared library "/usr/lib/R/modules/R_X11.so":
2018 Apr 28
2
FYI libcurl conflicts in ubuntu 18.04
One of the curl maintainers has pointed me to this bug report on
Launchpad that may affect r-base users:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294
The issue is that ubuntu now ships both libcurl3 (gnutls, nss) as well
as libcurl4 (openssl) which cannot be installed concurrently. Because
r-base-core depends on libcurl4, it will conflict with any other
packages depending on
2018 Apr 29
1
FYI libcurl conflicts in ubuntu 18.04
On Sat, Apr 28, 2018 at 2:38 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
> That said, thanks for the heads up. We'll see what comes out of it. My Debian
> package also still uses curl3, but I noticed that there is a whole formal
> transition going on -- so 'our' r-base-core package would get rebuilt anyway
If I understand it correctly this is a problem only in
2010 Apr 17
2
grid.cap() requires more time?
Dear all,
I am puzzled by the following behavior of the new grid.cap() function,
which appears to run out of time when capturing the output of a
graphic. It works fine if I introduce a Sys.sleep(1) before executing
more code,
library(grid)
quartz()
grid.circle(gp=gpar(fill="black"))
gg <- grid.cap()
dev.new()
grid.raster(gg) ## completely blank
gg[gg!="white"] ## indeed
2008 Mar 17
1
unable to load shared library '/usr/local/lib/R/modules//R_X11.so'
Hi,
I downloaded a binary version of R for my Solaris 10 box (from http://www.sunfreeware.com/programlistsparc10.html#R), and everything looked fine during the installation. However, I got a "X11 module cannot be loaded" error when I attempted to save a graph to be a png file. Does it look like a problem of the Solaris box or a problem of the installation (missing library file)?
2019 Feb 26
1
bug in r-cran-curl from c2d4u
On Bionic with c2d4u I see:
The following packages have been kept back:
r-cran-curl
The problem is that r-cran-curl from 2d4du has a runtime dependency on
libcurl4-openssl-dev. This dev package cannot be installed in
conjunction with libcurl4-gnutls-dev (which again is required by some
other packages).
This is a bug because libcurl4-openssl-dev should be a build-depends
only, the runtime
2006 Oct 19
1
Segmentation fault/buffer overflow with fix() in Fedora Core 5 from Extras repository
The Fedora Extras update of R found its way onto my systems today and
I noted that fix() and edit() no longer work. There is a program crash
that closes up R, but it does not leave a core file. I've tested by
turning off SELinux, it had no effect.
Do you see it too? What do you think? It happens on both systems
I've tested. As far as I know, both of these systems are up-to-date.
I
2016 Apr 19
3
Problem with X11
Dear All,
I have never had this problem before. I run debian testing on my box
and I have recently update my R environment.
Now, see what happens when I try the most trivial of all plots
> plot(seq(22))
Error in (function (display = "", width, height, pointsize, gamma, bg,
:
X11 module cannot be loaded
In addition: Warning message:
In (function (display = "", width,
2008 Mar 31
1
download.file error
Dear all,
I am looking for a way to work out if a file on the internet exists before attempting to download it using the function download.file(). For example,
using a url that does not exist
url <- "http://finance.yahoo.com/ftse.csv"
destfile <- tempfile()
download.file(url = url, destfile = destfile)
# gives the following response ...
trying URL
2006 May 12
1
X11 and vfonts modules on AIX 5.2
I am trying to get R-2.2.1 to pass make check on an AIX 5.2 at work (I know R-2.2.1 is not the latest release, but I encountered make errors in my attempts to install either R-2.3.0 or the R-patched_2006-05-10 on the version of AIX I am on. I will post those errors in a separate posting from this.)
So far, configure and make finish without error for R-2.2.1 using gnu make, gcc-4.1.0, and
2006 Mar 18
3
R make install and demo(graphics) issue
I've successfully gotten R 2.2.1 to compile on AIX 5.2.
However, when I run "make install", I receive the following message:
/appl/perform/workspace/R-2.2.1
[root@diablo][/appl/perform/workspace/R-2.2.1] make install
/appl/perform/workspace/R-2.2.1/m4
Target "install" is up to date.
/appl/perform/workspace/R-2.2.1/tools
Target "install" is up to date.
2006 Oct 17
1
crush in edit()
Dear all,
I am new to R system. When I tried to edit data read from a csv file, R
system crushed, I got an error message as follows:
> edit(data)
*** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated
======= Backtrace: =========
/lib/libc.so.6(__chk_fail+0x41)[0x49d020b1]
/lib/libc.so.6[0x49d034a2]
/usr/lib/R/modules//R_X11.so[0x33ed7a]
/usr/lib/R/modules//R_X11.so[0x34050d]