similar to: R works on Fedora Core 3

Displaying 20 results from an estimated 10000 matches similar to: "R works on Fedora Core 3"

2005 Apr 25
1
installing R-2.1.0 from source on Fedora Core 3 with tclt k
On my FC3 for x86_64 (Athlon64 3000+) at home, R-patched from today compiled just fine, and tcltk works. The version of tcl, tcl-devel, tk and tk-devel are all 8.4.7-2. Cheers, Andy > From: Jonathan Baron > > I installed from source on Fedora Core 3 starting with the > command > > ./configure --prefix=/usr --with-tcltk > > (The --with-tcltk may not be necessary, but
2005 Apr 24
1
installing R-2.1.0 from source on Fedora Core 3 with tcltk
I installed from source on Fedora Core 3 starting with the command ./configure --prefix=/usr --with-tcltk (The --with-tcltk may not be necessary, but there seems to be some correlation between using it and getting it to work.) It would not compile with tcltk, even though I had both tcl and tk rpms installed. Various fooling around let me to get
2005 Feb 13
1
missing X11 graphics title bar
I have on occasion had the problem of missing title bars on X11 graphics windows when using R, and would like to know what others have found in terms of the occurance, source, or solution of this problem. In searching for information on this I found only the brief thread from last November which I have copied below. Anyone who has experienced this knows it brings a very unwelcome interruption to
2005 Jun 18
1
Fedora Core 4
I had installed R from source on Fedora Core 3. Then I upgraded to Fedora Core 4, but left R alone. R worked fine, until I trued to update.packages(). Even then, many packages updated just fine, but two of them, cluster and mgcv, failed with the following error message (using cluster as an example): gcc -shared -L/usr/local/lib -o cluster.so clara.o daisy.o dysta.o fanny.o meet.o mona.o pam.o
2004 Apr 27
6
installing R on Fedora Core 2 test 2
Just a report for those who want to try this. (Executive summary: It eventually worked.) The RPM for Fedora Core 1 did not work because it wanted libtcl8.3.so and libtk8.3.so, while this distribution had 8.4 instead of 8.3. I didn't try making soft links, thus pretending that it had 8.3. (I'm planning to install the final version of Core 2 when it comes out soon. This is a computer I
2004 Dec 23
1
searching Jonathan Baron's R Site
First, my site will be down December 27-28 because of a network upgrade at Penn. It will also be down at least one day before that, while I upgrade the operating system. (And another day some time in January because of a planned power outage.) Second, I have replaced the search engine in my R site: http://finzi.psych.upenn.edu/ I am now using Namazu instead of HtDig. The direct link to the
2016 Sep 08
6
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Don't do anything yet. I may have found the problem by accident. I tried to use the computer from something else, and it was being drastically slowed down by some leftover processes, which turned out to be xlhtml. That is something that converts Excel files. Apparently, some excel files got into the libraries, and they were causing the indexing to hang completely. I am now running everything
2008 May 16
1
Fedora 9?
Not to be impatient, but something seems odd. The CRAN repository has nothing for Fedora 9. The RPM of R that comes with Fedora 9 is version 2.6.2. Someone connected with the Fedora project must have built that. R 2.7 is not in the "updates" for Fedora 9, so nobody connected with Fedora has done that. However - and this is the odd thing - the "development" repository of
2016 Sep 08
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
On 9/8/2016 5:01 AM, Jonathan Baron wrote: > OK. It is sort of fixed and sort of works. > > We'll keep it for now, but this is not going to work forever. When > namazu fails completely I will not have the time to install a new > search engine. > > One option is to use google. For a site like this, I think they will > want some money, but I'm not sure, and I do not
2016 Sep 07
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Hello, All: Jonathan Baron is "giving up" maintaining the RSiteSearch database. This breaks three things: (1) The R Site Search web service that Baron has maintained. (2) The RSiteSearch function in the utils package. (3) The sos package, for which I'm the maintainer and lead author. Might someone else be willing to take these over? For me,
2004 Jun 15
2
import SYSTAT .syd file?
Does anyone know how to read a SYSTAT .syd file on Linux? (Splus 6 does it, but it is easier to find a Windows box with Systat than to download their demo. I'm wondering if there is a better way than either of these options.) Jon -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron R search page:
2016 Dec 21
1
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Unfortunately, I am unable to get this search site working again. (The message below explains why I had to rebuild it.) The computer worked for the better part of a day downloading and installing all the help files from all CRAN packages. Somehow it failed to get the vignettes this time. But I pushed ahead and ran the part of namazu that makes the search indices: mknmz. And you can see the
2008 Jun 14
1
modifying INSTALL to make html but not build package
For my R page at http://finzi.psych.upenn.edu/ (also the target of RSiteSearch()), I'm trying to find a way to get the html versions of the help pages without actually installing packages. This will allow me to include packages that don't install. And it will also vastly speed up the monthly update, and make it easier to replicate everything in case of disaster. I have made a modified
2005 Jan 10
1
/usr/bin/ld error on make asterisk with Fedora Core 3
I've downloaded the latest CVS as of yesterday. Zaptel and libpri compile and link OK but after issuing the "make asterisk" command I get the following: /usr/bin/ld: cannot find -lidn collect2: ld returned 1 exit status make[1]: *** [app_curl.so] Error 1 make[1]: leaving directory '/usr/src/asterisk/apps' make: *** [subdirs] Error 1 Linux version is 2.6.9-1.667 gcc
2003 Dec 01
3
search site for R (http://finzi.psych.upenn.edu)
My search site, http://finzi.psych.upenn.edu, has had several problems recently, all my fault, for which I apologize. But it now seems to be running reliably, on a new computer that is much faster than the old one. It uses htdig to permit search of the Rhelp mailing list, R documents, R functions, and various combinations of these. Search has several options, including Boolean search (with AND,
2004 Jun 18
1
Is there an easy way to generate linearly independent vec tors
I believe eigen(), svd() and qr() can all do it. Andy > From: Jonathan Baron > > On 06/17/04 19:04, Fred wrote: > >Dear R-listers: > > > >I am trying to test an algorithm on a set of linearly > independent vectors > >{x1,x2,...,xn}. > > Well, here's an idea, for 10 vectors of length 10, > as columns of a matrix m1. The 11th seems to be needed.
2000 Aug 26
1
R for psychology
For those new to this list, I point out that Yuelin Li and I have drafted an introduction to R for psychology, trying to emphasize the things the psychologists usually do. It is at http://www.psych.upenn.edu/~baron/rpsych.pdf and http://www.psych.upenn.edu/~baron/rpsych.htm Because it is a draft, with frequent changes, we have not yet asked for it to be placed in the CRAN page. We welcome
2009 Nov 27
1
binaries >= 3.3.4 for fedora core 3
Hi, I'm using Samba (currently samba-3.0.10-1.fc3) in an intranet environment under Fedora Core 3. I learned that I have to upgrade to Samba 3.3.4 or higher in order to join new Windows 7 clients to the domain. Hints to binaries for this setting would be greatly appreciated. Cheers, Jo
2008 May 26
2
make.packages.html
It used to be that, whenever I added or updated a new package, the file /usr/lib/R/doc/html/packages.html would be updated (on Linux). Now I find that this does not happen anymore. So I found this function make.packages.html, which seems to do what I think should be done automatically. But it puts its output in a file in /tmp/..., which I then have to move, in an extra step, to where it should
2003 Jul 27
1
multiple imputation with fit.mult.impute in Hmisc
I have always avoided missing data by keeping my distance from the real world. But I have a student who is doing a study of real patients. We're trying to test regression models using multiple imputation. We did the following (roughly): f <- aregImpute(~ [list of 32 variables, separated by + signs], n.impute=20, defaultLinear=T, data=t1) # I read that 20 is better than the default of