search for: thesavagesam

Displaying 2 results from an estimated 2 matches for "thesavagesam".

2011 May 04
2
Is this confict of different versions of R or something else?
...ies aren't installed? I like R very much, but if there is difference between R in different operating systems, then I dislike that. Can you give me some tips how to avoid these problems? Install latest R to my university PC? I don't want to fall back at Windows users -category anymore. -- TheSavageSam -- View this message in context: http://r.789695.n4.nabble.com/Is-this-confict-of-different-versions-of-R-or-something-else-tp3495104p3495104.html Sent from the R help mailing list archive at Nabble.com.
2010 Mar 05
2
Writing own simulation function in C
I am wishing to write my own random distribution simulation function using C programmin language(for speed) via R. I am familiar with R programming but somewhat new to C programming. I was trying to understand "Writing R extensions" -guide and its part 6.16, but I found it hard to understand(http://cran.r-project.org/doc/manuals/R-exts.html#Standalone-Mathlib). I also tried to get