similar to: installation problem on Ubuntu

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:
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
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":
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
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)?
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,
2018 Jul 06
2
Segfault on ubuntu 18.04
On 2018-07-06 22:44, Dirk Eddelbuettel wrote: > > On 6 July 2018 at 21:52, G?ran Brostr?m wrote: > | I did this and removed anything related to R and reinstalled. Then, in R, > | > | > install.packages("curl") > | > | and got > | > | Error: package or namespace load failed for 'curl' in dyn.load(file, > | DLLpath = DLLpath, ...): > | unable
2018 Jul 06
2
Segfault on ubuntu 18.04
Den 2018-07-06 kl. 17:51, skrev G?ran Brostr?m: > > > Den 2018-07-06 kl. 17:43, skrev Henrik Bengtsson: >> On Fri, Jul 6, 2018 at 8:18 AM G?ran Brostr?m <goran.brostrom at umu.se> >> wrote: >>> >>> >>> >>> Den 2018-07-06 kl. 16:28, skrev Dirk Eddelbuettel: >>>> >>>> On 6 July 2018 at 12:31, Enrico Schumann
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
2014 Jan 02
2
Installing RCurl -
Dear all, I am trying to install RCurl (because I want to install devtools) and to do so I've been informed that I must install one of the packages libcurl4-openssl-dev libcurl4-nss-dev No matter which one I install I get the following error from R: * installing *source* package ‘RCurl’ ... ** package ‘RCurl’ successfully unpacked and MD5 sums checked checking for curl-config...