search for: biostat3

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

Did you mean: biostat
2003 Oct 09
1
dyn.load error with C file
...lly clueless how to fix this: System: Solaris 7, Software: R_1.7.1 for unix > R CMD INSTALL -l /Rdir/library haplo.stats_1.1.0.tar.gz -works like a charm-- no syntax errors, etc But problems are when I'm loading the library within R. > library(haplo.stats, lib.loc="/people/biostat3/sinnwell/Rdir/library") > Error in dyn.load(x, as.logical(local), as.logical(now)) : > unable to load shared library > "/people/biostat3/sinnwell/Rdir/library/haplo.stats/libs/haplo.stats.so": > ld.so.1: /opt/tools/R/current-version/lib/R/bin/R.bin: fatal: rel...
2003 Oct 07
0
C dynamic library error on Solaris 7
I am on Solaris 7, using R_1.7.1 developing packages for both Splus and R. We have a working R-package for haplo.score and now converting to haplo.stats. R CMD INSTALL -l /people/biostat3/sinnwell/Rdir/library haplo.stats_1.1.0.tar.gz works like a charm-- as comparable to our working version of haplo.score. But problems are when I'm loading the library within R. Within my package I have three C files, one of which I believe is causing the dynamic library error below. > l...
2007 Apr 13
2
Fractals with R
Hi everybody, I put some R-code to a web page for drawing fractals. See http://fractalswithr.blogspot.com/ If you have some R-code for fractal images, I'm willing to include them to the page. Has somebody tried L-systems or Markov algorithm (http:// en.wikipedia.org/wiki/Markov_algorithm) with R? Best wishes, Atte Tenkanen University of Turku, Finland
2005 Apr 14
0
Sd2Rd command (PR#7791)
...lity is a \name{} tag is written once (given the value of the first <s-topic>) and an \alias tag is written for each <s-topic> tag. Having multiple \name{} tags caused R CMD check to holler the following: * checking Rd files ... WARNING Rd files with duplicate 'name': /people/biostat3/sinnwell/Rdir/Make/haplo.stats/man/haplo.score.Rd These entries must be unique in an Rd file. I believe that the developers of Sd2Rd attempted to prevent this from happening. They use a variable named nalias (used as a Boolean and initialized to 0). If nalias is equal to 0 then the \name{} tag i...