Skip to content

Commit e9d3637

Browse files
methods are internal
1 parent bc04f9b commit e9d3637

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

R/cache.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#' Check if the R cache is persistent
2+
#' @keywords internal
23
has_persistent_R.cache <- function() {
34
temp_dirs <- path_if_exist(
45
fs::path_norm(fs::path_dir(tempdir())),

R/testing.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ on_cran <- function() {
231231

232232
#' The testing environment does not use a conda environment if the env variable
233233
#' PRECOMMIT_INSTALLATION_METHOD is not 'conda'.
234+
#' @keywords internal
234235
not_conda <- function() {
235236
Sys.getenv("PRECOMMIT_INSTALLATION_METHOD") != "conda"
236237
}

man/has_persistent_R.cache.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/not_conda.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)