Skip to content

Commit

Permalink
Merge pull request #16 from RobLBaker/main
Browse files Browse the repository at this point in the history
fix update packages instructions
  • Loading branch information
RobLBaker authored Apr 27, 2023
2 parents 366614e + ca99cb9 commit 8f90c7f
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(\"", old_pkgs, "\")")
cli::cat_line("devtools::install_github(\"nationalparkservice/", old_pkgs, "\")")
cli::cat_line()
}
}
Expand Down

0 comments on commit 8f90c7f

Please sign in to comment.