3DGenomes / binless

Resolution-independent normalization of Hi-C data
GNU Lesser General Public License v3.0
7 stars 2 forks source link

Installation failed on CentOS6.6 with R 3.5.1 #10

Closed wangyibin closed 5 years ago

wangyibin commented 5 years ago

Hi there. I have a problem when install binless...

devtools::install_github("3DGenomes/binless",subdir="binless") Downloading GitHub repo 3DGenomes/binless@master These packages have more recent versions available. Which would you like to update?

1: All 2: CRAN packages only 3: None 4: digest (0.6.18 -> 0.6.19) [CRAN] 5: knitr (1.22 -> 1.23 ) [CRAN]

Enter one or more numbers separated by spaces, or an empty line to cancel 1: 1 digest (0.6.18 -> 0.6.19) [CRAN] knitr (1.22 -> 1.23 ) [CRAN] Installing 2 packages: digest, knitr trying URL 'http://mirrors.ustc.edu.cn/CRAN/src/contrib/digest_0.6.19.tar.gz' Content type 'application/gzip' length 140243 bytes (136 KB)

downloaded 136 KB

trying URL 'http://mirrors.ustc.edu.cn/CRAN/src/contrib/knitr_1.23.tar.gz' Content type 'application/gzip' length 880134 bytes (859 KB)

downloaded 859 KB

The downloaded source packages are in '/tmp/RtmppMrezo/downloaded_packages' Updating HTML index of packages in '.Library' Making 'packages.html' ... done checking for file '/tmp/RtmppMrezo/remotes936475d47ff/3DGenomes-binless-602fv checking for file '/tmp/RtmppMrezo/remotes936475d47ff/3DGenomes-binless-602fbc6/binless/DESCRIPTION' (643ms)

Any help would be greatly appreciated !

Thanks so much

yannickspill commented 5 years ago

Could you please specify which boost version you are using and/or try updating the boost library? sudo yum install boost-devel.x86_64

wangyibin commented 5 years ago

Thanks a lot for your answer. The binless was installed successfully when I removed the boost from the package 'BH'.

/public1/home/stu_wangyibin/packages/R-devel/lib64/R/library/BH/include/boost/

devtools::install_github("3DGenomes/binless",subdir="binless") Downloading GitHub repo 3DGenomes/binless@master Installing 1 packages: BH trying URL 'http://mirrors.ustc.edu.cn/CRAN/src/contrib/BH_1.69.0-1.tar.gz' Content type 'application/gzip' length 12378154 bytes (11.8 MB)

downloaded 11.8 MB

Ed

yannickspill commented 5 years ago

good! Let us know how it goes