From 7249cc1296ce9e1bc33d471c5a32c3d4b6eda6f1 Mon Sep 17 00:00:00 2001 From: Daniel Sjoberg Date: Wed, 18 Oct 2023 09:42:07 -0700 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b063a6f2c5..c5247888e4 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,17 @@ to develop ADaM datasets in R. ## Installation -The package is available from CRAN and can be installed by running `install.packages("admiral")`. - -To install the latest development version of the package directly from GitHub use the following code: +The package is available from CRAN and can be installed with ```r -if (!requireNamespace("remotes", quietly = TRUE)) { - install.packages("remotes") -} +install.packages("admiral") +``` -remotes::install_github("pharmaverse/pharmaversesdtm") # This is a required dependency of {admiral} -remotes::install_github("pharmaverse/admiraldev") # This is a required dependency of {admiral} -remotes::install_github("pharmaverse/admiral") +To install the development version of the package from GitHub run + +```r +# install.packages("devtools") +devtools::install_github("pharmaverse/admiral") ``` ## Release Schedule