usethis 2.2.1
-
Internal helper
cran_version()
, used in functions such as
use_release_checklist()
anduse_news_md()
, is more resilient to situations
where no CRAN mirror has been set (#1857). -
Internal usage of
numeric_version()
now always provides character input,
rather than relying on implicitas.character()
coercion. This is in response
to a request from CRAN to anticipate future solutions to
https://bugs.r-project.org/show_bug.cgi?id=18548 (#1869).