Closed KaiWaldrant closed 7 months ago
My bad-noticed that typo yesterday and forgot to push the fix to github. Try it again.
It is fixed.
We wanted to replace the source install with cmd below and it installed with no error:
install.packages("RcppPlanc", repos = c(
linux = 'https://welch-lab.r-universe.dev/bin/linux/jammy/4.3',
sources = 'https://welch-lab.r-universe.dev',
cran = 'https://cloud.r-project.org'))
But when running our script (https://github.com/openproblems-bio/openproblems-v2/blob/main/src/tasks/batch_integration/methods/liger/script.R) we still got an error message that the package was not installed:
Error in `.runINMF.list()`:
! Package RcppPlanc is required for iNMF integration. Please install it by command: `devtools::install_github('welch-lab/RcppPlanc')`
If the build was failing due to a typo for you, it was likely failing on r-universe as well. Glad to hear it works.
From: Kai Waldrant @.> Sent: Wednesday, April 3, 2024 9:28:28 AM To: welch-lab/RcppPlanc @.> Cc: Robbins, Andrew @.>; Comment @.> Subject: Re: [welch-lab/RcppPlanc] error when building from source (Issue #4)
External Email - Use Caution
It is fixed.
We wanted to replace the source install with and got no installation error:
install.packages("RcppPlanc", repos = c( linux = 'https://welch-lab.r-universe.dev/bin/linux/jammy/4.3', sources = 'https://welch-lab.r-universe.dev', cran = 'https://cloud.r-project.org'))
But when running our script (https://github.com/openproblems-bio/openproblems-v2/blob/main/src/tasks/batch_integration/methods/liger/script.R) we still got an error message that the package was not installed:
Error in .runINMF.list()
:
! Package RcppPlanc is required for iNMF integration. Please install it by command: devtools::install_github('welch-lab/RcppPlanc')
— Reply to this email directly, view it on GitHubhttps://github.com/welch-lab/RcppPlanc/issues/4#issuecomment-2034613999, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACFNSCJLOEX6JRLLYH4RFDLY3P7XZAVCNFSM6AAAAABFVHPAM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZUGYYTGOJZHE. You are receiving this because you commented.Message ID: @.***>
Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues
We're having trouble again with installing the package when building from source:
sessioninfo():