Skip to content
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

Azimuth compatibility with R version #224

Open
npirete opened this issue May 1, 2024 · 2 comments
Open

Azimuth compatibility with R version #224

npirete opened this issue May 1, 2024 · 2 comments

Comments

@npirete
Copy link

npirete commented May 1, 2024

Hi Everyone, I'm trying to download azimuth but I keep getting this error:

install.packages('Azimuth')
Installing package into ‘/Users/npirete/Library/R/arm64/4.4/library’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘Azimuth’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

@AndrewGottscho
Copy link

Also hitting this issue with R 4.4.1

@llrs
Copy link

llrs commented Sep 30, 2024

Azimuth is not on CRAN so install.packages("Azimuth") won't work. You need to follow the instructions on the readme or these: install.pacakges("BiocManager");BiocManager::install("satijalab/azimuth"). Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants