diff --git a/R/init.R b/R/init.R index f19417b..df3c4f0 100644 --- a/R/init.R +++ b/R/init.R @@ -1,2 +1,3 @@ -remotes::install_deps() -install.packages("pkgload") \ No newline at end of file +install.packages("pkgload") +install.packages("remotes") +remotes::install_deps() \ No newline at end of file