if (FALSE) {
## Get all the packages in the win-builder queue
winbuilder_queue()
## Check if the 'dplyr' package is in the win-builder queue
winbuilder_queue(pkg = "dplyr")
## Check which packages are in the R-devel queue
winbuilder_queue(folders = "R-devel")
}
Run the code above in your browser using DataLab