Closed SathiyaNManivannan closed 4 years ago
Hello, Looks to me like it doesn't like your VGAM version. Can you try reinstalling VGAM using install.packages("VGAM") and then repeat the Garnett install?
I'm going to close, reply or reopen if this continues to be an issue.
Describe the bug I tried to reinstall Garnett in R using devtools. But I get the following error when the package is complied and packed for lazy loading
** byte-compile and prepare package for lazy loading Error: (converted from warning) package 'VGAM' was built under R version 3.6.2 Execution halted ERROR: lazy loading failed for package 'garnett'
To Reproduce devtools::install_github("cole-trapnell-lab/garnett")
Expected behavior downloads and begins to install the package, but fails to complete installation:
Error: Failed to install 'garnett' from GitHub: (converted from warning) installation of package ‘C:/Users/sxm165/AppData/Local/Temp/Rtmp6ftf7T/file3c247e6bb51/garnett_0.1.14.tar.gz’ had non-zero exit status
Might have something to do with warnings being turned errors in yml file. Screen shot