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

Just a note for those installing admixr on R4.1.1: progress is needed #92

Open
thierrygrange opened this issue Oct 19, 2024 · 1 comment

Comments

@thierrygrange
Copy link

Dear all

Just a note for those using R4.1.1 on Ubuntu 22.04, the command
install.packages("admixr")
fails because the package vroom cannot be installed
You need to install first the package progress and then it will work
The installation instructions should thus be modified to
install.packages("progress")
install.packages("admixr")
Enjoy this very useful package

Thierry

@thierrygrange thierrygrange changed the title Just a note for those installing on admixr on R4.1.1 Just a note for those installing admixr on R4.1.1: progress is needed Oct 19, 2024
@bodkan
Copy link
Owner

bodkan commented Oct 20, 2024

Hello, thanks for the heads up.

admixr doesn’t directly depend on vroom, so I suspect this is a misspecified dependency of one of the tidyverse packages that admixr does depend on. Usually the tidyverse team fixes those problem quickly. If they don’t, then I will implement a solution myself.

A small update to admixr on CRAN is in the works anyway, so I can take a closer look as part of that.

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

2 participants