From d0d2e928611f3d404737885c11e32a9a1436484a Mon Sep 17 00:00:00 2001 From: slwu89 <10673535+slwu89@users.noreply.github.com> Date: Fri, 18 Nov 2022 07:31:30 -0800 Subject: [PATCH] cran install notes --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7833b2be..5f960b31 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,19 @@ The section "Functions" documents each function exported by the package. ## Installation -To install from an R session, run the following lines of code. +To install the latest version from GitHub, run the following lines of code in an R session. ``` library(devtools) devtools::install_github("dd-harp/exDE") ``` +Alternatively, you can install directly from [CRAN](https://cran.r-project.org/package=exDE) (please be aware that the version on CRAN may not be the latest version on GitHub): + +``` +install.packages("exDE") +``` + ## Contributing For information about how to contribute to the development of exDE, please read our article on how to contribute at `vignette("Contributing")`!