Skip to content

Commit

Permalink
revert rprofile change
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Mar 6, 2024
1 parent 2a93251 commit f36ae0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/rprofile.R
Original file line number Diff line number Diff line change
Expand Up @@ -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("
Expand All @@ -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(
Expand Down

0 comments on commit f36ae0b

Please sign in to comment.