monicaycli / FDButils

Utility functions for use in other FDB packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FDButils

github release Travis-CI Build Status license

Utility functions for use in other FDB packages. Code in this package should make use only of functions in the dozen or so "base R" packages. It should also be pretty stable, as other packages may depend on it.

Install with devtools::install_github():

install.packages("devtools") ## If you don't already have it.
library(devtools)
install_github("davebraze/FDButils")

About

Utility functions for use in other FDB packages.

License:MIT License


Languages

Language:R 100.0%