WubingZhang / MAGeCKFlute

Integrative analysis pipeline for pooled CRISPR functional genetic screens
https://github.com/WubingZhang/MAGeCKFlute
24 stars 10 forks source link

Installing the package "MAGeCKFlute" with error #8

Open shitiezhu opened 3 years ago

shitiezhu commented 3 years ago

Hello, I Installed the package "MAGeCKFlute" using devtools It returns error:

devtools::install_bitbucket("liulab/MAGeCKFlute")
Downloading bitbucket repo liulab/MAGeCKFlute@master
Error in curl::curl_fetch_memory(url, handle = h) : 
  Timeout was reached: [api.github.com] Connection timed out after 10000 milliseconds

Howerer, using BiocManager::install("MAGeCKFlute") it was installed successfully, but when using MAGeCKFlute::BarView() it returns 'Error: 'BarView' is not an exit object within' Namespace :MAGeCKFlute'. How can I fix it?

Thank you!