Copyright (c) 2023-Present, Ryan L. Collins and the Dana-Farber Cancer Institute.
Distributed under terms of the GNU GPL v2.0 License (see LICENSE
).
RLCtools
is an R library of helper functions used across projects.
It can be installed from source like any other R package. For example:
version <- 0.1
install.packages(paste("RLCtools_", version, ".tar.gz", sep=""), repos=NULL, type="source")
Once installed, you load it like any other R package:
library(RLCtools)
Most functions have help text, which can be accessed using ?
like any other R function.