Skip to content

Commit 9e8fb79

Browse files
committed
Fix R_user_dir import
1 parent 0df197f commit 9e8fb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/settings_utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ find_config <- function(filename) {
8080
# cf: rstudio@bc9b6a5 SessionRSConnect.R#L32
8181
file.path(Sys.getenv("HOME", unset = "~"), linter_file),
8282
# Next check for a global config file
83-
file.path(tools::R_user_dir("lintr", which = "config"), "config")
83+
file.path(R_user_dir("lintr", which = "config"), "config")
8484
)
8585

8686
# Search through locations, return first valid result

0 commit comments

Comments
 (0)