Bioconductor / sweave2rmd

A project for converting Bioconductor Sweave documents to Rmd
Creative Commons Attribution Share Alike 4.0 International
8 stars 20 forks source link

Add one more column for maintainers name and email in the script #77

Closed sonali8434 closed 1 year ago

sonali8434 commented 1 year ago

We are trying to add two more columns for package maintainers name and email-id in the output file of the script so that it would be easier for us to contact them and also to keep a record for us.

sonali8434 commented 1 year ago

Its better to add one more column instead of two because with the help of biocPckgs[biocPckgs$Package == packageNames[[i]], ]$Maintainer we get the name and email both information.