Find appropriate versions of dependencies for your package

This app is meant to help you choose a reasonable minimum version of dependencies for your package by showing you the current CRAN version of each dependency, and the R version that each depends on. It's not necessary to require a minimum R version in your package, and you probably shouldn't unless you are required to by R CMD check or you have explicitly verified that your package works on versions of R back to a particular version (new advice from Hadley Wickham). There is a discussion of this issue on the RStudio Community forum.




Source code for this app is here.


This table lists the packages listed as dependencies by the selected package, their current version on CRAN, the version required by the selected package, and the minimum version of R required by each of those dependencies.

*Note that only dependencies on CRAN are checked