Skip to content

Commit

Permalink
Automatic readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and jamesmbaazam committed Jun 3, 2024
1 parent 544a9e4 commit 9fe3137
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,27 @@ at the London School of Hygiene and Tropical Medicine as part of the
The latest development version of the *epichains* package can be
installed via

``` r
# check whether {remotes} is installed
if (!require("remotes")) install.packages("remotes")
remotes::install_github("epiverse-trace/epichains")
```

If this fails, try using the `pak` R package via

``` r
# check whether {pak} is installed
if (!require("pak")) install.packages("pak")
pak::pak("epiverse-trace/epichains")
```

If both of these options fail, please [file an
issue](https://github.com/epiverse-trace/epichains/issues) with a full
log of the error messages. Here is an [example of an issue reporting an
installation
failure](https://github.com/epiverse-trace/epichains/issues/262). This
will help us to improve the installation process.

To load the package, use

``` r
Expand Down

0 comments on commit 9fe3137

Please sign in to comment.