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

Assistance Needed with Installing MRPRESSO R Package #29

Open
GargantuarDave opened this issue May 1, 2024 · 3 comments
Open

Assistance Needed with Installing MRPRESSO R Package #29

GargantuarDave opened this issue May 1, 2024 · 3 comments

Comments

@GargantuarDave
Copy link

GargantuarDave commented May 1, 2024

Dear MRPRESSO developers,

I am encountering difficulties installing the MRPRESSO R package using devtools::install_local(). During the installation process, I am presented with the following error message:

  • installing source package 'MRPRESSO' ...
    ** using staged installation
    Error : Invalid DESCRIPTION file

Unknown encoding

Please see the 'The DESCRIPTION file' section in the 'Writing R Extensions' manual for more information.
ERROR: installing package DESCRIPTION failed for package 'MRPRESSO'
Thank you for your time and attention to this matter. I appreciate any guidance or assistance you can provide.

@GargantuarDave
Copy link
Author

image

@remlapmot
Copy link

We maintain an r-universe of Mendelian randomization R packages - you can install from that with

install.packages("MRPRESSO", repos = c("https://mrcieu.r-universe.dev", "https://cran.r-project.org"))

And if you're on macOS or Windows it'll come down as a binary package.

@GargantuarDave
Copy link
Author

We maintain an r-universe of Mendelian randomization R packages - you can install from that with

install.packages("MRPRESSO", repos = c("https://mrcieu.r-universe.dev", "https://cran.r-project.org"))

And if you're on macOS or Windows it'll come down as a binary package.

Based on your response, I was successful. Thank you very much!

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