similar to: Help with R Installation on Debian 2.2.19 (old stable/potato)

Displaying 20 results from an estimated 2000 matches similar to: "Help with R Installation on Debian 2.2.19 (old stable/potato)"

2006 Jul 24
2
RandomForest vs. bayes & svm classification performance
Hi This is a question regarding classification performance using different methods. So far I've tried NaiveBayes (klaR package), svm (e1071) package and randomForest (randomForest). What has puzzled me is that randomForest seems to perform far better (32% classification error) than svm and NaiveBayes, which have similar classification errors (45%, 48% respectively). A similar difference in
2012 Jan 18
1
Compile error 1.8.8.1
Hi, While compiling 1.8.8.1, I met the following error: [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
2001 Dec 05
2
Detecting numerical value in character variable
I have a variable that can have either numeric or character values. When numeric, I take one action; when not-numeric, I take another action. Unfortunately, my approaches are awkward, so I look for others' approaches. To detect a numeric value, I have semi-successfully used two appoaches. I somewhat simplify here using direct character values like "123" rather than a variable. 1.
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with Samba > 2.0. However as it is not supported on all systems it is not included > in the default build (it should work nicely on Solaris though). > Essentially smbwrapper is a preloaded library which intercepts system calls and > simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2004 Nov 23
2
-lssl
Hi Having my first go at compiling Asterisk from cvs source. Compiled and installed zaptel ok Running make asterisk returns the following error message /usr/bin/ld cannot find -lssl collect2: ld returned 1 exit status The last part of the compile messages on screen are- editline/libedit.a db1.ast/libdb1.a stdtime/libtime.a -ldl -lncurses -lm -lresolv -lssl There is obviously something I have
2003 Mar 28
2
file.show("morley.tab") responds "NO FILE"
"An Introduction to R", Venables and Smith, Version 1.6.2 (2003-01-10) http://cran.r-project.org/doc/manuals/R-intro.pdf has in its "Appendix A: A sample session", page 81, file.show("morley.tab") I get the response NO FILE morley.tab The following "Introduction to the R Project for Statistical Computing" www.itc.nl/~rossiter/teach/sstat14/
2011 Mar 07
1
[1.8.3] Error compiling Asterisk: __sync_fetch_and_add
Hello all, mmm a bit embarrassing about not having a clue as to why we're getting this error on make of 1.8.3 [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o
2000 Jun 28
4
openssh-2.1.1p1 on Debian slink and potato
Just today I compilied openssh-2.1.1p1 on Debian Slink and Potato both to come out with the same problem. I am compiling them with openssl-0.9.5a.. The configure line I use for openssh is below: ./configure --sysconfdir=/etc/ssh --prefix=/usr --with-ssl-dir=../openssl-0.9.5a So I compile, do a make install restart the sshd daemon and everything seems fine. Then when I do a w at the prompt
2005 Mar 29
3
-lssl problem on debian
Hello Just installed fresh Debian testing box, checked out Asterisk and others from CVS stable (-r 1.0), and now trying to 'make install' in Asterisk. I get this error: if [ -d CVS ] && ! [ -f .version ]; then echo CVS-v1-0-03/29/05-15:19:53 > .version; fi gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o
2009 Jan 28
1
Faced Problems with RODBC package 1.2-5 and 1.2-4 for windows
Hi, I am facing problems with RODBC package 1.2-5 and 1.2-4 built for windows. I am using R 2.8.1 version. I faced some problems when I was trying to execute sql procedure from R with exec/execute statement . Stored procedure contains code/statements : 1) Call to another procedure (R calls one procedure which itself calls another procedure) 2)
2006 Jan 03
4
Problems Upgrading to 1.2.1 on Fedora 3
I am having trouble with FC3. After doing a yum update (of 1264 packages) I still cannont compile 1.2.1 from source: make[1]: `libedit.a' is up to date. make[1]: Leaving directory `/usr/src/asterisk-1.2.1/editline' make[1]: Entering directory `/usr/src/asterisk-1.2.1/db1-ast' make[1]: `libdb1.a' is up to date. make[1]: Leaving directory `/usr/src/asterisk-1.2.1/db1-ast'
2000 Nov 30
2
Debian package problems (fwd)
---------- Forwarded message ---------- Date: Thu, 30 Nov 2000 21:31:52 -0800 From: crusius@stanford.edu To: feedback@vorbis.com Subject: Debian package problems Hi. First of all, congratulations on the nice job. I downloaded your Debian packages for the libraries and ogg123, but the dependencies are wrong: the stable version of Debian (potato) ships with libc6 version 2.1.3, but your packages
2003 Jun 19
1
compile in uclibc enviroment
hello, i try to compile * in uclibc enviroment (uclibc 0.9.19 ), but still getting following error does anyone know how to solve it ? regards Marian --------- gcc -g -o asterisk -rdynamic io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o
2005 Mar 10
4
Suse Compiling: next err
Hi all, sorry bothering again. I am still stuck in compiling asterisk. Learning (or trying to) from the first problem and first hint, when I got this error: gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o
2002 Jan 26
1
Can't upgrade R properly with Debian potato
Hello- I had to reinstall my system completely, due to a cracker (a script kiddie). I've added the CRAN recommended lines to my sources.list. I removed my old R package (0.92, I believe) and intalled a new one, but it's the 1.3.1 If I remember correctly, this is not the __latest__ version is it? What's happening than, since my /etc/apt/sources.list is correct? TIA Regards
2002 Jan 26
1
[O-T] rsync security bug on Debian potato
Hello- This is off-tpoic, but of interest. There's a remote exploit bug on rsync, that was posted on Linux Today. I post this here because apparently it hasn't been mentioned (yet) on the Debian security advisory. The package list is not updated either. Perhaps this is what happened to CRAN when it was cracked... Maybe you admins at CRAN would want to contact the debian-security
2001 Dec 06
1
Inherit permissions in Samba2.2.2 on Debian ( potato )
if I set "inherit permissions = Yes" on my share, samba shuld set permisions for new files like uper directory - true? I'am asking because, I've set this parameter and nothing is going good. When I make new file in this share the groupID is set to user groupID whose create this file, but not the guid of the uper directory. The userID is set corectly. smb.conf: .... [test]
2002 Jul 18
1
debian potato cvs wine segfaults on compile
Hi, I'm trying to compile Wine cvs on this system: debian potato libc6 2.1.3 gcc 2.95.3 (upgraded) binutils 2.12.2 (upgraded) X 4.2 (upgraded) Nvidia drivers from Nvidias website (libGL 1.3) I get the following errors, I've tryied to compile this several times with tools/wineinstall and also 'configure && make depend && make', with and without these CLFAGS
2004 Mar 31
6
Can't compile asterisk.
hi. I got these compile errors while install asterisk. readline and openssl are compiled using gnu source, and kernel version is 2.4.17. Compile errors message is follows. Someone cleared this problem? Please, help! Regards. ---------------------------------------------------------------------------------- gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config. o channel.o
2009 Jan 16
3
[Bug 19622] New: 9100m G card (for acer aspire 4350)
http://bugs.freedesktop.org/show_bug.cgi?id=19622 Summary: 9100m G card (for acer aspire 4350) Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org