Closed gladkia closed 3 years ago
@gladkia feel free to update the the Authors@R
bits of the DESCRIPTION file to add you as a contributor, and I will be happy to merge, ie. something like:
person(
"Steve", "Lianoglou", role = c("aut", "cre"),
email = "slianoglou@gmail.com",
comment = c(ORCID = "0000-0002-0924-1754")),
person("your", "name", ..., role = "ctb"),
person("Denali Therapeutics", role = c("fnd"), comment = "2018+"),
person("Genentech", role = c("fnd"), comment = "2014 - 2017"))
(if you want to, that is ...)
@gladkia feel free to update the the
Authors@R
bits of the DESCRIPTION file to add you as a contributor, and I will be happy to merge, ie. something like:person( "Steve", "Lianoglou", role = c("aut", "cre"), email = "slianoglou@gmail.com", comment = c(ORCID = "0000-0002-0924-1754")), person("your", "name", ..., role = "ctb"), person("Denali Therapeutics", role = c("fnd"), comment = "2018+"), person("Genentech", role = c("fnd"), comment = "2014 - 2017"))
(if you want to, that is ...)
@lianos - done :). Thank you :).
Great, thank you for your contribution @gladkia!
Hi Steve,
I encountered the issue with multiple warnings being thrown when running
sparrow::corplot
. It seems that small fix withformals
does the job.Please find the example session to reproduce/evaluate the issue below. Interestingly the
supressWarnings
inside thesparrow::corplot
did not prevent the appearance of the warnings in the global env.