You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
darrentyson edited this page Oct 23, 2017
·
3 revisions
dipDRC
The dipDRC code has now been compiled into a complete R package including rudimentary documentation of the functions.
Downloading/installing
The diprate package is available as a compiled tarball package (code that should run on any machine).
Download the file, uncompress the diprate directory, and use devtools::load_all(<path_to_diprate>)
Alternatively, the package can be installed directly from GitHub using R and your user authentication. This requires the devtools package, which should be available from any CRAN mirror. You can modify the following R code to your system:
devtools::install_github("QuLab-VU/dipDRC", subdir="diprate", user="<GitHub username>", auth_token="<GitHub auth token>")