This site is a development preview. As such the content and styling may not be final and is subject to change before going into production. To see more information about the redesign click here.

dir.expiry

This is the development version of dir.expiry; for the stable release version, see dir.expiry.

Managing Expiration for Cache Directories

Bioconductor version: Development (3.18)

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 (from within R, enter citation("dir.expiry")):

Installation

To install this package, start R (version "4.3") and enter:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

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")
Managing directory expiration HTML R Script
Reference Manual PDF

Details

biocViews Infrastructure, Software
Version 1.9.0
In Bioconductor since BioC 3.13 (R-4.1) (2 years)
License GPL-3
Depends
Imports utils, filelock
Linking To
Suggests rmarkdown, knitr, testthat, BiocStyle
System Requirements
Enhances
URL
See More
Depends On Me
Imports Me basilisk, basilisk.utils, rebook
Suggests Me
Links To Me
Build Report  

Package Archives

Follow Installation instructions to use this package in your R session.

Source Package dir.expiry_1.9.0.tar.gz
Windows Binary dir.expiry_1.9.0.zip
macOS Binary (x86_64) dir.expiry_1.9.0.tgz
macOS Binary (arm64) dir.expiry_1.9.0.tgz
Source Repository git clone https://git.bioconductor.org/packages/dir.expiry
Source Repository (Developer Access) git clone git@git.bioconductor.org:packages/dir.expiry
Bioc Package Browser https://code.bioconductor.org/browse/dir.expiry/
Package Short Url https://bioconductor.org/packages/dir.expiry/
Package Downloads Report Download Stats