Displaying 20 results from an estimated 1000 matches similar to: "Newbie R question PART2"
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!'?
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
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
2010 Oct 06
1
How do I put ldpaths in a specific place?
Hi Everybody,
I made R (v. 2.11.1) from source with the following config option:
./configure --prefix=/mnt/ami-centos5.5-64bit-base \
--exec-prefix=/mnt/ami-centos5.5-64bit-base \
--with-tcltk
All seemed to go well, but when I tested it with:
/usr/sbin/chroot /mnt/ami-centos5.5-64bit-base R
It told me:
/bin/R: line 217:
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
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
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:
2010 Jul 22
3
cdrommon issue
Hi all,
Sometimes the process cdrommon use 99,8% of CPU and the result is that all
vms becames very slow.
I killed the process and now everything is fine but I can''t live migrate
VMS.
I found this problem also in this citrix thread:
http://forums.citrix.com/thread.jspa?messageID=1475962
<http://forums.citrix.com/thread.jspa?messageID=1475962&tstart=0#1475962>
2010 Apr 24
1
Problems with deleted file logging
Dear list,
I am using rsync with Ubuntu:
clients use 7.04 LTS (rsync ?version 2.6.9 ?protocol version 29)
server has 9.04 (rsync ?version 3.0.5 ?protocol version 30)
I am working with rsync and I notice 2 strange behaviors:
the fist one is already described in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536078 , but I don't
find any reply
the second one, when parsing log file,
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
2009 Mar 02
3
Question about "Hosted Xen" Status
Hi,
I have a question about "Hosted Xen".
I saw it on Ian''s presentation document.
But It does not contain enough information.
1)The code is available?
2)Would you show me the document URL about "Hosted Xen"?
http://www.xen.org/files/xensummit_oracle09/IanKeirOpeningSlides.pdf#page=13
http://blog.xen.org/index.php/2009/02/27/xen-summit-update-ian-pratt-comments/
2008 Dec 08
10
[PATCH] Accurate vcpu weighting for credit scheduler
Hi,
This patch intends to accurate vcpu weighting
for CPU intensive job.
The reason of this problem is that
vcpu round-robin queue blocks large weight vcpus
by small weight vcpus.
For example, we assume following case on 2pcpu environment.
(with 4domains (each domain has 2vcpus))
dom1 vcpu0,1 w128 credit 4
dom2 vcpu0,1 w128 credit 4
dom3 vcpu0,1 w256 credit 8
dom4 vcpu0,1 w512 credit 15
2007 Nov 02
1
[patch][doc] adds console_timestamps discription
Hi,
It adds console_timestamps discription.
Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com>
Anyway, Why Users'' manual version keeps Xen v3.0?
Is there any reason?
Thanks
Atsushi SAKAI
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Mar 21
2
SAMBA3 + LDAP = PDC => ROUND 4 ;o)
Okay
I try this thing :
mastok:/etc/samba # smbldap-useradd root
mastok:/etc/samba # smbldap-usermod -u 0 -g 0 root
mastok:/etc/samba # smbldap-usermod -a root
mastok:/etc/samba # smbldap-passwd root
#####
Administrator:x:998:512:Netbios Domain
Administrator:/home/data1/samba/Administrator:/sbin/nologin
nobody:x:999:514:nobody:/dev/null:/sbin/nologin
root:x:0:0:System
2006 Oct 25
3
[REQEST] about xentop -b
xentop "-b"
options are duplicateded(--batch and --vbds).
from xen-unstable 10623
Please fix it.
http://xenbits.xensource.com/xen-unstable.hg?cs=856caf975abd
Thanks,
Atsushi SAKAI
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel