-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when attempting to install BirdFlowR #208
Comments
I'll see if I can figure out what's going on. In the meantime @rsmiller74 see if you can install
If that doesn't work try using the bioconductor installer to install
And then try installing |
I was able to install the problematic Bioconducter packages using BiocManager. Then when Attempting to install BirdFlowR using remotes::install_github("birdflow-science/BirdFlowR", build_vignettes = TRUE) It then failed on lines 26-30 [setup] (Preprocess.Rmd) due to no ebirdst package. Quitting from lines 26-30 [setup] (Preprocess.Rmd) SUMMARY: processing the following file failed: Error: Vignette re-building failed. I then installed ebirdst from CRAN. Rerunning remotes::install_github() appears to run correctly with a valid installation of BirdFlowR. |
I'm sorry it was so convoluted. Thanks for reporting! |
When attempting to install BirdFlowR an error is generated for all biconductor dependencies.
Installing 4 packages: Rhdf5lib, S4Vectors, rhdf5filters, rhdf5
Installing packages into ‘C:/Users/apRMiller/AppData/Local/R/win-library/4.4’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository http://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4:
cannot open URL 'http://bioconductor.org/packages/3.18/bioc/bin/windows/contrib/4.4/PACKAGES'
Warning: unable to access index for repository http://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4:
cannot open URL 'http://bioconductor.org/packages/3.18/data/annotation/bin/windows/contrib/4.4/PACKAGES'
Warning: unable to access index for repository http://bioconductor.org/packages/3.18/data/experiment/bin/windows/contrib/4.4:
cannot open URL 'http://bioconductor.org/packages/3.18/data/experiment/bin/windows/contrib/4.4/PACKAGES'
Warning: unable to access index for repository http://bioconductor.org/packages/3.18/workflows/bin/windows/contrib/4.4:
cannot open URL 'http://bioconductor.org/packages/3.18/workflows/bin/windows/contrib/4.4/PACKAGES'
Warning: unable to access index for repository http://bioconductor.org/packages/3.18/books/bin/windows/contrib/4.4:
cannot open URL 'http://bioconductor.org/packages/3.18/books/bin/windows/contrib/4.4/PACKAGES'
Packages which are only available in source form, and may need compilation of C/C++/Fortran: ‘Rhdf5lib’ ‘S4Vectors’ ‘rhdf5filters’ ‘rhdf5’
These will not be installed
── R CMD build ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file 'C:\Users\apRMiller\AppData\Local\Temp\RtmpcDfsBw\remotesa27c22da74b3\birdflow-science-BirdFlowR-cef92ce/DESCRIPTION' (1.2s)
─ preparing 'BirdFlowR': (11.5s)
✔ checking DESCRIPTION meta-information ...
─ installing the package to build vignettes (1.5s)
-----------------------------------
ERROR: dependency 'rhdf5' is not available for package 'BirdFlowR'
─ removing 'C:/Users/APRMIL~1/AppData/Local/Temp/RtmpgFxa3g/Rinst249474474eca/BirdFlowR'
-----------------------------------
ERROR: package installation failed
The text was updated successfully, but these errors were encountered: