I am attempting to retrieve email addresses of contributing package authors and maintainers to the R-Project. The function reads as follows:
availpkgs <- available.packages(contriburl = contrib.url(getOption("repos"), type),
method, fields = NULL, type = getOption("pkgType"),
filters = NULL)
I've attempted different character values in the fields
parameter to retrieve Maintainer and Author info from the 'PACKAGES' files, but have not been had luck. Does anyone know how I might approach this? Thank you in advance for your time.