rondolab / MR-PRESSO

Performs the Mendelian Randomization Pleiotropy RESidual Sum and Outlier (MR-PRESSO) method.
80 stars 30 forks source link

Assistance Needed with Installing MRPRESSO R Package #29

Open GargantuarDave opened 4 months ago

GargantuarDave commented 4 months ago

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:

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 commented 4 months ago

image

remlapmot commented 4 months ago

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 commented 4 months ago

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!