From 24be7fb7c5a78ef852db3bfe8eddfc487e1c7585 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Mon, 1 Jul 2024 12:03:28 -0400 Subject: [PATCH 1/2] Update README.Rmd --- README.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 9214b8f..00e952f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -25,9 +25,10 @@ Additional work on the short course has been contributed by Elizabeth Humphries ## Installation -You can install the development version of dataplay from [GitHub](https://github.com/) with: +You can install the development version of `dasehr` from [GitHub](https://github.com/) with: ``` r +# Use devtools or remotes to install from GitHub # install.packages("devtools") devtools::install_github("fhdsl/dasehr") From 59856a5e2eb52c6d557acf69b41a61bae3e53388 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Mon, 1 Jul 2024 12:04:00 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7744421..5341a75 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ Humphries and Candace Savonen. ## Installation -You can install the development version of dataplay from +You can install the development version of `dasehr` from [GitHub](https://github.com/) with: ``` r +# Use devtools or remotes to install from GitHub # install.packages("devtools") devtools::install_github("fhdsl/dasehr")