Issue #61
new
Hi, when I install Chicago on my centos syytem,I get this problem,Does anyone know what I should do。 All output information is as follows: * > library(devtools) * Loading required package: usethis * > install_bitbucket("chicagoTeam/Chicago", subdir="Chicago") * Error: Failed to install 'unknown package' from Bitbucket: * unsupported URL scheme
Hi, You can download the .tgz (if you are mac user) file from using the link https://bioconductor.org/packages/release/bioc/html/Chicago.html. After downloading you can use this command in R to manually install the package:
install.packages("FileLocation", repos = NULL, type = .Platform$pkgType)
It seems to work for me.
regards,
Rohit