-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
I also don't have an opinion, I only note that rlang::is_installed()
is already used elsewhere:
Line 33 in a1038fa
#' if (rlang::is_installed("data.tree")) { |
Line 182 in a1038fa
if (!rlang::is_installed("roxygen2")) { |
Line 24 in a1038fa
if (is_installed("prettycode")) { |
However I also see check_installed
:
Line 50 in a1038fa
check_installed("data.tree") |
Line 106 in a1038fa
if (write_tree) check_installed("data.tree") |
So I will mark this for follow-up to use a consistent choice in the code base. (including whether to use ::
as those names are in the NAMESPACE)
Originally posted by @MichaelChirico in #1267 (comment)
Metadata
Metadata
Assignees
Labels
No labels