We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46be427 commit 531df95Copy full SHA for 531df95
1 file changed
R/install.R
@@ -63,7 +63,7 @@ install <- function(
63
cli::cli_abort("{.arg upgrade} must be a single TRUE, FALSE, or NA")
64
}
65
if (lifecycle::is_present(force)) {
66
- lifecycle::deprecate_warn("2.5.0", "intall(force)")
+ lifecycle::deprecate_warn("2.5.0", "install(force)")
67
68
69
pkg <- as.package(pkg)
0 commit comments