Dear list,
I am trying to write a package for simulating meioses in R. We defined a class
'haplotype' which contains the basic units of our simulation:
setClass("haplotype",representation(snp = "numeric",qtl = "list",
hID = "numeric",phID0 = "numeric",phID1 =
Dear list,
I am trying to develop a package. I used the function package.skeleton to make
the directory tree of the package and then build and compiled the package as
described (I hope). Now, I would like to increase the number of functions in
the package without overwriting the existing packa