The latest stable release is available on this repository. If you would like to install the current revision on GitHub, please follow these instructions:
-
Install the R package "devtools" with the following command:
install.packages("devtools") -
Load the devtools package with the following command:
library(devtools) -
Using the install_github function, install discreteRV with the following command:
install_github("DreamUnibucTeam/ContinuousRandomVars") -
Load the library with the following command:
library(ContinuousRandomVars) -
You're done!