similar to: Installation on Mac OS X 10.3.2 with Fink readline and headers

Displaying 20 results from an estimated 500 matches similar to: "Installation on Mac OS X 10.3.2 with Fink readline and headers"

2003 Dec 11
2
Failed installation on Mac OSX 10.3 (PR#5697)
I've installed R 1.8.1 on OSX 10.3 (Panther) using the RAqua.pkg and all indications were that the installation was successful. However, after double clicking the R icon in the Applications folder, nothing appears to happen. The following message appears on the console: Mac OS X Version 10.3 (Build 7B85) 2003-12-11 08:45:31 -0500 prefs written dyld:
2003 Dec 11
2
Failed installation on Mac OSX 10.3 (PR#5697)
I've installed R 1.8.1 on OSX 10.3 (Panther) using the RAqua.pkg and all indications were that the installation was successful. However, after double clicking the R icon in the Applications folder, nothing appears to happen. The following message appears on the console: Mac OS X Version 10.3 (Build 7B85) 2003-12-11 08:45:31 -0500 prefs written dyld:
2006 Jan 16
0
belongs_to with has_and_belongs_to_many
I''m having a problem with belongs_to and has_and_belongs_to_many. Here''s a brief summary of the models involved: class Member < ActiveRecord::Base set_primary_key ''member_id'' has_and_belongs_to_many :projects, :join_table => ''projects__members'' has_many :projects, :foreign_key => ''created_by'' end class
2006 Jun 22
1
As.Factor with Logistic Regression
I am modeling the probability of player succeeding in the NFL with a binomial logistic regression with 1 signifying success and 0 signifying no success. I performed the regression of the binomial variable against overall draft position using the college conference for which each player played as a factor using the as.factor(Conference) command. My question is: How do I plot specific factors
2003 Nov 30
2
R as OS X Framework
After the recent discussion about future direction of the Mac OS X port, I was toying with the idea to make R a proper Mac OS X framework. There are several advantages: OS X locates frameworks automatically, therefore any program wishing to link against R has only to specify "-framework R" at link time. Furthermore versioning is supported, i.e. if a program is linked against R 1.7.1
2006 Jun 23
3
Interpreting as.factor
When I run a linear regression and include a variable in the regression with as.factor i.e. lm(y ~x +as.factor(x1) and i read the output as as.factor(x1)1.... as.factor(x1)2... etc. how do i interpret the estimate for each level? Is this simply to be regarded as a shift in the equation predicted by the intercept and independent variable x? jdr -- Justin Rapp 409 S. 22nd St. Apt. 1
2003 Oct 20
2
Samba 3 Production
Is anyone using Samba 3 in a production environment? If so what version and how stable is it? -- Bert Rapp North Trail RV Center 239.693.8200 __ There are 10 types of people in this world, those who understand binary and those who don't.
2010 May 16
1
Li x Yu is out of the office.
I will be out of the office starting 05/14/2010 and will not return until 06/17/2010. Please feel free to contact the following for assistance. Clinton F. Miller at 919.442-8380 Scott Rapp at (919) 373-4063 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Aug 27
1
Hidden files in source packages
R-devel has been warning for some time about hidden files (in the Unix sense, starting with a period) in source packages. We could get R CMD build and the CRAN incoming scripts to remove these *if* we knew that they were never needed. It seems clear that .Rapp.history .Rhistory .Rbuildindex.xxxxx inst/doc/.build.timestamp are R leftovers, ._.DS_store is from an Apple filesystem and .tex
2006 Nov 24
0
PostgreSQL search_path and db:structure:dump rake task
Hello! I''ve submitted a patch to work around a problem when multiple schemas are included in the search_path in database.yml for PostgreSQL databases. (Long story short: the pg_dump --schema flag only accepts a single schema.) http://dev.rubyonrails.org/ticket/6665 While I''ve tested the regex pattern used to check for multiple schemas, I''m unsure of how to
2003 Dec 19
1
won't install properly on Mac 10.3.2
R version 1.8.1, Mac OS X 10.3.2 I have tried searching for this problem and its fix, but to no avail. -Everything seems to download and unpack fine. I double click on StartR, however, and it just winks and fails. Any thoughts? Thanks in advance, Hank Dr. Martin Henry H. Stevens, Assistant Professor 338 Pearson Hall Botany Department Miami University Oxford, OH 45056 Office: (513) 529-4206
2013 May 03
1
(no subject)
Hi. After I installed R 3.0.0.pkg for mac version , when click the icon R to startup . I receive the annoucement in red color to inform that something wrongs , but I do not know how to fix them . R version 3.0.0 (2013-04-03) -- "Masked Marvel" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin10.8.0 (64-bit) "R is free software and comes
2012 Feb 29
2
How to remove an object that is loaded every time R is opened?
Dear R users, I'm a newbie and have another basic question that you guys can answer for me. So, I've been noticing that an object (data frame) called "FossilFuel" is loaded as default when I first open up the R (see below). I created this data frame a while ago which is a data set for tutorial and I don't need this any more. I'm not sure why this happens and wonder if
2004 Aug 10
7
Windows XP SP2 (Official) and Samba 3
I've looked through the archives and the only information I can find regarding Windows XP SP2 is RC2. Has anyone out there had ANY experience with XP SP2 Official and a Samba 3 domain? -- Bert Rapp North Trail RV Center p 239.693.8200 f 239.693.8115
2006 Jun 22
1
Strings to Numbers?
I am running the following command. for( i in 1:378){ for (j in 1:5) { *********Year [((i-1)*5)+j,1]<- yearly[i,2];********* Year [((i-1)*5)+j,2] <- j; Year [((i-1)*5)+j,3] <- yearly[i,(j+2)]; j <- (j+1); } i <- (i+1) } The array referenced yearly[i,2] contains conference names i.e. BIG12, SEC, BIG10. The loop executes fine except for the fact that
2006 Jun 23
0
Testing for Significance Between Logistic Regressions
This is more of a statistics question with implementation implications. I have used R to calculate logistic regressions for various characterstics. I would now like to verify that the difference between a particular subset is significantly different from the logistic regression of the entire set. Example. I have a logistic regression containing every running back drafted between 1980-2000. I
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
Some issues with the recent R-devel (rsync today) on Darwin: 1) Recent R-devel is a bit misleading concerning the R-framework installation: A new option --enable-R-framework was introduced, but install-Rframework ignores its absence (or --disable-R-framework for that matter) and tries to install the framework anyway in / which fails just after the R itself was copied into /Versions/.... I
2008 Dec 17
1
using dvi with latex object: directory not correctly set, maybe due to error in shQuote()
Dear friends of R, I want to produce a pdf file with the contents of a matrix. I employ the latex command in combination with dvi, both contained in the Hmisc package. It seems to me that the function does not correctly set the directory. > tbl.loc <- matrix(1:4, nc=2) > latex.obj <- latex(tbl.loc) > dvi(latex.obj) warning: extra args ignored after 'cd' H:\PROJECTS\data
2005 Jan 28
16
primary_key_prefix_type, support for non-integer primary keys
Hello! I''m just starting out with Rails--and Ruby itself for that matter--and have a couple of questions regarding primary_key_prefix_type and non-integer primary keys. I see in the ActiveRecord documentation [1] that by default the primary key of a table "foo" is expected to be "id", though primary_key_prefix_type this can be changed to :table_name or
2008 Aug 04
0
I installed ImageMagick via fink and port, but R can't seem to find it.
Hi, all, I have been trying to use adimpro. I have installed ImageMagick via fink and also through MacPorts. I have tried them installed separately and together, but R can't seem to recognize that they are there. Perhaps, a Mac user out there that also uses R would be able to help. Much appreciated, Art