Skip to content

Commit a32dd08

Browse files
committed
fix: don't include git stuff...
1 parent 639724e commit a32dd08

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

R/cache.R

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ cache_environ$epidatr_cache <- NULL
3232
#' @param prune_rate how many calls to go between checking if any cache elements are too old or if the cache overall is too large. Defaults to `2000L`. Since cachem fixes the max time between prune checks to 5 seconds, there's little reason to actually change this parameter. Doesn't have a corresponding environmental variable.
3333
#' @export
3434
#' @import cachem
35-
<<<<<<< Updated upstream
3635
set_cache <- function(cache_dir = NULL,
37-
=======
38-
>>>>>>> Stashed changes
3936
days = NULL,
4037
max_size = NULL,
4138
logfile = NULL,
@@ -128,18 +125,6 @@ cache_info <- function() {
128125
cache_environ$epidatr_cache$info()
129126
}
130127

131-
<<<<<<< Updated upstream
132-
=======
133-
cache_epidata_call <- function(call, ...) {
134-
#' turn off the caching for this session
135-
#' @description
136-
#' Print out the information about the cache (as would be returned by cachem's `info()` method)
137-
#' @export
138-
cache_info <- function() {
139-
cache_environ$epidatr_cache$info()
140-
}
141-
142-
>>>>>>> Stashed changes
143128
#' create a new cache for this session
144129
#'
145130
#' @description

0 commit comments

Comments
 (0)