Description Usage Arguments Value Note Examples
Determine which of your installed packages have an upcoming birthday.
1 | upcoming_bdays(days = 30)
|
days |
Integer specifying the number of days out from the current date to consider. |
A data frame with two columns: package
and birthday
Based on a modified version of the internal
devtools
function package_find_repo
.
1 2 3 4 | ## Not run:
upcoming_bdays()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.