diff --git a/R/rprofile.R b/R/rprofile.R index 0f235b12b..68f176a5e 100644 --- a/R/rprofile.R +++ b/R/rprofile.R @@ -40,7 +40,7 @@ use_devtools <- function() { use_rprofile_package <- function(package) { check_installed(package) ui_bullets(c( - "_" = "Include this code in {.href [.Rprofile](file://~/.Rprofile)} to make {.pkg {package}} + "_" = "Include this code in {.path .Rprofile} to make {.pkg {package}} available in all interactive sessions:" )) ui_code_snippet(" @@ -54,7 +54,7 @@ use_rprofile_package <- function(package) { #' @export use_partial_warnings <- function() { ui_bullets(c( - "_" = "Include this code in {.href [.Rprofile](file://~/.Rprofile)} to warn on partial matches:" + "_" = "Include this code in {.path .Rprofile} to warn on partial matches:" )) ui_code_snippet(" options(