search for: jamesr

Displaying 4 results from an estimated 4 matches for "jamesr".

Did you mean: james
2002 Sep 11
1
.Renviron and Renviron.site (on Windows XP)
Hello, Could someone please tell me why the following doesn't work: I have a file C:\Program Files\R\rw1051\etc\Renviron.site, which contains the line: R_LIBS= "C:/Jim/LocalR-Libraries/FromCran"; "C:/Jim/LocalR-Libraries/Cantata" >From the documentation, I gather that I have put this file in the default location, but to be safe I also explicitly set the R_ENVIRON
2004 Sep 02
3
link() problem with dovecot-imapd
...when I try to do a move, the FS that my Maildir is on doesn't support link() hence the problem. It seems to be doing a proper copy to get it into the tmp/ part of the Maildir and then a link() to put it in new/. Any ideas on how to cure this? Log output;l -- Sep 2 18:44:29 indulgence imap(jamesr): link(/home/jamesr/Mail/Maildir/.INBOX.Trash/tmp/1094147066.P2339Q0M915274.indulgence, /home/jamesr/Mail/Maildir/.INBOX.Trash/new/1094147066.P2339Q0M915274.indulgence:2,Sa) failed: Operation not permitted James 'BR' Ray - EMail : jamesr at pethippo.co.uk (Primary) - EMail : j...
2006 Feb 04
5
file_column + form_remote_tag
For my weekend project, I''m going to get form_remote_tag and file_column playing happily together. According to my research, no one has done this yet. If you happen to have tried this, and have some workable code, send me an email. I''d rather not duplicate the effort. Thanks! -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com
2007 Apr 06
0
unknown constant when using habtm?
Hello, I have a Post AR and a Category AR. The Post has_and_belongs_to_many :Categories. When I attempt to call destroy() on a post object, I am getting the following error. uninitalized Constant Post::Categories. It seems as if it should be using Post::Category and not Post::Categories. For my other relationships, there is a constant there in singular form. (ex: a post has_many :Links and