satijalab / azimuth

A Shiny web app for mapping datasets using Seurat v4
https://satijalab.org/azimuth
GNU General Public License v3.0
108 stars 31 forks source link

Error Installing Azimuth #212

Closed NicoHadas closed 7 months ago

NicoHadas commented 7 months ago

Hello I'am unable to install Azimuth locally on R.

remotes::install_github('satijalab/azimuth', ref = 'master')

Downloading GitHub repo satijalab/azimuth@master These packages have more recent versions available. It is recommended to update all of them. Which would you like to update?

1: All
2: CRAN packages only
3: None
4: HDF5Array (1.30.0 -> 1.30.1) [CRAN]

Enter one or more numbers, or an empty line to skip updates: 1 HDF5Array (1.30.0 -> 1.30.1) [CRAN] glmGamPoi (NA -> 1.14.3) [CRAN] Installing 2 packages: HDF5Array, glmGamPoi

There is a binary version available but the source version is later: binary source needs_compilation HDF5Array 1.30.0 1.30.1 TRUE

Do you want to install from sources the package which needs compilation? (Yes/no/cancel) Yes Package which is only available in source form, and may need compilation of C/C++/Fortran: 'glmGamPoi' Do you want to attempt to install these from sources? (Yes/no/cancel) Yes installing the source packages 'HDF5Array', 'glmGamPoi'

trying URL 'https://bioconductor.org/packages/3.18/bioc/src/contrib/HDF5Array_1.30.1.tar.gz' Content type 'application/x-gzip' length 8098441 bytes (7.7 MB)

downloaded 7.7 MB

trying URL 'https://bioconductor.org/packages/3.18/bioc/src/contrib/glmGamPoi_1.14.3.tar.gz' Content type 'application/x-gzip' length 2104554 bytes (2.0 MB)

downloaded 2.0 MB

The downloaded source packages are in '/private/var/folders/v5/618fyvl92kldww407cwy53fr0000gq/T/Rtmpoq9gaz/downloaded_packages' ── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ✔ checking for file ‘/private/var/folders/v5/618fyvl92kldww407cwy53fr0000gq/T/Rtmpoq9gaz/remotes17f19c1acaf4/satijalab-azimuth-243ee5d/DESCRIPTION’ ... ─ preparing ‘Azimuth’: ✔ checking DESCRIPTION meta-information ─ cleaning src ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories Omitted ‘LazyData’ from DESCRIPTION ─ building ‘Azimuth_0.5.0.tar.gz’

ERROR: dependency ‘glmGamPoi’ is not available for package ‘Azimuth’

library(Azimuth)

Error in library(Azimuth) : there is no package called 'Azimuth'

Please advise