# NOT RUN {
# before:
fetch_tag_from_Rd("installr", "\\author")
# after:
package_authors("installr")
sort(package_authors("installr")) # sorted name list...
## From the top R packages list:
## http://www.r-statistics.com/2013/06/top-100-r-packages-for-2013-jan-may/
package_authors("plyr")
package_authors("digest")
package_authors("ggplot2")
package_authors("colorspace")
package_authors("stringr") # empty string.
package_authors("knitr")
package_authors("MASS")
package_authors("rpart")
package_authors("Rcpp")
# }
Run the code above in your browser using DataLab