LTLA / batchelor

Clone of the Bioconductor repository for the batchelor package.
https://bioconductor.org/packages/devel/bioc/html/batchelor.html
16 stars 7 forks source link

error in batchelor installation #33

Open wonliy opened 2 years ago

wonliy commented 2 years ago

if (!requireNamespace("BiocManager", quietly = TRUE))

  • install.packages("BiocManager")

BiocManager::install("batchelor") 'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details

replacement repositories: CRAN: https://cran.rstudio.com/

Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.2 (2021-11-01) Installing package(s) 'batchelor' also installing the dependency ‘scuttle’

Packages which are only available in source form, and may need compilation of C/C++/Fortran: ‘scuttle’ ‘batchelor’ Do you want to attempt to install these from sources? (Yes/no/cancel) yes installing the source packages ‘scuttle’, ‘batchelor’

trying URL 'https://bioconductor.org/packages/3.14/bioc/src/contrib/scuttle_1.4.0.tar.gz' Content type 'application/x-gzip' length 979954 bytes (956 KB)

downloaded 956 KB

trying URL 'https://bioconductor.org/packages/3.14/bioc/src/contrib/batchelor_1.10.0.tar.gz' Content type 'application/x-gzip' length 1996990 bytes (1.9 MB)

downloaded 1.9 MB

The downloaded source packages are in ‘/private/var/folders/mq/j68g448j3j59cct30c1wb9hh0000gp/T/Rtmpp9wICn/downloaded_packages’ Old packages: 'Matrix' Update all/some/none? [a/s/n]: n Warning messages: 1: In .inet_warning(msg) : unable to access index for repository https://bioconductor.org/packages/3.14/bioc/bin/macosx/big-sur-arm64/contrib/4.1: cannot open URL 'https://bioconductor.org/packages/3.14/bioc/bin/macosx/big-sur-arm64/contrib/4.1/PACKAGES' 2: In .inet_warning(msg) : unable to access index for repository https://bioconductor.org/packages/3.14/data/annotation/bin/macosx/big-sur-arm64/contrib/4.1: cannot open URL 'https://bioconductor.org/packages/3.14/data/annotation/bin/macosx/big-sur-arm64/contrib/4.1/PACKAGES' 3: In .inet_warning(msg) : unable to access index for repository https://bioconductor.org/packages/3.14/data/experiment/bin/macosx/big-sur-arm64/contrib/4.1: cannot open URL 'https://bioconductor.org/packages/3.14/data/experiment/bin/macosx/big-sur-arm64/contrib/4.1/PACKAGES' 4: In .inet_warning(msg) : unable to access index for repository https://bioconductor.org/packages/3.14/workflows/bin/macosx/big-sur-arm64/contrib/4.1: cannot open URL 'https://bioconductor.org/packages/3.14/workflows/bin/macosx/big-sur-arm64/contrib/4.1/PACKAGES' 5: In .inet_warning(msg) : unable to access index for repository https://bioconductor.org/packages/3.14/books/bin/macosx/big-sur-arm64/contrib/4.1: cannot open URL 'https://bioconductor.org/packages/3.14/books/bin/macosx/big-sur-arm64/contrib/4.1/PACKAGES' 6: In .inet_warning(msg) : installation of package ‘scuttle’ had non-zero exit status 7: In .inet_warning(msg) : installation of package ‘batchelor’ had non-zero exit status

PeteHaitch commented 2 years ago

See https://github.com/LTLA/scuttle/issues/14#issuecomment-989653173