zhangyuqing / simulatorZ

simulates collections of independent genomic data sets, and performs within- and across-study training and validation with predicting algorithms
4 stars 5 forks source link

improvements to vignette, remove binary .o file from src/. #3

Closed lwaldron closed 10 years ago

lwaldron commented 10 years ago

Note that there is still an error on R CMD check because library(logging) is not loaded in the examples before doing source("createEsets.R"...) - I didn't fix it because I think the examples should be changed to just load 3 esets like the Vignette does now, rather than using createEsets.R which is too slow.