Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LHMarshall authored Dec 11, 2024
1 parent 10676c4 commit 9f434a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ There are two vignettes within the dssd package to help you get started using `d

# Getting `dssd`

We typically aim to keep `dssd` on CRAN, so it can be readily installed from within R-Studio or the R interface. However, at present there is an [issue](https://github.com/DistanceDevelopment/dssd/issues/94) that prevents this. Therefore to obtain `dssd` at present, please use the following code.
The easiest way to get `dssd` is to install it from CRAN within R-studio or the R interface. We endeavour to make all new functionality available on CRAN in a timely manor. However, if you wish to download the development version with the latest updates immediately you can do this using Hadley Wickham's `devtools` package:

# First, ensure you have a copy of the `devtools` package:
if (!nzchar(system.file(package = "devtools"))) install.packages("devtools")
# then install `dssd` from github:
devtools::install_github("DistanceDevelopment/dssd", build_vignettes = TRUE)

then install `dssd` from github:

library(devtools)
install_github("DistanceDevelopment/dssd", build_vignettes = TRUE)

### Troubleshooting tip

Expand Down

0 comments on commit 9f434a9

Please sign in to comment.