/FDButils

Utility functions for use in other FDB packages.

Primary LanguageRMIT LicenseMIT

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")