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.
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.
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.