-
Notifications
You must be signed in to change notification settings - Fork 1
Home
The dipDRC code has now been compiled into a complete R package including rudimentary documentation of the functions.
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>")
Follow the links to learn more about the install_github function in the devtools package and GitHub authentication tokens