# NOT RUN {
## active project, interval = since the last release
use_tidy_thanks()
## active project, interval = since a specific datetime
use_tidy_thanks(from = "2018-02-24T00:13:45Z")
## r-lib/usethis, inteval = since a certain date
use_tidy_thanks("r-lib/usethis", from = "2018-05-01")
## r-lib/usethis, up to a specific release
use_tidy_thanks("r-lib/usethis", from = NULL, to = "v1.3.0")
## r-lib/usethis, since a specific commit, up to a specific date
use_tidy_thanks("r-lib/usethis", from = "08a560d", to = "2018-05-14")
# }
Run the code above in your browser using DataLab