search for: fagan

Displaying 10 results from an estimated 10 matches for "fagan".

Did you mean: kagan
2009 Apr 29
7
problem with nil.user
Hi all, I''ve put new code into my app so that an administrator will have extra privileges (administer users, edit pages). The error is: ''Couldn''t find User without an ID'' So the app is looking for a logged in user when the homepage is accessed. Heres my code: site/index view: <% if is_logged_in? and logged_in_user.has_role?(''Moderator'')
1999 Dec 23
4
Very Large Data Sets
List, Can R handle very large data sets (say, 100 million records) for data mining applications? My understanding is that Splus can not, but SAS can easily. Thanks, Tony Fagan -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/19991222/6f333667/attachment.html
2009 Apr 05
3
Error reverting back to a previous version of rails
I want to revert back to a previous version of rails (1.2.3) but the project I want to work on was created in 2.0.2. I have uninstalled 2.0.2 and gem installed 1.2.3 but when I run script\server I get the following error. (I''m guessing its to do with my environment file but I''m pretty new to Rails so Im not sure.)
2000 Jan 18
1
irregular time series
Hello, Does R have objects to handle irregular time series data? For example, Splus uses the "its" object. I suppose I could write my own "its" function in R. Thank You, Tony Fagan ASYNC Technology, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000117/b8302bf9/attachment.html
2001 Sep 09
1
Spearman's analysis
...issertation data using Spearman's Rho with adjustments for tie scores; however, I do not have access to a way to find exact p's. I have a friend who has R but he doesn't know if it is appropriate for my analysis, given the constraint of tie scores? Can you advise me? Thanks. Michele Fagan -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010909/1c9ce2c1/attachment.html
2002 Feb 02
1
Re: R install problem
On Fri, 1 Feb 2002, Tony Fagan wrote: > I downloaded your RPM and tried installing it on Madrake 8.1. > It failed and said it could not find: > > libblas.so.3 To install these, from console as root do: urpmi liblapack3 > libgcc_s.so.1 > libgcc_s.so.1 (GLIBC_2.0) urpmi libgcc3 -- Michele Alzetta -.-.-.-...
2002 Feb 01
2
install mandrake 8.1
When I install the new RPM for Mandrake 8.1, it fails and cannot find: libblas.so.3, libgcc_s.so.1, and libgcc_s_so.1 (GLIBC_2.0). Any help would be very much appreciated. Thanks. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2009 May 05
1
will_paginate problem
Hi all, I''m having a bit of a problem with displaying a blog list using the will_paginate helper. My code is: entries_controller: def index @entries = Entry.find(:all) @blog_entries = @entries.paginate( :page => params[:page], :per_page => 4, :include => :user, :order =>
2009 Apr 28
0
strange path errors
Hi all, I am suddenly getting path errors in my application where there were none before. I have a user login that directs the user to their profile page. I can login ok for some users, but others I am getting path errors such that I cant log in e.g. user_photo_url failed to generate from :controller=>"user_photos", :user_id=>#<User id: 2, user_name:...... This path is in my
2009 Sep 09
1
Paperclip attachment to AWS - ActiveRecord::AssociationTypeMismatch Going Nuts!
Hi, I have been trying to do this for a few days now and cannot figure it out. I would be very grateful is anyone can help me I am trying to upload an attachment to AWS, S3 using paperclip, however every time I keep getting this error: ActiveRecord::AssociationTypeMismatch in ProjectController#create_notice Graphic(#37649720) expected, got Tempfile(#27280470) RAILS_ROOT: