Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hetzerj authored Oct 1, 2024
1 parent 1b842db commit 0c6d96c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ The package provides a flexible framework for handling a wide variety of indicat

The Quarto project is rendered as a website using GitHub Pages. You can access the live version of the documentation [here](https://hetzerj.github.io/IA_quarto/).

## Download and Install the IA R Package
## Download and Install the indiGO R Package

You can download and install the **IA** R package directly from the [hetzerj/IA](https://github.com/hetzerj/IA) GitHub repository using the following commands in R:
You can download and install the **indiGO** R package directly from the [hetzerj/IA](https://github.com/hetzerj/indiGO) GitHub repository using the following commands in R:

```r
# Install devtools if not already installed
install.packages("devtools")

# Install IA package from GitHub
devtools::install_github("hetzerj/IA")
devtools::install_github("hetzerj/indiGO")
```

0 comments on commit 0c6d96c

Please sign in to comment.