ImmuneDynamics / Spectre

A computational toolkit in R for the integration, exploration, and analysis of high-dimensional single-cell cytometry and imaging data.
https://immunedynamics.github.io/spectre/
MIT License
56 stars 21 forks source link

Install problem for R version 4.2.1 #142

Closed charlottedevries closed 1 year ago

charlottedevries commented 1 year ago

Hi,

I have tried to install Spectre package, but I face some problems. First I thought it was the problem that I had not updated my R version, but now that I am running 4.2.1 it still does not work. following this

if(!require('devtools')) {install.packages('devtools')}
devtools::install_github("immunedynamics/spectre")

gives me a very long error ending with: “installation of package ‘/var/folders/89/qs39dbjs0s96m8zm69nymx7116z4d5/T//Rtmpcprnft/filec5b41fced90f/Spectre_1.0.0.tar.gz’ had non-zero exit status”

and Spectre::package.check() gives: Error in loadNamespace(x) : there is no package called ‘Spectre’

I hope someone has a suggestion!

Thanks, Charlotte

ghar1821 commented 1 year ago

Hi @charlottedevries

Sorry for the late response. It has been a hectic year for us. Is it possible to paste the error message before that last line? Fully understand if it is not possible as it has been a while.

tomashhurst commented 1 year ago

Hi @charlottedevries , there will likely have been an error message a few lines before this one you mentioned:

“installation of package ‘/var/folders/89/qs39dbjs0s96m8zm69nymx7116z4d5/T//Rtmpcprnft/filec5b41fced90f/Spectre_1.0.0.tar.gz’ had non-zero exit status”

Could you see which it was?

charlottedevries commented 1 year ago

Hi,

Thank you for your response, but I managed to solve the problem! Thanks.

Best, Charlotte

On 31 Jan 2023, at 09:50, Thomas Ashhurst @.**@.>> wrote:

U ontvangt niet vaak e-mail van @.**@.>. Meer informatie over waarom dit belangrijk ishttps://aka.ms/LearnAboutSenderIdentification

Hi @charlottedevrieshttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcharlottedevries&data=05%7C01%7Ccharlotte.de.vries%40ki.se%7Ce46bfa286c6644ef90e008db036844c0%7Cbff7eef1cf4b4f32be3da1dda043c05d%7C0%7C0%7C638107518589803132%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=LBpjOyv1Wvm7OyYMg4Nc8ZEhHTwQu9SFMI4rrnCQ2J8%3D&reserved=0 , there will likely have been an error message a few lines before this one you mentioned:

“installation of package ‘/var/folders/89/qs39dbjs0s96m8zm69nymx7116z4d5/T//Rtmpcprnft/filec5b41fced90f/Spectre_1.0.0.tar.gz’ had non-zero exit status”

Could you see which it was?

— Reply to this email directly, view it on GitHubhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FImmuneDynamics%2FSpectre%2Fissues%2F142%23issuecomment-1409979003&data=05%7C01%7Ccharlotte.de.vries%40ki.se%7Ce46bfa286c6644ef90e008db036844c0%7Cbff7eef1cf4b4f32be3da1dda043c05d%7C0%7C0%7C638107518589958896%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4HinSe6kvN6D5Zs2n1HpfJ5J39HuE%2Bo%2FLMSAP9DycsU%3D&reserved=0, or unsubscribehttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FA3Z3GFY5XBUUFQMCB2GOLNTWVDG67ANCNFSM6AAAAAARNYGC4E&data=05%7C01%7Ccharlotte.de.vries%40ki.se%7Ce46bfa286c6644ef90e008db036844c0%7Cbff7eef1cf4b4f32be3da1dda043c05d%7C0%7C0%7C638107518589958896%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Mr4Z1EIfZ2x4yaftAaKQ8Dxxj2JgsT291oSsJ8aLkEc%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>

När du skickar e-post till Karolinska Institutet (KI) innebär detta att KI kommer att behandla dina personuppgifter. Här finns information om hur KI behandlar personuppgifterhttps://ki.se/medarbetare/integritetsskyddspolicy.

Sending email to Karolinska Institutet (KI) will result in KI processing your personal data. You can read more about KI’s processing of personal data herehttps://ki.se/en/staff/data-protection-policy.

tomashhurst commented 1 year ago

Glad to hear it!