search for: geneticsp

Displaying 3 results from an estimated 3 matches for "geneticsp".

Did you mean: genetics
2005 Apr 24
1
R CMD check doesn't stop with checking examples
...le it as a shared library and load it into R via dyn.load(). However, when I launch R CMD check it doesn't stop with checking examples. It's just doing and doing ... I pasted the whole output from R CMD check. Does anyone have any suggestions? I'm still using R 2.0.1. C:\Gregor\devel\GeneticsPed>Rcmd check GeneticsPed * checking for working latex ... OK * using log directory 'C:/Gregor/devel/GeneticsPed/GeneticsPed.Rcheck' * checking for file 'GeneticsPed/DESCRIPTION' ... OK * checking if this is a source package ... OK installing R.css in C:/Gregor/devel/GeneticsPed/...
2005 Mar 25
0
Re: Cross-building R packages
Jun hi again! Sorry for bothering. Although I had no problem with building Windows package under Linux, I noticed that man pages are not processed as they should or maybe I have a problem with my setup. My package is called 'GeneticsPed'. Instead of HTML or text files I just got a GeneticsPed.Rd.gz in man directory of a package (this is within GeneticsPed_0.1.zip file!). The file GeneticsPed.Rd.gz contains is one file, where all man pages are in in Rd format. When I install package I just get this (GeneticsPed.Rd.gz) fil...
2008 Feb 06
2
kinship package: drawing pedigree error
Hi Im using the kinship package to draw a pedigree. On my data set this works fine but when i add indivudals to the pedigree i keep getting an error i hope someone can help me! This is the code im using: Data<-read.table("Tree.txt", header=T, sep=",") attach(Data) ped<-pedigree(id, dadid, momid, sex, aff) par(xpd=T) plot.pedigree(ped) This is my data looks like