Displaying 20 results from an estimated 8000 matches similar to: "HELP Running R [Broadcast]"
2006 Jun 01
0
HELP Running R
Under the below section it talks about X86_64 architecture for Linux.
1. tar -zxvf R-2.3.0.tar.gz
2. changed the directory to the newly created directory R-2.3.0
3. Typed ./configure 'r_arch=name'
4. Typed make
5. Make check
6. make check-all
7. Typed make install
8. Typed R
I still get the same error message.
Fatal error: unable to open the base package
2.5 Sub-architectures
Some
2006 May 31
1
Running R [Broadcast]
In the R-2.3.0 directory, what do you get if you type bin/R? Does R starts
up OK, or do you get an error? What were the last few lines of output from
running configure?
Andy
_____
From: Pramod Anugu [mailto:pramod.r.anugu@jsums.edu]
Sent: Wednesday, May 31, 2006 11:23 AM
To: Liaw, Andy; 'Andrew Perrin'
Cc: r-help@stat.math.ethz.ch
Subject: RE: [R] Running R [Broadcast]
2006 May 31
10
Running R
I have downloaded R-2.3.0.tar.gz for Linux 64 bit processor
1. Untar tar -zxvf R-2.3.0.tar.gz
2. changed the directory to the newly created directory R-2.3.0
3. Typed ./configure
4. Typed make
5. Copied the Script File R from directory R-2.3.0/bin/R to
/usr/local/bin/R.
6. Typed R
Fatal error: unable to open the base package
I get the error message. Please advice
[[alternative HTML version
2013 Mar 21
1
Error message installing package R package
I am getting error messages while installing R package lme4. Please advice
thanks
Pramod
trying URL 'http://cran.mtu.edu/src/contrib/lme4_0.999999-0.tar.gz'
Content type 'application/x-gzip' length 1074142 bytes (1.0 Mb)
opened URL
==================================================
downloaded 1.0 Mb
* installing *source* package 'lme4' ...
** package
2009 Feb 21
1
Install failure (PR#13545)
Hello:
Encountered a problem installing R on
CentOS release 5.2
This is a 64bit OS
I need to know if this will work on this server or do I need to change OS>
Thanks
Bob
I downloaded the source ( R-2.8.1.tar.gz ) due to no release being available
for CentOS.
My ./configure --with-x=no --with-readline=no R_PAPERSIZE='letter'
Failed:
./configure --with-x=no --with-readline=no
2003 Dec 27
1
Faked samba packages / rootkit?
Does anybody know of these samba packages?
http://ftp.cvut.cz/samba/samba-latest.tar.gz
AFAICS they are faked and contain some kind of rootkit (you can see
this in the history below. the server this history is from is taken
offline for security reasons, and nobody is there till 7th Jan I
can't give you more details)
> 144 w
> 145 cat /etc/issue
> 146 uname -a
> 147
2004 Feb 25
1
installation question
Hi, there,
I am just a beginner. So my question is very basic.
I have downloaded Wine-20040213.tar.gz and extract the downloaded file by
using the command "tar zxvf Wine-20040213.tar.gz". According to the
instruction on the page http://www.winehq.com/site/howto, I entered the
new directory and typed "./tools/wineinstall".
After some time, I met the question
1999 Jul 09
2
performance issue!!
we have an SUN E450 server with soalris 2.6 and 512mb RAM running samba. we
have a network and all the machines are connect through a switch. there are
about 40 users who simultaneously use the server running samba for file
service.
The set up is like this. there is an application on the server which is
shared and all the users have mapped their drive letter to that share. this
application when
2005 Jan 07
1
oh323 driver installation - It works now
Joao,
Thanks for sending the Installation tips as pasted below. It works.
Seshu
----------
Get oh323 from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-Janus_patch4-src-tar.gz
Get pwlib from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janus_patch4-src-tar.gz
Get asterisk-oh323 from
2009 Aug 25
1
Cannot make 3 different R installations for 3 different valgrind-instrumentation levels
"R Installation and Administration", section 2.5 "Sub-architectures" describes
calling specific builds of R using the call "R --arch=name". I am trying to
build and install three versions of R-2.9.1, each configured with a different
valgrind-instrumentation level ("Writing R Extensions", section 4.3.2 "Using
valgrind"). My goal is to be able to
2013 Aug 12
1
Samba/winbind UID mismatch.
Hello everyone,
I am running Samba 4.0.8 on Arch Linux (installed from the Arch Repo)
I have winbind authentication configured and working. I am able to login via ssh, and at the machine console with my samba credentials. I also have a Windows 8 client and an OS X client which is able to connect to this system via smb.
However, when I create files or directories via smb I seem to have a UID
2006 Mar 14
1
Fwd: makeconf issue on R-devel 2006-03-12 r37524
I sent the message below to r-sig-mac yesterday, but having no reply
I decided to explore a bit myself and found that editing:
/Library/Frameworks/R.framework/Versions/2.3/Resources/share/make/
shlib.mk
yzzy: diff shlib.mk shlib.mk~
3c3
< include $(R_HOME)/etc/Makeconf
---
> include $(R_HOME)/etc${R_ARCH}/Makeconf
restored the functionality of R CMD INSTALL.
Is this a known issue?
2011 Aug 02
0
png() broken in R-devel
Hi,
Seems like this recent change broke the png() device:
hpages at latitude:~/svn/R-devel/src/library/grDevices/src$ svn diff -r
56568:56569
Index: cairo/Makefile.in
===================================================================
--- cairo/Makefile.in (revision 56568)
+++ cairo/Makefile.in (revision 56569)
@@ -38,7 +38,8 @@
R: Makefile
@$(MAKE) $(cairo_la)
- @cp $(cairo_la)
2009 Aug 11
0
sub-architecture installation difficulty with various valgrind-instrumentation levels
"R Installation and Administration", section 2.5 "Sub-architectures" describes
calling specific builds of R using the call "R --arch=name". I am trying to
build and install three versions of R-2.9.1, each configured with a different
valgrind-instrumentation level ("Writing R Extensions", section 4.3.2 "Using
valgrind"). My goal is to be able to
2008 Jul 03
1
--enable-BLAS-shlib conflict with --with-lapack in configure?
Dear developeRs,
I'm trying to build R (2.7.1, on an x86_64 running Linux, but I believe
I have observed this on x86 and with earlier versions of R as well)
using external BLAS and LAPACK libraries _and_ generating libR.so,
libRblas.so and libRlapack.so.
Without --enable-BLAS-shlib, configure is able to find and use the
external LAPACK library:
./configure \
2009 Apr 24
1
Can't install package "glmnet"
Hi, I was trying to install package glmnet in R, but failed and it show such messages:
* Installing *source* package glmnet ...
This package has only been tested with gfortran.
So some checks are needed.
R_HOME is /home/username/R/R-2.9.0
Attempting to determine R_ARCH...
R_ARCH is
Attempting to detect how R was configured for Fortran 90....
Unsupported Fortran 90 compiler or Fortran 90
2008 Feb 13
0
On Section 2.5:Sub-architectures in the R Installation and Administration manual
Dear all,
there are a few issues regarding Section 2.5: Sub-architectures in the
R Installation and Administration manual (referring to Version 2.6.2)
that I would like to raise:
1.) The manual states:
@code{R CMD INSTALL} will detect if more that one build is installed
and try to install packages with the appropriate library objects
for each. This will not be done if the package
2010 Jun 09
2
Question on trying to build R 2.11.1 on Tru64(aka OSF1)
First I tried 'setenv R_SHELL /usr/local/bin/bash', as bash is the weapon
of choice for the faculty wishing to use R, then ran ./configure as before.
The ./configure output line
using as R_SHELL for scripts ... /usr/local/bin/bash
would seem to indicate that the R_SHELL environment variable was recognized
and acknowledged. However, I got the same build error:
gnumake[2]: Entering
2007 Dec 29
1
Not Able To tar zxvf zaptel-*.tar.gz
I figured it out. The ftp site was not named well and corrected. The other
problem I have it after the extraction and make; it was suppose to go under
/etc but that did not happen. I am trying to figure out why.
On 12/28/07, broadband Voice <broadbandvoice at gmail.com> wrote:
>
> I successfully downloaded the Asterisk package from Digium but not able
> tar zxvf zaptel-*.tar.gz.
2007 Nov 21
1
samba as a pdc, Unable to change passwd htrough Windows clients.
Hi Everyone,
I am Using Samba-3.0.0-14.3E as a PDC. every thing
working fine in PDC, But only the problem is to change
passwd from Windows client machine, while trying to
change passwd from client I am getting Bellow error
messages.Please advice on this one.
error message in some systems "You Don't have
permission to change passwd"
And
"The