Skip to content

Commit

Permalink
Merge pull request #21 from RobLBaker/main
Browse files Browse the repository at this point in the history
fix update message spacing
  • Loading branch information
RobLBaker authored Jul 10, 2023
2 parents d95ed63 + 2a1d5b4 commit 48292c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/updateR.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cli::cli_text(
"{.strong To update {cli::qty(length(old_pkgs))}th{?is/ese} {cli::qty(length(old_pkgs))}package{?s}, please run:\n}")
cli::cat_line("detach_NPSdataverse()")
cli::cat_line("devtools::install_github(\"nationalparkservice/", old_pkgs, "\")\n\n")
cli::cat_line("devtools::install_github(\"nationalparkservice/", old_pkgs, "\")\n")
cli::cat_line("Close R and Rstudio. Open a new R session and reload the NPSdataverse.")
cli::cat_line()
}
Expand Down

0 comments on commit 48292c5

Please sign in to comment.