junyangq / snpnet

snpnet: Fast and scalable lasso/elastic-net solver for large SNP data
32 stars 15 forks source link

Error running vignette #31

Closed P-Rafter closed 2 years ago

P-Rafter commented 4 years ago

Hi Junyang,

I am trying to run the code given in vignette.Rmd for snpnet but I have run into the following error:

Error in if (file.exists(file.path) && !recompute) { : missing value where TRUE/FALSE needed Calls: snpnet -> computeStats -> compute.summary.stats

If you have run into this error before could you let me know how to resolve it please?

Regards, Pierce

tdelhomme commented 4 years ago

Got the same error. Here is my config:

> version
               _                           
platform       x86_64-pc-linux-gnu         
arch           x86_64                      
os             linux-gnu                   
system         x86_64, linux-gnu           
status                                     
major          3                           
minor          6.2                         
year           2019                        
month          12                          
day            12                          
svn rev        77560                       
language       R                           
version.string R version 3.6.2 (2019-12-12)
nickname       Dark and Stormy Night  
Keisarinn commented 4 years ago

I get the same error. I wonder what the problem is.

junyangq commented 4 years ago

Sorry for the delay. It should have been fixed now.