DavisLaboratory / singscore

An R/Bioconductor package that implements a single-sample molecular phenotyping approach
https://davislaboratory.github.io/singscore/
40 stars 5 forks source link

Install from Github fails on RStudio #39

Closed quarkstar-codes closed 1 year ago

quarkstar-codes commented 1 year ago

Installing on RStudio using command: devtools::install_github('DavisLaboratory/singscore')

Throws up the error:

ERROR
Authors@R field gives more than one person with maintainer role:
Dharmesh D. Bhuva <bhuva.d@wehi.edu.au> [aut, cre] (<https://orcid.org/0000-0002-6398-9157>)
Malvika Kharbanda <kharbanda.m@wehi.edu.au> [aut, cre] (<https://orcid.org/0000-0001-9726-3023>)

Reading the Writing R Extensions documentation:

The mandatory ‘Maintainer’ field should give a _single_ name followed by a _valid_ (RFC 2822) email address in angle brackets.

I think the DESCRIPTION file syntax does not allow for 2 co-maintainers or it will fail to install using Devtools on RStudio

bhuvad commented 1 year ago

Hi! Apologies for the delay in getting back to you. I have fixed this and made Malvika the sole maintainer. This should have fixed the issue.