# NOT RUN {
# }
# NOT RUN {
# Use with Dropbox
db <- cache_filesystem("~/Dropbox/.rcache")
mem_runif <- memoise(runif, cache = db)
# Use with Google Drive
gd <- cache_filesystem("~/Google Drive/.rcache")
mem_runif <- memoise(runif, cache = gd)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab