From 59ce2c84148b5bfe7bda7596b71c533a2e247eb8 Mon Sep 17 00:00:00 2001 From: "Shawn P. Serbin" Date: Wed, 29 Dec 2021 09:54:13 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 72c4931..c4c2284 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,13 @@ Finally, to complete the installation you will also need to install the spectrat ``` r # to install the master branch version -devtools::install_github(repo = "TESTgroup-BNL/PLSR_for_plant_trait_prediction", -dependencies=TRUE) +devtools::install_github(repo = "TESTgroup-BNL/spectratrait", dependencies=TRUE) -# to install a specific release, for example release 1.0.0 -devtools::install_github(repo = "TESTgroup-BNL/PLSR_for_plant_trait_prediction@v1.0.0", -dependencies=TRUE) +# to install a specific release, for example release 1.0.5 +devtools::install_github(repo = "TESTgroup-BNL/spectratrait@v1.0.5", dependencies=TRUE) # or a specific branch, e.g. a branch named devbranch -devtools::install_github(repo = "TESTgroup-BNL/PLSR_for_plant_trait_prediction", -ref = "devbranch", dependencies=TRUE) +devtools::install_github(repo = "TESTgroup-BNL/spectratrait", ref = "devbranch", dependencies=TRUE) ``` ## Contains: