Displaying 10 results from an estimated 10 matches for "cormac".
Did you mean:
corman
2011 Jun 23
3
problem (and solution) to rle on vector with NA values
...ths = diff(c(0L, i)), values = x[i]),
??????? class = "rle")
}
Conclusion:
I think that the proposed code modification is an improvement on the existing
implementation of rle. Is it impertinent to suggest this R-modification to the
gurus at R?
Best wishes (in flame-war trepidation),
Dr. Cormac Long.
2005 Oct 18
2
loading packages - mac user
...tcltk package, this also gives the same error [1]. I also
get a "Couldn't launch application" error whenever I try to launch the
X11.app.
This is probably so basic it's staring me in the eyes, but I need your
help please. I'd be happy to give any extra info you need.
Thanks
Cormac
[1] Loading required package: tcltk
Loading Tcl/Tk interface ... Error in dyn.load(x, as.logical(local),
as.logical(now)) :
unable to load shared library
'/Library/Frameworks/R.framework/Resources/library/tcltk/libs/tcltk.so':
dlcompat: dyld: /Applications/R.app/Contents/MacOS/R can'...
2009 Dec 17
2
issue with using rm: cannot generate on-the-fly list
...nd use
.Internal(remove(delList, globalenv(),FALSE)).
I am using R version 2.10.0 running on a windows 7 box.
I want to declare the clean-up within a function for design purposes. The
full project is spread over several files and I am trying to keep the main
loop as simple as possible.
Sincerly,
Cormac Long.
[[alternative HTML version deleted]]
2011 Aug 17
1
A question about using getSrcDirectory() with R/Rscript
...Comments:
+ I have 'keep.source' option set to TRUE in both R and Rscript
(irritatingly, it's default is TRUE in R and FALSE in Rscript
- why is this?)
+ I have tested this with:
o R 2.13.1 on Ubuntu 10.10 (server)
o R 2.13.0 on Windows 7
Best wishes,
Cormac.
2011 Apr 27
1
Attempting to access an R list from within C code
...on Ubuntu x64
machine using R2.13.0):
void showList(SEXP *obj, int *size)
{
SEXP *locObj=obj;
int i;
for(i=0;i<*size;i++){
Rprintf("Entry is %d: value is %f",i,REAL(*locObj)[1]);
*locObj=CDR(*locObj);
}
return;
}
Any help is greatfully appreciated!
Best wishes,
Dr. Cormac Long.
[[alternative HTML version deleted]]
2012 Jun 19
1
Possible bug when using encomptest
...------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------
Many thanks (in advance) for your help!
Best wishes,
Dr. Cormac Long.
[[alternative HTML version deleted]]
2011 May 13
1
issue with odfWeave running on Windows XP; question about installing packages under Linux
...Would it not
be a good idea for the odfWeave package to check for the presence
of zip and unzip utilities and report accordingly when trying to install?
By default, Windows XP boxes do not have these utilities installed
(installing Rtools does away with this problem).
Many thanks in advance,
Dr. Cormac Long.
[[alternative HTML version deleted]]
2008 Oct 27
2
IRB error message (dyld: NSLinkModule() error)
...is appearing or how to fix it.
My setup is:
Ruby version 1.8.6 (i686-darwin9.5.0)
RubyGems version 1.3.0
Rails version 2.1.2
Active Record version 2.1.2
Action Pack version 2.1.2
Active Resource version 2.1.2
Action Mailer version 2.1.2
Active Support version 2.1.2
Application root /Users/cormacmoylan/shovell
Environment development
Database adapter sqlite3
Database schema version 0
Thanks for any assistance in the matter.
C.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Goog...
2010 Sep 15
0
A question on modelling binary response data using factors
...icance thereof), and perform rather
more complex sets of experiments using the same general ideas.
Apologies for the massive post, but I have been banging my head against
this one for more than a week now and am absolutely sure there is something
simple that I am doing wrong!
Yours sincerely,
Cormac Long.
[[alternative HTML version deleted]]
2010 Sep 16
8
function help?
Hi all,
I am writing a function (fun.R), but I dont know how to code the
function so that the Help Text will be shown up when one types ?fun (of
course, after he loads it up). Anyone has any advice for me how to do that?
Thanks,
D.