- Home
- Bioconductor 3.17
- Software Packages
- dir.expiry
dir.expiry
This package is for version 3.17 of Bioconductor; for the stable, up-to-date release version, see dir.expiry.
Managing Expiration for Cache Directories
Bioconductor version: 3.17
Implements an expiration system for access to versioned directories. Directories that have not been accessed by a registered function within a certain time frame are deleted. This aims to reduce disk usage by eliminating obsolete caches generated by old versions of packages.
Author: Aaron Lun [aut, cre]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("dir.expiry")):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("dir.expiry")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("dir.expiry")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.