Skip to content

Commit

Permalink
Merge pull request #22 from RobLBaker/main
Browse files Browse the repository at this point in the history
update update message again
  • Loading branch information
RobLBaker authored Jul 10, 2023
2 parents 48292c5 + 202bcc1 commit 3fcda6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/updateR.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
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")
cli::cat_line("Close R and Rstudio. Open a new R session and reload the NPSdataverse.")
cli::cat_line("devtools::install_github(\"nationalparkservice/", old_pkgs, "\")")
cli::cat_line("\nClose R and Rstudio. Open a new R session and reload the NPSdataverse.")
cli::cat_line()
}
}
Expand Down

0 comments on commit 3fcda6b

Please sign in to comment.