From 9cfc90f6dfeffe9bffc73d5a82b0c4ffdd39e24e Mon Sep 17 00:00:00 2001 From: Paxanator <10686914+Paxanator@users.noreply.github.com> Date: Mon, 22 Oct 2018 21:38:28 -0500 Subject: [PATCH] Passed upgrade through to install_deps --- R/install.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/install.R b/R/install.R index 56fd1f873..4d7f8ed9d 100644 --- a/R/install.R +++ b/R/install.R @@ -80,7 +80,7 @@ install <- remotes::install_deps(pkg$path, build = build, build_opts = build_opts, INSTALL_opts = opts, dependencies = dependencies, quiet = quiet, - force = force, ... + force = force, upgrade = upgrade, ... ) if (build) {