Displaying 20 results from an estimated 1000 matches similar to: "How do I put ldpaths in a specific place?"
2009 Apr 29
1
Newbie R question PART2
Hi Tena,
I recommend rapache for building websites with R. See
http://biostat.mc.vanderbilt.edu/rapache/
-Ista
> ---------- Forwarded message ----------
> From: "Tena Sakai" <tsakai at gallo.ucsf.edu>
> To: <ted.harding at manchester.ac.uk>, <r-help at r-project.org>
> Date: Tue, 28 Apr 2009 15:04:53 -0700
> Subject: Re: [R] Newbie R question PART2
>
2009 May 07
1
I updated/reinstalled ggplot2 and the trouble started...
Hi Ian,
Per your suggestion, I reinstalled R 2.9.0, then
I reinstalled ggplot2 on top. The problem persists.
Here's the what happens after the installation:
> qplot (carat, price, data = diamonds, alpha = I(1/10))
Warning message:
In grid.Call.graphics("L_points", x$x, x$y, x$pch, x$size) :
semi-transparency is not supported on this device: reported only once per
2009 May 12
1
Help needed to compile R with shared library.
Hi,
I cannot compile R with shared library.
I am using Redhad Linux on Dell hardware.
Here''s what I am doing:
I set ?PICFLAGS in config.site file:
CPICFLAGS=-fPIC
FPICFLAGS=-fPIC
and issue:
./configure --enable-R-shlib --prefix=$HOME/newR
make
configure finishes with no complaints, the last
informative line being:
Options enabled: shared R library, shared BLAS, R
2009 May 08
2
I don't see libR.so in my installation directory
Hi,
I installed R 2.9.0 a couple of days ago on a
linux machine. At the root of installation,
I see 4 directories: bin, lib64, share, and src.
I don't see libR.so anywhere. (In the following
context, . (dot) indicates the root of my insta-
llation.) I do see:
./lib64/R/lib/libRblas.so
./lib64/R/lib/libRlapack.so
I became aware of such as I was preparing for
an installation of little r.
2009 Apr 30
1
newbie HWRITER package question
Hi,
I am playing with hwriter examples given in "example" page.
Here's what I've done:
> library (hwriter)
>
> p = openPage ('table.html')
> hwrite (1:5, p)
> hwrite (iris[1:3, 1:3], p, row.bgcolor='#ffdc98')
> closePage (p)
>
> browseURL('table.html')
What I get is not as nice as what I see via the "example"
page. I
2009 Apr 28
2
Newbie R question
Hi,
I am a newbie with R. My environment is linux and
I have a file. I call it barebone.R, which has one
line:
cat ('Hello World!\n')
I execute this file as:
R --no-save < barebone.R
And it does what I expect. What I get is 20+/- lines
of text, one of which is 'Hello World!'.
How would I go about getting rid of all but the line I
am after, 'Hello World!'?
2011 Jan 07
1
Trouble with installing Rmpi package
Hi,
I am having a problem with installing Rmpi package on redhat linux machine.
The R I am using is version 2.10.1. Here’s what happens.
> install.packages( ''Rmpi'' )
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL ''http://cran.cnr.Berkeley.edu/src/contrib/Rmpi_0.5-9.tar.gz''
Content type
2007 Sep 13
1
trouble with installing Biobase package
Hi Everybody,
I am having a problem with loading Biobase package. I typed
2 lines below at R prompt
> source ("http://boconductor.org/biocLite.R")
> biocLite (lib="/usr/local/lib/R/library")
which attempted to install a bunch of packages with varying
degree of success. Out of 29, 13 failed. Biobase is one of
them. As a matter of fact, when I looked at logs, most
2009 Jun 02
1
my little r is sick
Hi,
Suddenly, I find my little r is sick.
Given:
#! /usr/bin/env r
library (hwriter)
unlink ('tmp.html')
p = openPage ('tmp.html')
hwrite ("Hello World", p)
closePage (p)
browseURL ('tmp.html')
It worked fine a few days ago, but now it says:
r: error while loading shared libraries: libR.so: cannot open shared object file: No such file or
2009 Apr 30
0
Rpad installation help wanted (from NEWBIE)
Hi,
I need a bit of help installing Rpad.
My host runs redhat linux and I followed the instruction
given in http://www.rpad.org/Rpad/ServerNote.html. I was
clear for the most part. But I don't know what's going
on with the last step:
To update the javascript database for the R keyword
search page (SearchRKeywords.html), source makeHelpTemplate.R
from within R in the main Rpad
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
2011 Nov 09
1
install error ldpaths: No such file or directory
Hi
I'm trying to install R on Ubuntu 11.10 and it seems to install fine with both apt-get and dpkg but always when I start R I get
jt42@bioinf4:~# R
/usr/local/bin/R: line 237: /usr/lib/R/etc/ldpaths: No such file or directory
R version 2.14.0 (2011-10-31)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform:
2013 Oct 25
2
problem with ldpaths
I've just installed r-base (several times!) using the instructions at
http://cran.us.r-project.org/bin/linux/ubuntu/
and for some reason it is not creating a /etc/R/ldpaths file.
I've tried a few times, tried purging, and removing everything in
/etc/R and
/usr/lib/R
as suggested by Dirk,
and reinstalling but still get
$ R
/usr/bin/R: line 236: /usr/lib/R/etc/ldpaths: No such file
2010 Jan 11
0
trouble with installing pbatR
Hello folks,
I am having a problem installing pbatR package. (My R version is 2.8.1.)
As I execute a command
> install.packages(lib='/usr/local/apps/R-2.8.1/lib64/R/library', "pbatR")
it detects lack of rootSolve package and attempts to install it. But
cannot seem to compile it, and the rest is aborted.
Any hint as to what I can do?
Thank you in advance for your
2013 Jul 28
1
Problem with ldpaths in Ubuntu 13.04
Hello!
I'm trying to install R-3.0.1 on an Ubuntu machine (64 bit, version 13.04). I have uninstalled and installed several times, but to no avail.
I keep getting errors about missing ldpaths, and installing packages does not work at all.
Here is the information:
erin@erin-Lenovo-IdeaPad-Y480:~$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading
2016 Apr 21
1
Cannot Run On The Command Line
On Thu, 21 Apr 2016 08:23:32 +0000
Martyn Plummer <plummerm at iarc.fr> wrote:
> From: Martyn Plummer <plummerm at iarc.fr>
> To: "cireyapmin at gmail.com" <cireyapmin at gmail.com>,
> "r-sig-fedora at r-project.org" <r-sig-fedora at r-project.org> Subject:
> Re: [R-sig-Fedora] Cannot Run On The Command Line Date: Thu, 21 Apr
> 2016
2006 Dec 04
1
[PATCH] buildconfigsfor pvfb
I have a similar patch for this, which is generated in linux-2.6.16.33-xen/.config automatically.
See attachment defbuild.patch.
Pae_new_config is used to build x86_32 with PAE enabled.
Ping
>-----Original Message-----
>From: xen-ia64-devel-bounces@lists.xensource.com [mailto:xen-ia64-devel-bounces@lists.xensource.com] On Behalf Of Atsushi
>SAKAI
>Sent: 2006年12月4日 12:22
>To:
2011 Mar 10
2
Does not auto boot after time out
I am having difficulty trying to figure out how to get a computer to
boot from it's local disk automatically after the pxe menu times out.
I installed syslinux-3.11-4 with yum onto CentOS 5.5
It boots to the local disk if I select Local from the menu and press
enter but it never times out and boots localy.
The AUTOBOOT message doesn't appear either.
Which instructions in the PXELINUX
2009 Apr 02
0
Problem with LD_LIBRARY_PATH setting in ldpaths (PR#13637)
When using R on a linux machine (ubuntu 8.10) which DOES NOT have
LD_LIBRARY_PATH set (I particularly have it NOT set because it causes
problems), the script ldpaths will set LD_LIBRARY_PATH to the R Lib path
(in my case $R_HOME/lib:). The placement of the colon makes my system
think that the directory "." is also on that lib path. This causes real
problems when trying to run R
2011 Sep 20
5
[Bug 8471] New: The file of DBCS file name contains DBCS second byte of x'5C' cause error.
https://bugzilla.samba.org/show_bug.cgi?id=8471
Summary: The file of DBCS file name contains DBCS second byte
of x'5C' cause error.
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at