Skip to content

Commit

Permalink
Update dev pkgcache
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 21, 2023
1 parent 8551747 commit 8be0992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/library/pkgcache/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Language: en-US
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-11-21 10:49:19 UTC; gaborcsardi
Packaged: 2023-11-21 13:28:55 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
Posit Software, PBC [cph, fnd]
Maintainer: Gábor Csárdi <[email protected]>
2 changes: 1 addition & 1 deletion src/library/pkgcache/R/cache-dirs.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ get_user_cache_dir <- function() {

# R_PKG_CACHE_DIR first. R_user_dir uses R_USER_CACHE_DIR, if set.
if (cdir == "") {
cdir <- R_user_dir("pkgcache", "cache")
cdir <- tools::R_user_dir("pkgcache", "cache")
} else {
cdir <- file.path(cdir, "R", "pkgcache")
}
Expand Down

0 comments on commit 8be0992

Please sign in to comment.