3 merge requests!269Merge in develop and bump version,!268New order for items in the website's pulldown menu,!267Tidy install instructions and vignettes
@@ -40,10 +40,9 @@ To install the package along with its dependencies, which are required to run ex
install.packages("inldata", dependencies = TRUE)
```
To install the development version of the package, you need to clone the repository and build from source, or run the following commands:
To install the development version of the package, you can either clone the repository and build it from source, or run the following commands. Make sure the **remotes** package for R is installed.
```r
if (!requireNamespace("remotes")) install.packages("remotes")