similar to: [Fwd: Re: Problems compiling (configure) R on Ubuntu linux (debian)]

Displaying 20 results from an estimated 400 matches similar to: "[Fwd: Re: Problems compiling (configure) R on Ubuntu linux (debian)]"

2010 Oct 16
1
Rmpfr question
Hi: I'm trying to reproduce an arbitrary precision constant from 'Why and How to Use Arbitrary Precision' (Ghazi et al., COMPUTING IN SCIENCE & ENGINEERING May/June 2010; http://perso.ens-lyon.fr/philippe.theveny/cise.pdf): d = 173746a + 94228b ? 78487c where: a = sin(1022), b = log(17.1), and c = exp(0.42). Ghazi et al. report: d = ?1.341818958e?12 whit IEEE-754 quadruple
2004 Jun 22
1
Re: [R] Html help does not work in Mac OSX 10.3.4 (PR#7000)
Hello! If I launch R from a console I get: R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.0 (2004-04-12), ISBN 3-900051-00-3 > help.start() Making links in per-session dir ... If /usr/bin/open is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient ... > dyld: /usr/bin/open version mismatch for library:
2005 Apr 01
0
Linux permissions not appearing under kernel 2.6
I have three machine mounting a samba share on a debian server running 3.0.11 (just updated as 3.0.10 has some serious problems). There's an XP box, and two Ubuntu (debian) PCs, one with Warty (kernel 2.4.21) and Hoary (kernel 2.6.4 / 5). Both Ubunutu machines have the following entry in fstab: \\Server\Documents /home/phill/Documents smbfs user,uid=nobody,gid=phill,guest 0 0 and both
2004 Jul 12
0
Where does R search when source() ?
I have found the use of save( ) and attach( ) when supported by a pair of functions written by my colleague John Miyamoto, move( ) and rm.sv( ) quite useful in managing (1) collections of useful homebrew functions, (2) project workspaces, and (3) "packages" under development. An .Rdata file containing these and other handy functions together with a brief supporting document can be
2003 Jul 11
2
troubleshooting help
Hi, I've installed Samba and started up the processes; however, I do not see the Samba server in Network Neighborhood. In using the DIAGNOSIS.txt file, I cannot get past test 3: ./smbclient -U% -L localhost. The output is as follows: added interface ip=140.188.120.55 bcast=140.188.120.255 nmask=255.255.255.0 session setup failed: Call returned zero bytes (EOF) Any insight into this
2005 Jan 28
2
Begginer with R
Hello all, Im just beggining using R. I have read a couple of introductory documents but they are very general. Is there a document focused on classification? (this is what Ill be using R for). Examples would be just fine. Thanks in advance, Ulises
2006 Jul 07
6
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
Hello from Buenos Aires. I am getting the following error when I do the net ads join command: get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed I am running Debian, kernel 2.4.18 (geez, I should upgrade). I searched everywhere for this error but I can?t find any solution. Wbinfo -u works fine. kinit
2004 Nov 18
2
Questions about vorbis linking
Hello: I think that I got a linking problem but I don't know how to fix it. This is the error code form make: cc grabando_pcm.o encodear_vorbis.o -o mi_servidor -lasound -lvorbis -logg encodear_vorbis.o(.text+0x42): En la funci?n `inicializar_vorbis': : undefined reference to `vorbis_encode_init_vbr' collect2: ld devolvi? el estado de salida 1 make: *** [mi_servidor] Error 1
2005 Nov 24
1
[PATCH] fix udevinfo version string parsing
check_hotplug fails on one of my machines running ubunto 4.10 "Warty Warhog", due to misparsing the udevinfo version string. The problem is caused by an old version of sed that does not appreciate the regexp. This patch fixes it, and also works on debian unstable and SLES9SP2. Please apply... Signed-Off-By: Muli Ben-Yehuda <mulix@mulix.org> Signed-Off-By: Orna Agmon
2020 Nov 14
0
Samba broken after dist-upgrade in Ubuntu 20.04?
On 14/11/2020 12:56, Joachim Lindenberg via samba wrote: > Sure. Here they are: > > root at cobra:/var/log/samba# cat /etc/apt/sources.list > # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to > # newer versions of the distribution. > deb http://de.archive.ubuntu.com/ubuntu focal main restricted > # deb-src http://de.archive.ubuntu.com/ubuntu focal main
2004 Jun 18
2
Html help does not work in Mac OSX 10.3.4
I recently upgraded from R 1.8 to 1.9. I removed 1.8 following the instructions. Html help has not worked since. When htmlhelp="TRUE" the help.start() command results in the "patience" message and nothing else happens. I am using mac osx 10.3.4. Help worked fine when I was using R 1.8. I need help help ;-] Thanks! -- Emilio A. Laca One Shields Avenue, 2306 PES Building
2006 Jul 01
1
postscript file too large : maybe an R question
i created a postscipt file in R and then i downloaded a free version of ghostview to view it. unfortunately, i get the message fata error : dynamic memory exhausted when i try to view it. when i do a dir on windows xp, the file size is 149,034,475 and i know there about 17,000 graphs. is there a way of possibly viewing this size postscript file in R itself ?
2005 Feb 08
1
Toying with neural networks
Hello all, Ive been playing with nnet (package 'nnet') and Ive come across this problem. nnet doesnt seems to like to have more than 1000 weights. If I do: > data(iris) > names(iris)[5] <- "species" > net <- nnet(species ~ ., data=iris, size=124, maxit=10) # weights: 995 initial value 309.342009 iter 10 value 21.668435 final value 21.668435 stopped after 10
2008 Nov 04
1
Problem Updating from 2.71 to 2.8 in Ubuntu
Hello, I have recently installed Ubuntu (8.10) Intrepid Ibex and I am trying to get R version 2.8. I have changed my /etc/apt/sources.list file to include a mirror. I have also added the Vincent Goulet key. However, whenever I run sudo apt-get update sudo apt-get install r-base it installs version 2.71. Given that I am new to Ubuntu, is there anything that I need to do to make ubuntu get
2020 Nov 14
2
Samba broken after dist-upgrade in Ubuntu 20.04?
Sure. Here they are: root at cobra:/var/log/samba# cat /etc/apt/sources.list # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://de.archive.ubuntu.com/ubuntu focal main restricted # deb-src http://de.archive.ubuntu.com/ubuntu focal main restricted ## Major bug fix updates produced after the final release of the ##
2020 Nov 14
3
Samba broken after dist-upgrade in Ubuntu 20.04?
On 14/11/2020 15:51, Rowland penny via samba wrote: > On 14/11/2020 12:56, Joachim Lindenberg via samba wrote: >> Sure. Here they are: >> >> root at cobra:/var/log/samba# cat /etc/apt/sources.list >> # See http://help.ubuntu.com/community/UpgradeNotes for how to >> upgrade to >> # newer versions of the distribution. >> deb
2010 Jan 14
0
LOTURI DE CASA (500mp) CU VEDERE LA MARE, (in rate de 200E / Luna) LANGA PLAJA CORBU / PRET - incepand de la 5500
Stimate Domn (Doamna), Imi permit sa va prezint oferta noastra de teren (loturi de 500mp) in apropierea plajelor Corbu si Vadu (10 km nord de Mamaia) langa viitoarea Statiune EUROPA, terenuri cu propunere intravilan, intr-o zona superba, ce cunoaste o dezvoltare accelerata in ultimii 2 ani, deschizand posibilitati avantajoase de investitie pe termen scurt si mediu sau ofera sansa
2010 Dec 20
1
R hangs on the stats.so library
Dear all, I having this problem on my laptop. It was caused by my clumsy attempts to upgrade the system. As I wrote here, (http://www.mail-archive.com/r-sig-debian at r-project.org/msg01364.html) I was trying to solve the same problem with JAGS/rjags on my laptop. After typing R in a terminal I'm currently get the following: > R version 2.9.0 (2009-04-17) > Copyright (C) 2009 The R
2003 Apr 01
2
Can't run regression on G3 Mac
Hi, I'm new to R. I was wondering if anyone has an OS X native installation (not Carbon) of R on a G3 Macintosh that is able to run linear regression? I installed Jan de Leeuw's R binary for OS 10.2 Jaguar on my laptop, which is still a G3 model. When I try to run a simple regression, using lm, I get an "Illegal Instruction" message and R quits. Jan thinks it may be the case
2014 Aug 07
1
Cran instructions for adding mirrors
Folks, I used the cran instructions for installing R on Linux Mint Maya (here: http://cran.r-project.org/bin/linux/debian/). Things went well but I got the following error messages: > ERROR###ERROR###ERROR###ERROR###ERROR###ERROR###ERROR > W:Failed to fetch http://cran.mirrors.hoobly.com/dists/raring-backports/main/binary-i386/Packages 404 Not Found > , W:Failed to fetch