Skip to content

RCollins13/RLCtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLCtools

An R library of helper functions

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.

About

R library of helper functions used across projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages