ttriche/Rscripts: Accumulated code that Tim takes for granted and other people request

Over the years I have, like most programmers, ended up with some convenience functions that I tend to rely upon and trainees/collaborators ask for. These include things like `phelp`, `dtach`, and other linguistic abominations, as well as a version of print.data.frame() that uses IRanges and doesn't suck. Note that in actual practice, I just source all the files in Rscripts/R/, because I am a caveman typing into a terminal with green letters. Also note that this is accomplished via .Rprofile, and my .Rprofile is linked into system.file("extdata", ".Rprofile", package="Rscripts") so that I don't forget where I put it. If this sounds a lot like the ravings of a crazy man, that's because it is.

Getting started

Package details

Maintainer
LicenseGPL2
Version0.9.999
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ttriche/Rscripts")
ttriche/Rscripts documentation built on Sept. 14, 2023, 2:52 a.m.