Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn P. Serbin authored Dec 29, 2021
1 parent 952a194 commit 59ce2c8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]",
dependencies=TRUE)
# to install a specific release, for example release 1.0.5
devtools::install_github(repo = "TESTgroup-BNL/[email protected]", 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:
Expand Down

0 comments on commit 59ce2c8

Please sign in to comment.