Skip to content

Commit

Permalink
Merge pull request #20 from RobLBaker/main
Browse files Browse the repository at this point in the history
fix NPSdataverse update message
  • Loading branch information
RobLBaker authored Jul 10, 2023
2 parents c4800f9 + 04202b6 commit d95ed63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/updateR.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +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, "\")")
cli::cat_line("devtools::install_github(\"nationalparkservice/", old_pkgs, "\")\n\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 d95ed63

Please sign in to comment.